#include <ScriptStats.h>
◆ CScriptStatsTable()
CScriptStatsTable::CScriptStatsTable |
( |
| ) |
|
◆ Add()
void CScriptStatsTable::Add |
( |
const ScriptInterface * |
scriptInterface, |
|
|
const std::string & |
title |
|
) |
| |
◆ GetCellText()
CStr CScriptStatsTable::GetCellText |
( |
size_t |
row, |
|
|
size_t |
col |
|
) |
| |
|
overridevirtual |
GetCellText.
- Parameters
-
row | Row index (the first row has index 0). |
col | Column index (the first column has index 0). |
- Returns
- Text to be displayed in the given cell.
Implements AbstractProfileTable.
◆ GetChild()
GetChild: Return a row's child table if the child is expandable.
- Parameters
-
row | Row index (the first row has index 0). |
- Returns
- Pointer to the child table if the given row has one. Otherwise, return 0.
Implements AbstractProfileTable.
◆ GetColumns()
const std::vector< ProfileColumn > & CScriptStatsTable::GetColumns |
( |
| ) |
|
|
overridevirtual |
GetColumnDescriptions.
- Returns
- A vector describing all columns of the table.
Implements AbstractProfileTable.
◆ GetName()
CStr CScriptStatsTable::GetName |
( |
| ) |
|
|
overridevirtual |
GetName: Short descriptive name of this table (should be static).
- Returns
- Descriptive name of this table.
Implements AbstractProfileTable.
◆ GetNumberRows()
size_t CScriptStatsTable::GetNumberRows |
( |
| ) |
|
|
overridevirtual |
◆ GetTitle()
CStr CScriptStatsTable::GetTitle |
( |
| ) |
|
|
overridevirtual |
GetTitle: Longer, explanatory text (can be dynamic).
- Returns
- Title for the table.
Implements AbstractProfileTable.
◆ NONCOPYABLE()
◆ Remove()
◆ m_ColumnDescriptions
std::vector<ProfileColumn> CScriptStatsTable::m_ColumnDescriptions |
|
private |
◆ m_ScriptInterfaces
std::vector<std::pair<const ScriptInterface*, std::string> > CScriptStatsTable::m_ScriptInterfaces |
|
private |
The documentation for this class was generated from the following files:
- /home/docker/jenkins/workspace/technical-docs/source/scriptinterface/ScriptStats.h
- /home/docker/jenkins/workspace/technical-docs/source/scriptinterface/ScriptStats.cpp