|
| FuzzySearchSideBarWidget (QWidget *const parent, SearchModel *const searchModel, SearchModificationHelper *const searchModificationHelper) |
|
void | applySettings () override |
| This method is invoked when the application settings should be (re-) applied to this widget.
|
|
void | changeAlbumFromHistory (const QList< Album * > &album) override |
| This is called on this widget when the history requires to move back to the specified album.
|
|
void | doLoadState () override |
| Implement this hook method for state loading.
|
|
void | doSaveState () override |
| Implement this hook method for state saving.
|
|
const QString | getCaption () override |
| Must be implemented to return the title of this sidebar's tab.
|
|
const QIcon | getIcon () override |
| Must be implemented and return the icon that shall be visible for this sidebar widget.
|
|
void | newDuplicatesSearch (const QList< PAlbum * > &albums) |
|
void | newDuplicatesSearch (const QList< TAlbum * > &albums) |
|
void | newSimilarSearch (const ItemInfo &imageInfo) |
|
void | setActive (bool active) override |
| This method is called if the visible sidebar widget is changed.
|
|
| 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 | setConfigGroup (const KConfigGroup &group) |
| Sets a dedicated config group that will be used to store and reload the state from.
|
|
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.
|
|