#include <BaseWnd.h>
Public Member Functions | |
| BaseWnd (Shell *shell, world::ResourceManager *rm) | |
| ~BaseWnd (void) | |
| world::ResourceManager * | get_rm () const |
| Shell * | get_shell () const |
| void | UpdateFull () |
Protected Attributes | |
| world::ResourceManager *const | rm |
Static Protected Attributes | |
| static const float | PADDING = 10.0f |
| static const float | MARGIN = 10.0f |
The base window class.
| cyber::editor::gui::BaseWnd::BaseWnd | ( | Shell * | shell, | |
| world::ResourceManager * | rm | |||
| ) |
Explicit constructor.
| cyber::editor::gui::BaseWnd::~BaseWnd | ( | void | ) |
Destructor.
| world::ResourceManager* cyber::editor::gui::BaseWnd::get_rm | ( | ) | const [inline] |
Returns the resource manager.
| Shell* cyber::editor::gui::BaseWnd::get_shell | ( | ) | const [inline] |
Returns the GUI shell.
| void cyber::editor::gui::BaseWnd::UpdateFull | ( | ) |
Updates the full contents of this window.
const float cyber::editor::gui::BaseWnd::MARGIN = 10.0f [static, protected] |
const float cyber::editor::gui::BaseWnd::PADDING = 10.0f [static, protected] |
world::ResourceManager* const cyber::editor::gui::BaseWnd::rm [protected] |
The resource manager.
1.7.1