Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
CProfileViewerInternals Struct Reference

Public Member Functions

 NONCOPYABLE (CProfileViewerInternals)
 
 CProfileViewerInternals ()
 
void TableIsDeleted (AbstractProfileTable *table)
 Helper functions. More...
 
void NavigateTree (int id)
 

Public Attributes

bool profileVisible
 Whether the profiling display is currently visible. More...
 
std::vector< AbstractProfileTable * > rootTables
 List of root tables. More...
 
std::vector< AbstractProfileTable * > path
 Path from a root table (path[0]) to the currently visible table (path[size-1]) More...
 
std::ofstream outputStream
 File for saved profile output (reset when the game is restarted) More...
 

Constructor & Destructor Documentation

CProfileViewerInternals::CProfileViewerInternals ( )
inline

Member Function Documentation

void CProfileViewerInternals::NavigateTree ( int  id)
CProfileViewerInternals::NONCOPYABLE ( CProfileViewerInternals  )
void CProfileViewerInternals::TableIsDeleted ( AbstractProfileTable table)

Helper functions.

Member Data Documentation

std::ofstream CProfileViewerInternals::outputStream

File for saved profile output (reset when the game is restarted)

std::vector<AbstractProfileTable*> CProfileViewerInternals::path

Path from a root table (path[0]) to the currently visible table (path[size-1])

bool CProfileViewerInternals::profileVisible

Whether the profiling display is currently visible.

std::vector<AbstractProfileTable*> CProfileViewerInternals::rootTables

List of root tables.


The documentation for this struct was generated from the following file: