◆ DefaultBehavior
Returns if this plugin should be considered in the default behavior, or it should reset to true or false.
◆ process()
Process the supplied atom, and add the necessary primitives to the scene.
◆ name()
virtual QString name |
( |
| ) |
const |
|
pure virtual |
The name of the scene plugin, will be displayed in the user interface.
◆ description()
virtual QString description |
( |
| ) |
const |
|
pure virtual |
A description of the scene plugin, may be displayed in the user interface.
◆ isEnabled()
virtual bool isEnabled |
( |
| ) |
const |
|
virtual |
Returns true if the scene plugin has been enabled and is active.
◆ isActiveLayerEnabled()
virtual bool isActiveLayerEnabled |
( |
| ) |
const |
|
virtual |
Returns true if the scene plugin has been enabled and is active in the active scene.
◆ setEnabled()
virtual void setEnabled |
( |
bool | enable | ) |
|
|
virtual |
Set the enabled state of the plugin (default should be false).
◆ setupWidget()
virtual QWidget * setupWidget |
( |
| ) |
|
|
virtual |
- Returns
- the widget for plugin settings (e.g., colors, widths, etc.)
◆ hasSetupWidget()
virtual bool hasSetupWidget |
( |
| ) |
const |
|
virtual |
This method exists to query without creating the widget.
- Returns
- true if the plugin has a setup widget
The documentation for this class was generated from the following file: