|
| DateFolderView (QWidget *const parent, DateAlbumModel *const dateAlbumModel) |
|
void | changeAlbumFromHistory (DAlbum *const album) |
|
AlbumPointer< DAlbum > | currentAlbum () const |
|
void | doLoadState () override |
| Implement this hook method for state loading.
|
|
void | doSaveState () override |
| Implement this hook method for state saving.
|
|
void | gotoDate (const QDate &dt) |
|
void | setActive (const bool val) |
|
void | setConfigGroup (const KConfigGroup &group) override |
| Sets a dedicated config group that will be used to store and reload the state from.
|
|
void | setItemModel (ItemFilterModel *const model) |
|
| DVBox (QWidget *const parent=nullptr) |
|
| DHBox (QWidget *const parent=nullptr) |
|
QSize | minimumSizeHint () const override |
|
void | setContentsMargins (const QMargins &margins) |
|
void | setContentsMargins (int left, int top, int right, int bottom) |
|
void | setSpacing (int space) |
|
void | setStretchFactor (QWidget *const widget, int stretch) |
|
QSize | sizeHint () const override |
|
| StateSavingObject (QObject *const host) |
| Constructor.
|
|
virtual | ~StateSavingObject () |
| Destructor.
|
|
StateSavingDepth | getStateSavingDepth () const |
| Returns the depth used for state saving or loading.
|
|
void | loadState () |
| Invokes loading the class' state.
|
|
void | saveState () |
| Invokes saving the class' state.
|
|
virtual void | setEntryPrefix (const QString &prefix) |
| Define a prefix that will be used for every entry in the config group.
|
|
void | setStateSavingDepth (const StateSavingDepth depth) |
| Sets the depth used for state saving or loading.
|
|