|
virtual void | mousePressEvent (QMouseEvent *event) override |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *event) override |
|
virtual void | dropEvent (QDropEvent *event) override |
|
virtual bool | onEvent (std::shared_ptr< Core::AEvent > event) override |
|
bool | isObjectTracked (Core::SceneObject *object) |
|
void | createObject (std::string const &type, Core::SceneObject *parent) |
|
uint32_t | getItemDepth (QTreeWidgetItem *item) const |
|
virtual bool | onEvent (std::shared_ptr< AEvent > event)=0 |
|
Retrieves the item representing the specified SceneObject.
- Parameters
-
- Returns
- NULL if no matching item was found
Retrieves the item representing the SceneObject with the specified UUID.
- Parameters
-
- Returns
- NULL if no matching item was found
Selects the specified SceneObject in the tree.
- Parameters
-
[in] | object | SceneObject to select. If NULL, selection is cleared. |
void Ocular::Editor::SceneTree::selectObject |
( |
Core::UUID const & |
uuid | ) |
|
Selects the specified SceneObject in the tree.
- Parameters
-
void Ocular::Editor::SceneTree::update |
( |
| ) |
|
The documentation for this class was generated from the following files:
- C:/Projects/OcularEngine/OcularEditor/include/Widgets/SceneTree.hpp
- C:/Projects/OcularEngine/OcularEditor/src/Widgets/SceneTree.cpp