![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Slots | |
void | slotClearImages () |
void | slotRefreshMap () |
Signals | |
void | signalMapSoloItems (const QList< qlonglong > &idList, const QString &id) |
Public Member Functions | |
GPSSearchView (QWidget *const parent, SearchModel *const searchModel, SearchModificationHelper *const searchModificationHelper, ItemFilterModel *const imageFilterModel, QItemSelectionModel *const itemSelectionModel) | |
Constructor. | |
void | changeAlbumFromHistory (SAlbum *const album) |
void | doLoadState () override |
Implement this hook method for state loading. | |
void | doSaveState () override |
Implement this hook method for state saving. | |
void | setActive (bool state) |
Sets the widget active or inactive. | |
void | setConfigGroup (const KConfigGroup &group) override |
Sets a dedicated config group that will be used to store and reload the state from. | |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
enum | StateSavingDepth { INSTANCE , DIRECT_CHILDREN , RECURSIVE } |
This enum defines the "depth" of the StateSavingObject::loadState() and StateSavingObject::saveState() methods. More... | |
![]() | |
QString | entryName (const QString &base) const |
Always use this method to create config group entry names. | |
KConfigGroup | getConfigGroup () const |
Returns the config group that must be used for state saving and loading. | |
|
explicit |
parent | The parent object. |
searchModel | The model that stores the searches. |
searchModificationHelper | The helper instance to perform the searches. |
imageFilterModel | The image model used by displaying the selected images on map. |
itemSelectionModel | The selection model corresponding to the imageFilterModel. |
|
overridevirtual |
Use getConfigGroup() and entryName() for the implementation.
Implements Digikam::StateSavingObject.
|
overridevirtual |
Use getConfigGroup() and entryName() for the implementation.
Implements Digikam::StateSavingObject.
void Digikam::GPSSearchView::setActive | ( | bool | state | ) |
Called when the GPSSearch tab becomes the current/not current tab.
state | When true, the widget is enabled. |
|
overridevirtual |
If this method is not called, a group based on the object name is used.
You can re-implement this method to pass the group set here to child objects. Don't forget to call this method in your implementation.
group | config group to use for state saving and restoring |
Reimplemented from Digikam::StateSavingObject.