Shapes Class Reference
Provides buttons for adding a box, sphere, or cylinder to the scene. More...
#include <Shapes.hh>
Public Slots | |
void | OnMode (const QString &_mode) |
Callback in Qt thread when mode changes. | |
Public Member Functions | |
Shapes () | |
Constructor. | |
~Shapes () override | |
Destructor. | |
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
Provides buttons for adding a box, sphere, or cylinder to the scene.
Constructor & Destructor Documentation
◆ Shapes()
Shapes | ( | ) |
Constructor.
◆ ~Shapes()
|
override |
Destructor.
Member Function Documentation
◆ LoadConfig()
|
overridevirtual |
Reimplemented from Plugin.
◆ OnMode
|
slot |
Callback in Qt thread when mode changes.
- Parameters
-
[in] _mode New transform mode
The documentation for this class was generated from the following file: