#include <toolbox_base.h>
Public Types | |
enum | WidgetType { FLOATING, FIXED } |
Public Slots | |
virtual bool | onShowWidget ()=0 |
Signals | |
void | closed () |
void | importData (PlotDataMapRef &new_data, bool remove_old) |
void | plotCreated (std::string plot_name, bool is_custom=true) |
Public Member Functions | |
virtual void | init (PlotDataMapRef &src_data, TransformsMap &transform_map)=0 |
const ParserFactories * | parserFactories () const |
virtual std::pair< QWidget *, WidgetType > | providedWidget () const =0 |
void | setParserFactories (ParserFactories *parsers) |
ToolboxPlugin ()=default | |
virtual | ~ToolboxPlugin ()=default |
Public Member Functions inherited from PJ::PlotJugglerPlugin | |
virtual const std::vector< QAction * > & | availableActions () |
virtual bool | isDebugPlugin () |
virtual const char * | name () const =0 |
Name of the plugin type, NOT the particular instance. More... | |
virtual QWidget * | optionsWidget () |
optionsWidget pointer to a persistent widget used to set the plugin options . More... | |
PlotJugglerPlugin ()=default | |
virtual bool | xmlLoadState (const QDomElement &parent_element) |
Override this method to load the status of the plugin from XML. More... | |
QDomElement | xmlSaveState (QDomDocument &doc) const |
virtual bool | xmlSaveState (QDomDocument &doc, QDomElement &parent_element) const |
Override this method to save the status of the plugin to XML. More... | |
Private Attributes | |
ParserFactories * | _parser_factories = nullptr |
Definition at line 20 of file toolbox_base.h.
Enumerator | |
---|---|
FLOATING | |
FIXED |
Definition at line 31 of file toolbox_base.h.
|
default |
|
virtualdefault |
|
signal |
|
signal |
|
pure virtual |
Implemented in ToolboxLuaEditor, ToolboxQuaternion, and ToolboxFFT.
|
pure virtualslot |
|
inline |
Definition at line 44 of file toolbox_base.h.
|
signal |
|
pure virtual |
Implemented in ToolboxLuaEditor, ToolboxQuaternion, and ToolboxFFT.
|
inline |
Definition at line 39 of file toolbox_base.h.
|
private |
Definition at line 62 of file toolbox_base.h.