Editor API
UnigineEditor public API
|
#include <Selector.h>
Public Member Functions | |
Selector () | |
virtual | ~Selector () |
virtual int | type () const =0 |
Returns the current selector type. More... | |
virtual bool | equal (const Selector *selector) const =0 |
Checks whether the current selector is equal to the specified one. More... | |
virtual Selector * | clone () const =0 |
Clones the current selector. More... | |
Editor::Selector::Selector | ( | ) |
|
virtual |
|
pure virtual |
Clones the current selector.
Implemented in Editor::SelectorNodes, and Editor::SelectorGUIDs.
|
pure virtual |
Checks whether the current selector is equal to the specified one.
Implemented in Editor::SelectorNodes, and Editor::SelectorGUIDs.
|
pure virtual |
Returns the current selector type.
Implemented in Editor::SelectorNodes, and Editor::SelectorGUIDs.