SelectEntities Class Reference
This plugin is in charge of selecting and deselecting the entities from the 3D scene and emit the corresponding events. More...
#include <SelectEntities.hh>
Public Member Functions | |
| SelectEntities () | |
| Constructor. More... | |
| virtual | ~SelectEntities () |
| Destructor. More... | |
| virtual void | LoadConfig (const tinyxml2::XMLElement *_pluginElem) override |
Public Member Functions inherited from Plugin | |
| Plugin () | |
| virtual | ~Plugin () |
| QQuickItem * | CardItem () const |
| virtual std::string | ConfigStr () |
| QQmlContext * | Context () const |
| bool | DeleteLaterRequested () const |
| void | Load (const tinyxml2::XMLElement *_pluginElem) |
| QQuickItem * | PluginItem () const |
| void | PostParentChanges () |
| virtual std::string | Title () const |
Additional Inherited Members | |
Protected Member Functions inherited from Plugin | |
| void | DeleteLater () |
Protected Attributes inherited from Plugin | |
| std::string | configStr |
| std::string | title |
Detailed Description
This plugin is in charge of selecting and deselecting the entities from the 3D scene and emit the corresponding events.
Constructor & Destructor Documentation
◆ SelectEntities()
| SelectEntities | ( | ) |
Constructor.
◆ ~SelectEntities()
|
virtual |
Destructor.
Member Function Documentation
◆ LoadConfig()
|
overridevirtual |
Reimplemented from Plugin.
The documentation for this class was generated from the following file:
Public Member Functions inherited from