Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

ps
Class CProfileNodeTable

AbstractProfileTable
   |
   +--CProfileNodeTable

   in Profile.cpp

class CProfileNodeTable
extends AbstractProfileTable

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

columnDescription

private CProfileNodeTable::ColumnDescription columnDescription;

node

private CProfileNode* node;
Columns description (shared by all instances)


Constructor Detail

CProfileNodeTable

public CProfileNodeTable( CProfileNode* n );

~CProfileNodeTable

public virtual ~CProfileNodeTable();


Method Detail

GetCellText

public virtual CStr GetCellText( size_t row, size_t col );

GetChild

public virtual AbstractProfileTable* GetChild( size_t row );

GetColumns

public virtual const std::vector< ProfileColumn >& GetColumns();

GetName

public virtual CStr GetName();

GetNumberRows

public virtual size_t GetNumberRows();

GetTitle

public virtual CStr GetTitle();

IsHighlightRow

public virtual bool IsHighlightRow( size_t row );
CProfileNode implementation

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD