|
|
#include <RobotAPI/libraries/armem_gui/query_widgets/SnapshotForm.h>
Inheritance diagram for SnapshotFormIndexRange:Public Member Functions | |
| void | fillEntitySelector (client::query::SnapshotSelector &selector) override |
| SnapshotFormIndexRange () | |
Public Member Functions inherited from SnapshotForm | |
| virtual client::query::SnapshotSelector | makeEntitySelector () |
Public Attributes | |
| QCheckBox * | firstBegin |
| QLabel * | firstLabel |
| QSpinBox * | firstSpinBox |
| QCheckBox * | lastEnd |
| QLabel * | lastLabel |
| QSpinBox * | lastSpinBox |
Additional Inherited Members | |
Signals inherited from SnapshotForm | |
| void | queryChanged () |
Protected Member Functions inherited from SnapshotForm | |
| void | setDateTimeDisplayFormat (QDateTimeEdit *dt) |
Definition at line 74 of file SnapshotForm.h.
Definition at line 160 of file SnapshotForm.cpp.
|
overridevirtual |
Implements SnapshotForm.
Definition at line 220 of file SnapshotForm.cpp.
Here is the call graph for this function:| QCheckBox* firstBegin |
Definition at line 84 of file SnapshotForm.h.
| QLabel* firstLabel |
Definition at line 82 of file SnapshotForm.h.
| QSpinBox* firstSpinBox |
Definition at line 83 of file SnapshotForm.h.
| QCheckBox* lastEnd |
Definition at line 88 of file SnapshotForm.h.
| QLabel* lastLabel |
Definition at line 86 of file SnapshotForm.h.
| QSpinBox* lastSpinBox |
Definition at line 87 of file SnapshotForm.h.