Mana
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
DebugInfo Class Reference
Inheritance diagram for DebugInfo:
Container

Public Member Functions

 DebugInfo ()
 
void logic () override
 
- Public Member Functions inherited from Container
 Container ()
 
 ~Container () override
 
void drawFrame (gcn::Graphics *graphics) override
 

Private Attributes

std::string mFPSText
 
LabelmFPSLabel
 
LabelmMusicFileLabel
 
LabelmMapLabel
 
LabelmMinimapLabel
 
LabelmTileMouseLabel
 
LabelmParticleCountLabel
 

Additional Inherited Members

- Protected Member Functions inherited from Container
LayoutgetLayout ()
 Gets the layout handler for this container.
 
LayoutCellplace (int x, int y, gcn::Widget *wg, int w=1, int h=1)
 Adds a widget to the container and sets it at given cell.
 
ContainerPlacer getPlacer (int x, int y)
 Returns a proxy for adding widgets in an inner table of the layout.
 

Detailed Description

Definition at line 47 of file debugwindow.cpp.

Constructor & Destructor Documentation

◆ DebugInfo()

DebugInfo::DebugInfo ( )
inline

Definition at line 50 of file debugwindow.cpp.

Member Function Documentation

◆ logic()

void DebugInfo::logic ( )
inlineoverride

Definition at line 83 of file debugwindow.cpp.

Member Data Documentation

◆ mFPSLabel

Label* DebugInfo::mFPSLabel
private

Definition at line 121 of file debugwindow.cpp.

◆ mFPSText

std::string DebugInfo::mFPSText
private

Definition at line 120 of file debugwindow.cpp.

◆ mMapLabel

Label* DebugInfo::mMapLabel
private

Definition at line 123 of file debugwindow.cpp.

◆ mMinimapLabel

Label* DebugInfo::mMinimapLabel
private

Definition at line 124 of file debugwindow.cpp.

◆ mMusicFileLabel

Label* DebugInfo::mMusicFileLabel
private

Definition at line 122 of file debugwindow.cpp.

◆ mParticleCountLabel

Label* DebugInfo::mParticleCountLabel
private

Definition at line 126 of file debugwindow.cpp.

◆ mTileMouseLabel

Label* DebugInfo::mTileMouseLabel
private

Definition at line 125 of file debugwindow.cpp.


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