|
#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 49 of file ArmarXPlotterDialog.h.
ArmarXPlotterDialog | ( | QWidget * | parent, |
IceManagerPtr | iceManager | ||
) |
|
override |
Definition at line 54 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 128 of file ArmarXPlotterDialog.cpp.
|
slot |
|
slot |
Definition at line 153 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 194 of file ArmarXPlotterDialog.cpp.
QStringList getSelectedDatafields | ( | ) |
Definition at line 158 of file ArmarXPlotterDialog.cpp.
void onCloseWidget | ( | QCloseEvent * | event | ) |
emits the closeRequest signal
Definition at line 92 of file ArmarXPlotterDialog.cpp.
void setIceManager | ( | IceManagerPtr | iceManager | ) |
Definition at line 59 of file ArmarXPlotterDialog.cpp.
|
overrideslot |
|
slot |
Definition at line 174 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 170 of file ArmarXPlotterDialog.cpp.
|
slot |
Definition at line 97 of file ArmarXPlotterDialog.cpp.
ConditionHandlerInterfacePrx handler |
Definition at line 64 of file ArmarXPlotterDialog.h.
std::vector< ChannelWidgetsEntry > sensorChannelList |
Definition at line 75 of file ArmarXPlotterDialog.h.
Ui::ArmarXPlotterDialog ui |
Definition at line 74 of file ArmarXPlotterDialog.h.