Planeshift
|
#include <pawsconfigpopup.h>
Public Member Functions | |
virtual bool | Initialize () |
virtual bool | LoadConfig () |
pawsConfigPopup (void) | |
Constructor. | |
virtual bool | PostSetup () |
virtual bool | SaveConfig () |
virtual void | SetDefault () |
Protected Attributes | |
pawsActiveMagicWindow * | magicWindow |
This is used to point to a instance of magic window. | |
psMainWidget * | mainWidget |
This is used to point to the main widget. | |
pawsNpcDialogWindow * | npcDialog |
This is used to point to a instance of npcdialog. | |
pawsScrollBar * | npcMsgTimeoutScale |
Scale slider for setting up the npc delay factor. | |
pawsCheckBox * | showActiveMagicConfig |
Check-box which gives the user a opportunity to show or not to show the Active Magic Window. | |
pawsCheckBox * | useNpcDialogBubbles |
Check-box which gives the user a opportunity to use or not the bubble based npcdialog interface. |
Definition at line 41 of file pawsconfigpopup.h.
pawsConfigPopup::pawsConfigPopup | ( | void | ) |
Constructor.
virtual bool pawsConfigPopup::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
virtual bool pawsConfigPopup::LoadConfig | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
virtual bool pawsConfigPopup::PostSetup | ( | ) | [virtual] |
Reimplemented from pawsWidget.
virtual bool pawsConfigPopup::SaveConfig | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
virtual void pawsConfigPopup::SetDefault | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
pawsActiveMagicWindow* pawsConfigPopup::magicWindow [protected] |
This is used to point to a instance of magic window.
Definition at line 67 of file pawsconfigpopup.h.
psMainWidget* pawsConfigPopup::mainWidget [protected] |
This is used to point to the main widget.
Definition at line 69 of file pawsconfigpopup.h.
pawsNpcDialogWindow* pawsConfigPopup::npcDialog [protected] |
This is used to point to a instance of npcdialog.
Definition at line 68 of file pawsconfigpopup.h.
pawsScrollBar* pawsConfigPopup::npcMsgTimeoutScale [protected] |
Scale slider for setting up the npc delay factor.
Definition at line 64 of file pawsconfigpopup.h.
pawsCheckBox* pawsConfigPopup::showActiveMagicConfig [protected] |
Check-box which gives the user a opportunity to show or not to show the Active Magic Window.
Definition at line 57 of file pawsconfigpopup.h.
pawsCheckBox* pawsConfigPopup::useNpcDialogBubbles [protected] |
Check-box which gives the user a opportunity to use or not the bubble based npcdialog interface.
Definition at line 61 of file pawsconfigpopup.h.