|
|
Widget where queries for snapshots can be configured. More...
#include <RobotAPI/libraries/armem_gui/view/memory_group/snapshot_selector_widget/SnapshotSelectorWidget.h>
Inheritance diagram for SnapshotSelectorWidget:Signals | |
| void | queryOutdated () |
| void | selectorChanged () |
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. | |
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.
| armem::query::DataMode dataMode | ( | ) | const |
|
signal |
| client::query::SnapshotSelector selector | ( | ) |
Definition at line 14 of file SnapshotSelectorWidget.cpp.
|
signal |
Here is the caller graph for this function:| 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.