Planeshift
|
This is a window that is controlled by a button on the control bar. More...
#include <pawscontrolwindow.h>
Public Member Functions | |
virtual void | Hide () |
When the window is closed let the controller window know about it. | |
pawsControlledWindow () | |
virtual void | Register () |
Called to register new window with the controller window. | |
virtual void | Show () |
When the window is opened let the controller window know about it. |
This is a window that is controlled by a button on the control bar.
Contains methods to register itself with the controller and to notify the controller when it is hidden or shown.
Definition at line 238 of file pawscontrolwindow.h.
pawsControlledWindow::pawsControlledWindow | ( | ) | [inline] |
Definition at line 242 of file pawscontrolwindow.h.
virtual void pawsControlledWindow::Hide | ( | ) | [inline, virtual] |
When the window is closed let the controller window know about it.
Reimplemented from pawsWidget.
Reimplemented in pawsActiveMagicWindow, pawsGuildWindow, and pawsSkillWindow.
Definition at line 268 of file pawscontrolwindow.h.
virtual void pawsControlledWindow::Register | ( | ) | [inline, virtual] |
Called to register new window with the controller window.
Registers with the controller window and creates an entry for it.
Definition at line 250 of file pawscontrolwindow.h.
virtual void pawsControlledWindow::Show | ( | void | ) | [inline, virtual] |
When the window is opened let the controller window know about it.
Reimplemented from pawsWidget.
Reimplemented in pawsAttackBookWindow, pawsChatWindow, pawsInventoryWindow, pawsActiveMagicWindow, pawsBuddyWindow, pawsGuildWindow, pawsInfoWindow, pawsPetitionWindow, pawsQuestListWindow, pawsSkillWindow, pawsSpellBookWindow, and pawsShortcutWindow.
Definition at line 258 of file pawscontrolwindow.h.