|
FIFE
|
#include <guimanager.h>
Inheritance diagram for FIFE::IGUIManager:
Collaboration diagram for FIFE::IGUIManager:Public Member Functions | |
| virtual | ~IGUIManager () |
| Destructor. More... | |
| virtual void | turn ()=0 |
| Performs the GUI logic and draws the GUI accordingly. More... | |
| virtual void | resizeTopContainer (uint32_t x, uint32_t y, uint32_t width, uint32_t height)=0 |
| Resizes the top container. More... | |
Public Member Functions inherited from FIFE::ISdlEventListener | |
| virtual bool | onSdlEvent (SDL_Event &evt)=0 |
| Called when an SDL event is received from SDL. More... | |
| virtual | ~ISdlEventListener () |
Definition at line 41 of file guimanager.h.
|
inlinevirtual |
Destructor.
Definition at line 46 of file guimanager.h.
|
pure virtual |
Resizes the top container.
| x | The new starting X coordinate. |
| y | The new starting Y coordinate. |
| width | The new width. |
| height | The new height. |
Implemented in FIFE::FifechanManager, FIFE::LibRocketManager, FIFE::HybridGuiManager, FIFE::CEGuiManager, and FIFE::CEGui_0Manager.
Referenced by FIFE::Engine::changeScreenMode().
Here is the caller graph for this function:
|
pure virtual |
Performs the GUI logic and draws the GUI accordingly.
This will be called each frame.
Implemented in FIFE::FifechanManager, FIFE::LibRocketManager, FIFE::HybridGuiManager, FIFE::CEGuiManager, and FIFE::CEGui_0Manager.
Referenced by FIFE::Engine::pump().
Here is the caller graph for this function: