Planeshift
|
#include <pawsconfigtooltips.h>
Public Member Functions | |
virtual bool | Initialize () |
from pawsConfigSectionWindow | |
virtual bool | LoadConfig () |
sets content of dialog according to current configuration | |
bool | LoadDefaults () |
Loads the default values. | |
virtual bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Constructor. | |
virtual void | OnColorEntered (const char *name, int param, int color) |
from iOnColorEnteredAction (set color to param-identified label) | |
pawsConfigTooltips (void) | |
virtual bool | PostSetup () |
virtual bool | SaveConfig () |
remembers settings in-game and saves them permanently to a file also | |
void | SaveSetting () |
Saves the configuration file. | |
virtual void | SetDefault () |
sets content of dialog according to default configuration |
Definition at line 39 of file pawsconfigtooltips.h.
pawsConfigTooltips::pawsConfigTooltips | ( | void | ) |
virtual bool pawsConfigTooltips::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
virtual bool pawsConfigTooltips::LoadConfig | ( | ) | [virtual] |
sets content of dialog according to current configuration
Implements pawsConfigSectionWindow.
bool pawsConfigTooltips::LoadDefaults | ( | ) |
Loads the default values.
virtual bool pawsConfigTooltips::OnButtonPressed | ( | int | mouseButton, |
int | keyModifier, | ||
pawsWidget * | widget | ||
) | [virtual] |
Constructor.
Reimplemented from pawsWidget.
virtual void pawsConfigTooltips::OnColorEntered | ( | const char * | name, |
int | param, | ||
int | color | ||
) | [virtual] |
from iOnColorEnteredAction (set color to param-identified label)
Implements iOnColorEnteredAction.
virtual bool pawsConfigTooltips::PostSetup | ( | ) | [virtual] |
Reimplemented from pawsWidget.
virtual bool pawsConfigTooltips::SaveConfig | ( | ) | [virtual] |
remembers settings in-game and saves them permanently to a file also
Implements pawsConfigSectionWindow.
void pawsConfigTooltips::SaveSetting | ( | ) |
Saves the configuration file.
virtual void pawsConfigTooltips::SetDefault | ( | ) | [virtual] |
sets content of dialog according to default configuration
Implements pawsConfigSectionWindow.