#include <MaterialWnd.h>
Public Member Functions | |
| MaterialWnd (Shell *shell, world::ResourceManager *rm, commands::CommandProcessor *cmds, world::WorldDesc *world_desc) | |
| ~MaterialWnd (void) | |
Protected Member Functions | |
| void | _Create () |
| void | _Delete () |
| void | _OnSelect () |
The material window for assembling textures, shaders and material properties in general.
| cyber::editor::gui::MaterialWnd::MaterialWnd | ( | Shell * | shell, | |
| world::ResourceManager * | rm, | |||
| commands::CommandProcessor * | cmds, | |||
| world::WorldDesc * | world_desc | |||
| ) |
Explicit constructor.
| cyber::editor::gui::MaterialWnd::~MaterialWnd | ( | void | ) |
Destructor.
| void cyber::editor::gui::MaterialWnd::_Create | ( | ) | [protected, virtual] |
Creates a new concept object description.
Reimplemented from cyber::editor::gui::ConceptWnd.
| void cyber::editor::gui::MaterialWnd::_Delete | ( | ) | [protected, virtual] |
Deletes the current concept object description.
Reimplemented from cyber::editor::gui::ConceptWnd.
| void cyber::editor::gui::MaterialWnd::_OnSelect | ( | ) | [protected, virtual] |
Extracts the current concept object description from the drop down box.
Reimplemented from cyber::editor::gui::ConceptWnd.
1.7.1