![]() |
digiKam
|
#include <timeadjustcontainer.h>
Public Member Functions | |
DeltaTime ()=default | |
bool | isNull () const |
~DeltaTime ()=default | |
Public Attributes | |
int | deltaDays = 0 |
int | deltaHours = 0 |
int | deltaMinutes = 0 |
bool | deltaNegative = false |
int | deltaSeconds = 0 |
Container that hold the time difference for clock photo dialog.
|
default |
|
default |
|
inline |
Check if at least one option is selected.
References deltaDays, deltaHours, deltaMinutes, and deltaSeconds.
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl().
int Digikam::DeltaTime::deltaDays = 0 |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().
int Digikam::DeltaTime::deltaHours = 0 |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().
int Digikam::DeltaTime::deltaMinutes = 0 |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().
bool Digikam::DeltaTime::deltaNegative = false |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl().
int Digikam::DeltaTime::deltaSeconds = 0 |
Referenced by Digikam::TimeAdjustSettings::detAdjustmentByClockPhotoUrl(), and isNull().