|
#include <ArmarXGui/gui-plugins/PlotterPlugin/ArmarXPlotterDialog.h>
Classes | |
struct | ChannelWidgetsEntry |
Public Slots | |
void | ButtonAddSelectedChannelClicked () |
void | ButtonRemoveChannelClicked () |
void | ButtonRemoveChannelClicked (QModelIndex index) |
void | destroyed (QObject *) |
void | showEvent (QShowEvent *) override |
void | treeView_doubleClick (const QModelIndex &proxyIndex) |
void | treeView_selected (const QItemSelection &selected, const QItemSelection &deselected) |
void | updateObservers () |
Public Member Functions | |
ArmarXPlotterDialog (QWidget *parent, IceManagerPtr iceManager) | |
QStringList | getSelectedDatafields () |
void | onCloseWidget (QCloseEvent *event) |
emits the closeRequest signal More... | |
void | setIceManager (IceManagerPtr iceManager) |
~ArmarXPlotterDialog () override | |
Public Attributes | |
ConditionHandlerInterfacePrx | handler |
std::vector< ChannelWidgetsEntry > | sensorChannelList |
Ui::ArmarXPlotterDialog | ui |
Definition at line 48 of file ArmarXPlotterDialog.h.
ArmarXPlotterDialog | ( | QWidget * | parent, |
IceManagerPtr | iceManager | ||
) |
|
override |
Definition at line 60 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 129 of file ArmarXPlotterDialog.cpp.
|
slot |
|
slot |
Definition at line 155 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 201 of file ArmarXPlotterDialog.cpp.
QStringList getSelectedDatafields | ( | ) |
Definition at line 161 of file ArmarXPlotterDialog.cpp.
void onCloseWidget | ( | QCloseEvent * | event | ) |
emits the closeRequest signal
Definition at line 98 of file ArmarXPlotterDialog.cpp.
void setIceManager | ( | IceManagerPtr | iceManager | ) |
Definition at line 66 of file ArmarXPlotterDialog.cpp.
|
overrideslot |
|
slot |
Definition at line 181 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 175 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 103 of file ArmarXPlotterDialog.cpp.
ConditionHandlerInterfacePrx handler |
Definition at line 62 of file ArmarXPlotterDialog.h.
std::vector<ChannelWidgetsEntry> sensorChannelList |
Definition at line 74 of file ArmarXPlotterDialog.h.
Ui::ArmarXPlotterDialog ui |
Definition at line 73 of file ArmarXPlotterDialog.h.