#include <Shell.h>
Public Member Functions | |
| Shell (world::ResourceManager *rm, world::WorldDesc *world_desc, commands::CommandProcessor *cmds) | |
| ~Shell (void) | |
| world::ResourceManager * | get_rm () const |
| MainMenuWnd * | get_main_menu_wnd () const |
| ToolboxWnd * | get_toolbox_wnd () const |
| MaterialWnd * | get_material_wnd () const |
| void | UpdateFull () |
the GUI shell class.
| cyber::editor::gui::Shell::Shell | ( | world::ResourceManager * | rm, | |
| world::WorldDesc * | world_desc, | |||
| commands::CommandProcessor * | cmds | |||
| ) |
Explicit constructor.
| cyber::editor::gui::Shell::~Shell | ( | void | ) | [virtual] |
Destructor.
Reimplemented from fl7::Shell.
| MainMenuWnd* cyber::editor::gui::Shell::get_main_menu_wnd | ( | ) | const [inline] |
Returns the main menu window.
| MaterialWnd* cyber::editor::gui::Shell::get_material_wnd | ( | ) | const [inline] |
Returns the material window.
| world::ResourceManager* cyber::editor::gui::Shell::get_rm | ( | ) | const [inline] |
Returns the resource manager.
| ToolboxWnd* cyber::editor::gui::Shell::get_toolbox_wnd | ( | ) | const [inline] |
Returns the toolbox window.
| void cyber::editor::gui::Shell::UpdateFull | ( | ) |
Updates the full contents of all windows.
1.7.1