|
|
#include <RobotAPI/libraries/armem_gui/query_widgets/SnapshotForm.h>
Inheritance diagram for SnapshotFormTimeRange:Public Member Functions | |
| void | fillEntitySelector (client::query::SnapshotSelector &selector) override |
| SnapshotFormTimeRange () | |
Public Member Functions inherited from SnapshotForm | |
| virtual client::query::SnapshotSelector | makeEntitySelector () |
Public Attributes | |
| QCheckBox * | fromBegin |
| QDateTimeEdit * | fromDateTime |
| QLabel * | fromLabel |
| QDateTimeEdit * | toDateTime |
| QCheckBox * | toEnd |
| QLabel * | toLabel |
Additional Inherited Members | |
Signals inherited from SnapshotForm | |
| void | queryChanged () |
Protected Member Functions inherited from SnapshotForm | |
| void | setDateTimeDisplayFormat (QDateTimeEdit *dt) |
Definition at line 57 of file SnapshotForm.h.
|
overridevirtual |
Implements SnapshotForm.
Definition at line 142 of file SnapshotForm.cpp.
Here is the call graph for this function:| QCheckBox* fromBegin |
Definition at line 67 of file SnapshotForm.h.
| QDateTimeEdit* fromDateTime |
Definition at line 66 of file SnapshotForm.h.
| QLabel* fromLabel |
Definition at line 65 of file SnapshotForm.h.
| QDateTimeEdit* toDateTime |
Definition at line 70 of file SnapshotForm.h.
| QCheckBox* toEnd |
Definition at line 71 of file SnapshotForm.h.
| QLabel* toLabel |
Definition at line 69 of file SnapshotForm.h.