|
Planeshift
|
#include <pawsconfigchatfilter.h>
Public Member Functions | |
| bool | Initialize () |
| bool | LoadConfig () |
| sets content of dialog according to current configuration | |
| 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 | |
Definition at line 34 of file pawsconfigchatfilter.h.
| bool pawsConfigChatFilter::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
| bool pawsConfigChatFilter::LoadConfig | ( | ) | [virtual] |
sets content of dialog according to current configuration
Implements pawsConfigSectionWindow.
| bool pawsConfigChatFilter::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| bool pawsConfigChatFilter::SaveConfig | ( | ) | [virtual] |
remembers settings in-game and saves them permanently to a file also
Implements pawsConfigSectionWindow.
| void pawsConfigChatFilter::SetDefault | ( | ) | [virtual] |
sets content of dialog according to default configuration
Implements pawsConfigSectionWindow.
1.7.3