#include <debugwindow.h>

Definition at line 32 of file debugwindow.h.
Public Member Functions | |
| DebugWindow () | |
| Constructor. | |
| void | logic () |
| Logic (updates components' size and infos). | |
Private Attributes | |
| gcn::Label * | mMusicFileLabel |
| gcn::Label * | mMapLabel |
| gcn::Label * | mMiniMapLabel |
| gcn::Label * | mTileMouseLabel |
| gcn::Label * | mFPSLabel |
| gcn::Label * | mParticleCountLabel |
| DebugWindow::DebugWindow | ( | ) |
| void DebugWindow::logic | ( | ) |
gcn::Label* DebugWindow::mMusicFileLabel [private] |
Definition at line 46 of file debugwindow.h.
gcn::Label * DebugWindow::mMapLabel [private] |
Definition at line 46 of file debugwindow.h.
gcn::Label * DebugWindow::mMiniMapLabel [private] |
Definition at line 46 of file debugwindow.h.
gcn::Label* DebugWindow::mTileMouseLabel [private] |
Definition at line 47 of file debugwindow.h.
gcn::Label * DebugWindow::mFPSLabel [private] |
Definition at line 47 of file debugwindow.h.
gcn::Label* DebugWindow::mParticleCountLabel [private] |
Definition at line 48 of file debugwindow.h.
1.5.5