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

Public Member Functions

 DebugSwitches ()
 
void action (const gcn::ActionEvent &event) override
 
- Public Member Functions inherited from Container
 Container ()
 
 ~Container () override
 
void drawFrame (gcn::Graphics *graphics) override
 

Private Attributes

CheckBoxmGrid
 
CheckBoxmCollisionTiles
 
CheckBoxmBeingCollisionRadius
 
CheckBoxmBeingPosition
 
CheckBoxmBeingPath
 
CheckBoxmMousePath
 
CheckBoxmBeingIds
 
CheckBoxmGuiDebug
 
RadioButtonmSpecialNormal
 
RadioButtonmSpecial1
 
RadioButtonmSpecial2
 
RadioButtonmSpecial3
 

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 129 of file debugwindow.cpp.

Constructor & Destructor Documentation

◆ DebugSwitches()

DebugSwitches::DebugSwitches ( )
inline

Definition at line 132 of file debugwindow.cpp.

Member Function Documentation

◆ action()

void DebugSwitches::action ( const gcn::ActionEvent &  event)
inlineoverride

Definition at line 186 of file debugwindow.cpp.

Member Data Documentation

◆ mBeingCollisionRadius

CheckBox* DebugSwitches::mBeingCollisionRadius
private

Definition at line 219 of file debugwindow.cpp.

◆ mBeingIds

CheckBox* DebugSwitches::mBeingIds
private

Definition at line 223 of file debugwindow.cpp.

◆ mBeingPath

CheckBox* DebugSwitches::mBeingPath
private

Definition at line 221 of file debugwindow.cpp.

◆ mBeingPosition

CheckBox* DebugSwitches::mBeingPosition
private

Definition at line 220 of file debugwindow.cpp.

◆ mCollisionTiles

CheckBox* DebugSwitches::mCollisionTiles
private

Definition at line 218 of file debugwindow.cpp.

◆ mGrid

CheckBox* DebugSwitches::mGrid
private

Definition at line 217 of file debugwindow.cpp.

◆ mGuiDebug

CheckBox* DebugSwitches::mGuiDebug
private

Definition at line 224 of file debugwindow.cpp.

◆ mMousePath

CheckBox* DebugSwitches::mMousePath
private

Definition at line 222 of file debugwindow.cpp.

◆ mSpecial1

RadioButton* DebugSwitches::mSpecial1
private

Definition at line 226 of file debugwindow.cpp.

◆ mSpecial2

RadioButton* DebugSwitches::mSpecial2
private

Definition at line 227 of file debugwindow.cpp.

◆ mSpecial3

RadioButton* DebugSwitches::mSpecial3
private

Definition at line 228 of file debugwindow.cpp.

◆ mSpecialNormal

RadioButton* DebugSwitches::mSpecialNormal
private

Definition at line 225 of file debugwindow.cpp.


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