#include <ToolboxWnd.h>
Classes | |
| struct | ToolBar |
| struct | ToolEntry |
Public Types | |
| enum | ToolType { NONE = modes::EditingMode::NONE, FREE_LOOK = modes::EditingMode::FREE_LOOK, FIXED_BLOCKS = modes::EditingMode::FIXED_BLOCKS } |
Public Member Functions | |
| ToolboxWnd (Shell *shell, world::ResourceManager *rm) | |
| ~ToolboxWnd (void) | |
| ToolType | get_current_tool_type () const |
| modes::EditingMode::ModeKey | get_current_mode_key () const |
The toolbox window.
| cyber::editor::gui::ToolboxWnd::ToolboxWnd | ( | Shell * | shell, | |
| world::ResourceManager * | rm | |||
| ) |
Explicit constructor.
| cyber::editor::gui::ToolboxWnd::~ToolboxWnd | ( | void | ) |
Destructor.
| modes::EditingMode::ModeKey cyber::editor::gui::ToolboxWnd::get_current_mode_key | ( | ) | const [inline] |
Returns the editing mode key corresponding with the currently selected tool type.
| ToolType cyber::editor::gui::ToolboxWnd::get_current_tool_type | ( | ) | const [inline] |
Returns the currently selected tool type.
1.7.1