#include <toolbox_quaternion.h>
Public Slots | |
bool | onShowWidget () override |
Public Slots inherited from PJ::ToolboxPlugin | |
virtual bool | onShowWidget ()=0 |
Public Member Functions | |
void | init (PJ::PlotDataMapRef &src_data, PJ::TransformsMap &transform_map) override |
const char * | name () const override |
Name of the plugin type, NOT the particular instance. More... | |
std::pair< QWidget *, WidgetType > | providedWidget () const override |
ToolboxQuaternion () | |
~ToolboxQuaternion () override | |
Public Member Functions inherited from PJ::ToolboxPlugin | |
const ParserFactories * | parserFactories () const |
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 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 Types | |
enum | GenerateType { PREVIEW, SAVE } |
Private Slots | |
void | on_pushButtonSave_clicked () |
void | onClosed () |
void | onParametersChanged () |
Private Member Functions | |
void | autoFill (QString prefix) |
bool | eventFilter (QObject *obj, QEvent *event) override |
bool | generateRPY (GenerateType type) |
Private Attributes | |
QString | _dragging_curve |
PJ::PlotDataMapRef * | _plot_data = nullptr |
PJ::PlotWidgetBase * | _plot_widget = nullptr |
std::unique_ptr< PlotData > | _preview_data_pitch |
std::unique_ptr< PlotData > | _preview_data_roll |
std::unique_ptr< PlotData > | _preview_data_yaw |
PJ::TransformsMap * | _transforms = nullptr |
QWidget * | _widget |
Ui::quaternion_to_RPY * | ui |
Additional Inherited Members | |
Public Types inherited from PJ::ToolboxPlugin | |
enum | WidgetType { FLOATING, FIXED } |
Signals inherited from PJ::ToolboxPlugin | |
void | closed () |
void | importData (PlotDataMapRef &new_data, bool remove_old) |
void | plotCreated (std::string plot_name, bool is_custom=true) |
Definition at line 14 of file toolbox_quaternion.h.
|
private |
Enumerator | |
---|---|
PREVIEW | |
SAVE |
Definition at line 66 of file toolbox_quaternion.h.
ToolboxQuaternion::ToolboxQuaternion | ( | ) |
Definition at line 12 of file toolbox_quaternion.cpp.
|
override |
Definition at line 36 of file toolbox_quaternion.cpp.
|
private |
Definition at line 129 of file toolbox_quaternion.cpp.
|
overrideprivate |
Definition at line 64 of file toolbox_quaternion.cpp.
|
private |
Definition at line 158 of file toolbox_quaternion.cpp.
|
overridevirtual |
Implements PJ::ToolboxPlugin.
Definition at line 40 of file toolbox_quaternion.cpp.
|
inlineoverridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::PlotJugglerPlugin.
Definition at line 25 of file toolbox_quaternion.h.
|
privateslot |
Definition at line 225 of file toolbox_quaternion.cpp.
|
privateslot |
Definition at line 252 of file toolbox_quaternion.cpp.
|
privateslot |
Definition at line 239 of file toolbox_quaternion.cpp.
|
overrideslot |
Definition at line 59 of file toolbox_quaternion.cpp.
|
overridevirtual |
Implements PJ::ToolboxPlugin.
Definition at line 54 of file toolbox_quaternion.cpp.
|
private |
Definition at line 52 of file toolbox_quaternion.h.
|
private |
Definition at line 58 of file toolbox_quaternion.h.
|
private |
Definition at line 56 of file toolbox_quaternion.h.
|
private |
Definition at line 63 of file toolbox_quaternion.h.
|
private |
Definition at line 62 of file toolbox_quaternion.h.
|
private |
Definition at line 64 of file toolbox_quaternion.h.
|
private |
Definition at line 60 of file toolbox_quaternion.h.
|
private |
Definition at line 47 of file toolbox_quaternion.h.
|
private |
Definition at line 48 of file toolbox_quaternion.h.