|
#include <RobotAPI/libraries/armem_gui/query_widgets/SnapshotForm.h>
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 63 of file SnapshotForm.h.
|
overridevirtual |
Implements SnapshotForm.
Definition at line 139 of file SnapshotForm.cpp.
QCheckBox* fromBegin |
Definition at line 73 of file SnapshotForm.h.
QDateTimeEdit* fromDateTime |
Definition at line 72 of file SnapshotForm.h.
QLabel* fromLabel |
Definition at line 71 of file SnapshotForm.h.
QDateTimeEdit* toDateTime |
Definition at line 76 of file SnapshotForm.h.
QCheckBox* toEnd |
Definition at line 77 of file SnapshotForm.h.
QLabel* toLabel |
Definition at line 75 of file SnapshotForm.h.