|
Planeshift
|
#include <pawsconfigautoexec.h>
Public Member Functions | |
| void | drawFrame () |
| virtual bool | Initialize () |
| virtual bool | LoadConfig () |
| virtual bool | OnButtonPressed (int, int, pawsWidget *) |
| Called whenever a button is pressed. | |
| bool | OnChange (pawsWidget *) |
| virtual void | OnListAction (pawsListBox *selected, int status) |
| pawsConfigAutoexec () | |
| Constructor. | |
| virtual bool | PostSetup () |
| virtual bool | SaveConfig () |
| virtual void | SetDefault () |
Definition at line 30 of file pawsconfigautoexec.h.
| pawsConfigAutoexec::pawsConfigAutoexec | ( | ) |
Constructor.
| void pawsConfigAutoexec::drawFrame | ( | ) |
| virtual bool pawsConfigAutoexec::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
| virtual bool pawsConfigAutoexec::LoadConfig | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
| virtual bool pawsConfigAutoexec::OnButtonPressed | ( | int | button, |
| int | keyModifier, | ||
| pawsWidget * | widget | ||
| ) | [inline, virtual] |
Called whenever a button is pressed.
| button | The button pressed. |
| keyModifier | Modifier key in effect. |
| widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
Definition at line 45 of file pawsconfigautoexec.h.
| bool pawsConfigAutoexec::OnChange | ( | pawsWidget * | ) | [inline, virtual] |
Reimplemented from pawsWidget.
Definition at line 43 of file pawsconfigautoexec.h.
| virtual void pawsConfigAutoexec::OnListAction | ( | pawsListBox * | selected, |
| int | status | ||
| ) | [virtual] |
Reimplemented from pawsWidget.
| virtual bool pawsConfigAutoexec::PostSetup | ( | ) | [virtual] |
Reimplemented from pawsWidget.
| virtual bool pawsConfigAutoexec::SaveConfig | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
| virtual void pawsConfigAutoexec::SetDefault | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
1.7.3