renderer
Class CRendererStatsTable
AbstractProfileTable, boost::noncopyable
|
+--CRendererStatsTable
in Renderer.cpp
- class CRendererStatsTable
- extends AbstractProfileTable, boost::noncopyable
Class CRendererStatsTable: Implementation of AbstractProfileTable to
display the renderer stats in-game.
Accesses CRenderer::m_Stats by keeping the reference passed to the
constructor.
columnDescriptions
private std::vector< ProfileColumn > columnDescriptions;
Stats
private const CRenderer::Stats& Stats;
- Column descriptions
CRendererStatsTable
public CRendererStatsTable( const CRenderer::Stats& st );
GetCellText
public CStr GetCellText( size_t row, size_t col );
GetChild
public AbstractProfileTable* GetChild( size_t UNUSED( row ) );
- CRenderer implementation
GetColumns
public const std::vector< ProfileColumn >& GetColumns();
GetName
public CStr GetName();
GetNumberRows
public size_t GetNumberRows();
GetTitle
public CStr GetTitle();