|
Widget where queries for snapshots can be configured. More...
#include <RobotAPI/libraries/armem_gui/query_widgets/SnapshotSelectorWidget.h>
Signals | |
void | queryChanged () |
void | queryOutdated () |
Public Member Functions | |
armem::query::DataMode | dataMode () const |
client::query::SnapshotSelector | selector () |
SnapshotSelectorWidget () | |
Public Attributes | |
QVBoxLayout * | _pageLayout |
QComboBox * | _queryComboBox |
std::map< QString, SnapshotForm * > | _queryForms |
The forms for the different query types. Hidden when not selected. More... | |
Widget where queries for snapshots can be configured.
Manages multiple forms which are hidden if not selected (in order to keep their settings).
Definition at line 27 of file SnapshotSelectorWidget.h.
Definition at line 19 of file SnapshotSelectorWidget.cpp.
armem::query::DataMode dataMode | ( | ) | const |
|
signal |
|
signal |
client::query::SnapshotSelector selector | ( | ) |
Definition at line 14 of file SnapshotSelectorWidget.cpp.
QVBoxLayout* _pageLayout |
Definition at line 61 of file SnapshotSelectorWidget.h.
QComboBox* _queryComboBox |
Definition at line 62 of file SnapshotSelectorWidget.h.
std::map<QString, SnapshotForm*> _queryForms |
The forms for the different query types. Hidden when not selected.
Definition at line 64 of file SnapshotSelectorWidget.h.