digiKam
|
Public Member Functions | |
DeltaTime () | |
bool | isNull () const |
Check if at least one option is selected. More... | |
~DeltaTime () | |
Public Attributes | |
int | deltaDays |
int | deltaHours |
int | deltaMinutes |
bool | deltaNegative |
int | deltaSeconds |
Container that hold the time difference for clock photo dialog.
|
explicit |
Digikam::DeltaTime::~DeltaTime | ( | ) |
bool Digikam::DeltaTime::isNull | ( | ) | const |
Check if at least one option is selected.
References deltaDays, deltaHours, deltaMinutes, and deltaSeconds.
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl().
int Digikam::DeltaTime::deltaDays |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().
int Digikam::DeltaTime::deltaHours |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().
int Digikam::DeltaTime::deltaMinutes |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().
bool Digikam::DeltaTime::deltaNegative |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl().
int Digikam::DeltaTime::deltaSeconds |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().