The QgsDateTimeEdit class is a QDateTimeEdit with the capability of setting/reading null date/times.
More...
#include <qgsdatetimeedit.h>
The QgsDateTimeEdit class is a QDateTimeEdit with the capability of setting/reading null date/times.
- Warning
- You should use the signal valueChanged of this subclass rather than QDateTimeEdit::dateTimeChanged. If you consequently connect parent's dateTimeChanged signal and call dateTime() afterwards there is no warranty to have a proper NULL value handling.
Definition at line 32 of file qgsdatetimeedit.h.
QgsDateTimeEdit::QgsDateTimeEdit |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
bool QgsDateTimeEdit::allowNull |
( |
| ) |
const |
|
inline |
void QgsDateTimeEdit::clear |
( |
| ) |
|
|
override |
Set the current date as NULL.
- Note
- if the widget is not configured to accept NULL dates, this will have no effect
Definition at line 59 of file qgsdatetimeedit.cpp.
QDateTime QgsDateTimeEdit::dateTime |
( |
| ) |
const |
dateTime returns the date time which can eventually be a null date/time
- Note
- You mustn't call date() or time() because they can't return a NULL value.
-
since QDateTimeEdit::dateTime() is not virtual, dateTime must be called for QgsDateTimeEdit
Definition at line 267 of file qgsdatetimeedit.cpp.
void QgsDateTimeEdit::focusOutEvent |
( |
QFocusEvent * |
event | ) |
|
|
overrideprotected |
void QgsDateTimeEdit::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
void QgsDateTimeEdit::setAllowNull |
( |
bool |
allowNull | ) |
|
void QgsDateTimeEdit::setDateTime |
( |
const QDateTime & |
dateTime | ) |
|
setDateTime set the date time in the widget and handles null date times.
- Note
- since QDateTimeEdit::setDateTime() is not virtual, setDateTime must be called for QgsDateTimeEdit.
Definition at line 250 of file qgsdatetimeedit.cpp.
void QgsDateTimeEdit::setEmpty |
( |
| ) |
|
Resets the widget to show no value (ie, an "unknown" state).
- Since
- QGIS 2.16
Definition at line 86 of file qgsdatetimeedit.cpp.
void QgsDateTimeEdit::showEvent |
( |
QShowEvent * |
event | ) |
|
|
overrideprotected |
void QgsDateTimeEdit::valueChanged |
( |
const QDateTime & |
date | ) |
|
|
signal |
signal emitted whenever the value changes.
- Parameters
-
date | the new date/time value. |
void QgsDateTimeEdit::wheelEvent |
( |
QWheelEvent * |
event | ) |
|
|
overrideprotected |
bool QgsDateTimeEdit::allowNull |
|
readwrite |
The documentation for this class was generated from the following files: