Planeshift
|
Configuration panel for chat window tabs. More...
#include <pawsconfigchattabs.h>
Public Member Functions | |
bool | Initialize () |
bool | LoadConfig () |
sets content of dialog according to current configuration | |
pawsConfigChatTabs () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
bool | SaveConfig () |
remembers settings in-game and saves them permanently to a file also | |
void | SetDefault () |
sets content of dialog according to default configuration |
Configuration panel for chat window tabs.
Definition at line 30 of file pawsconfigchattabs.h.
pawsConfigChatTabs::pawsConfigChatTabs | ( | ) |
bool pawsConfigChatTabs::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
bool pawsConfigChatTabs::LoadConfig | ( | ) | [virtual] |
sets content of dialog according to current configuration
Implements pawsConfigSectionWindow.
bool pawsConfigChatTabs::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
bool pawsConfigChatTabs::SaveConfig | ( | ) | [virtual] |
remembers settings in-game and saves them permanently to a file also
Implements pawsConfigSectionWindow.
void pawsConfigChatTabs::SetDefault | ( | ) | [virtual] |
sets content of dialog according to default configuration
Implements pawsConfigSectionWindow.