|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AbstractProfileTable | +--CProfileNodeTablein Profile.cpp
Class CProfileNodeTable: Implement ProfileViewer's AbstractProfileTable interface in order to display profiling data in-game.
Inner Classes, Typedefs, and Enums | |
struct |
CProfileNodeTable::ColumnDescription
The node represented by this table |
Field Summary | |
private CProfileNodeTable::ColumnDescription |
columnDescription
|
private CProfileNode* |
node
Columns description (shared by all instances) |
Constructor Summary | |
CProfileNodeTable( CProfileNode* n )
|
|
virtual ~CProfileNodeTable()
|
Method Summary | |
virtual CStr |
GetCellText( size_t row, size_t col )
|
virtual AbstractProfileTable* |
GetChild( size_t row )
|
virtual const std::vector< ProfileColumn >& |
GetColumns()
|
virtual CStr |
GetName()
|
virtual size_t |
GetNumberRows()
|
virtual CStr |
GetTitle()
|
virtual bool |
IsHighlightRow( size_t row )
CProfileNode implementation |
Methods inherited from class AbstractProfileTable |
GetName, GetTitle, GetNumberRows, GetColumns, GetCellText, GetChild, IsHighlightRow |
Field Detail |
private CProfileNodeTable::ColumnDescription columnDescription;
private CProfileNode* node;
Constructor Detail |
public CProfileNodeTable( CProfileNode* n );
public virtual ~CProfileNodeTable();
Method Detail |
public virtual CStr GetCellText( size_t row, size_t col );
public virtual AbstractProfileTable* GetChild( size_t row );
public virtual const std::vector< ProfileColumn >& GetColumns();
public virtual CStr GetName();
public virtual size_t GetNumberRows();
public virtual CStr GetTitle();
public virtual bool IsHighlightRow( size_t row );
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |