BananaForScale Class Reference
Provides buttons for adding a banana for scale. More...
#include <BananaForScale.hh>
Public Slots | |
| void | OnMode (const QString &_mode) | 
| Callback in Qt thread when mode changes.   | |
Public Member Functions | |
| BananaForScale () | |
| Constructor.   | |
| ~BananaForScale () 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 banana for scale.
Constructor & Destructor Documentation
◆ BananaForScale()
| BananaForScale | ( | ) | 
Constructor.
◆ ~BananaForScale()
      
  | 
  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:
 Public Member Functions inherited from