◆ StateSavingDepth
This enum defines the "depth" of the StateSavingObject::loadState() and StateSavingObject::saveState() methods.
Enumerator |
---|
INSTANCE | Only the instance the saving / restoring was invoked on is saved / restored.
|
DIRECT_CHILDREN | The instance itself and all direct children of this instance implementing StateSavingObject are saved / restored.
|
RECURSIVE | The instance and all children in the complete hierarchy are saved / restored.
|
◆ ShowfotoFolderViewSideBar()
ShowFoto::ShowfotoFolderViewSideBar::ShowfotoFolderViewSideBar |
( |
Showfoto *const |
parent | ) |
|
|
explicit |
◆ ~ShowfotoFolderViewSideBar()
ShowFoto::ShowfotoFolderViewSideBar::~ShowfotoFolderViewSideBar |
( |
| ) |
|
|
override |
◆ currentFolder()
QString ShowFoto::ShowfotoFolderViewSideBar::currentFolder |
( |
| ) |
const |
◆ currentPath()
QString ShowFoto::ShowfotoFolderViewSideBar::currentPath |
( |
| ) |
const |
◆ doLoadState()
void ShowFoto::ShowfotoFolderViewSideBar::doLoadState |
( |
| ) |
|
|
overridevirtual |
◆ doSaveState()
void ShowFoto::ShowfotoFolderViewSideBar::doSaveState |
( |
| ) |
|
|
overridevirtual |
◆ entryName()
QString Digikam::StateSavingObject::entryName |
( |
const QString & |
base | ) |
const |
|
protectedinherited |
Always use this method to create config group entry names. This allows to manipulate the entry keys externally by eg. setting a prefix.
- Parameters
-
base | original name planned for the config group entry |
- Returns
- entry name after manipulating it with externally set parameters
Referenced by Digikam::FilterSideBarWidget::doLoadState(), Digikam::AbstractAlbumTreeView::doLoadState(), Digikam::AbstractCheckableAlbumTreeView::doLoadState(), Digikam::LabelsTreeView::doLoadState(), Digikam::ImportItemPropertiesSideBarImport::doLoadState(), Digikam::ItemPropertiesSideBar::doLoadState(), Digikam::ItemPropertiesSideBarDB::doLoadState(), Digikam::TagCheckView::doLoadState(), Digikam::Sidebar::doLoadState(), Digikam::SearchTextBar::doLoadState(), doLoadState(), ShowFoto::ShowfotoStackViewSideBar::doLoadState(), Digikam::FaceScanWidget::doLoadState(), Digikam::FuzzySearchView::doLoadState(), Digikam::GPSSearchView::doLoadState(), Digikam::FilterSideBarWidget::doSaveState(), Digikam::AbstractAlbumTreeView::doSaveState(), Digikam::AbstractCheckableAlbumTreeView::doSaveState(), Digikam::LabelsTreeView::doSaveState(), Digikam::ImportItemPropertiesSideBarImport::doSaveState(), Digikam::ItemPropertiesSideBar::doSaveState(), Digikam::ItemPropertiesSideBarDB::doSaveState(), Digikam::TagCheckView::doSaveState(), Digikam::Sidebar::doSaveState(), Digikam::SearchTextBar::doSaveState(), doSaveState(), ShowFoto::ShowfotoStackViewSideBar::doSaveState(), Digikam::FaceScanWidget::doSaveState(), Digikam::FuzzySearchView::doSaveState(), and Digikam::GPSSearchView::doSaveState().
◆ getCaption()
const QString ShowFoto::ShowfotoFolderViewSideBar::getCaption |
( |
| ) |
|
◆ getConfigGroup()
KConfigGroup Digikam::StateSavingObject::getConfigGroup |
( |
| ) |
const |
|
protectedinherited |
Returns the config group that must be used for state saving and loading.
- Returns
- config group for state saving and loading
Referenced by Digikam::AlbumFolderViewSideBarWidget::AlbumFolderViewSideBarWidget(), Digikam::DateFolderViewSideBarWidget::DateFolderViewSideBarWidget(), Digikam::FilterSideBarWidget::doLoadState(), Digikam::TagViewSideBarWidget::doLoadState(), Digikam::TimelineSideBarWidget::doLoadState(), Digikam::MapWidgetView::doLoadState(), Digikam::TableView::doLoadState(), Digikam::AbstractAlbumTreeView::doLoadState(), Digikam::AbstractCheckableAlbumTreeView::doLoadState(), Digikam::LabelsTreeView::doLoadState(), Digikam::ImportItemPropertiesSideBarImport::doLoadState(), Digikam::ItemPropertiesSideBar::doLoadState(), Digikam::ItemPropertiesSideBarDB::doLoadState(), Digikam::TagsManager::doLoadState(), Digikam::TagCheckView::doLoadState(), Digikam::Sidebar::doLoadState(), Digikam::SearchTextBar::doLoadState(), doLoadState(), ShowFoto::ShowfotoStackViewSideBar::doLoadState(), Digikam::FaceScanWidget::doLoadState(), Digikam::FuzzySearchView::doLoadState(), Digikam::GPSSearchView::doLoadState(), Digikam::FilterSideBarWidget::doSaveState(), Digikam::TagViewSideBarWidget::doSaveState(), Digikam::TimelineSideBarWidget::doSaveState(), Digikam::MapWidgetView::doSaveState(), Digikam::TableView::doSaveState(), Digikam::AbstractAlbumTreeView::doSaveState(), Digikam::AbstractCheckableAlbumTreeView::doSaveState(), Digikam::LabelsTreeView::doSaveState(), Digikam::ImportItemPropertiesSideBarImport::doSaveState(), Digikam::ItemPropertiesSideBar::doSaveState(), Digikam::ItemPropertiesSideBarDB::doSaveState(), Digikam::TagsManager::doSaveState(), Digikam::TagCheckView::doSaveState(), Digikam::Sidebar::doSaveState(), Digikam::SearchTextBar::doSaveState(), doSaveState(), ShowFoto::ShowfotoStackViewSideBar::doSaveState(), Digikam::FaceScanWidget::doSaveState(), Digikam::FuzzySearchView::doSaveState(), Digikam::GPSSearchView::doSaveState(), Digikam::FuzzySearchSideBarWidget::FuzzySearchSideBarWidget(), Digikam::GPSSearchSideBarWidget::GPSSearchSideBarWidget(), Digikam::LabelsSideBarWidget::LabelsSideBarWidget(), Digikam::PeopleSideBarWidget::PeopleSideBarWidget(), Digikam::SearchSideBarWidget::SearchSideBarWidget(), Digikam::TagsManager::setupUi(), Digikam::TagViewSideBarWidget::TagViewSideBarWidget(), and Digikam::TimelineSideBarWidget::TimelineSideBarWidget().
◆ getIcon()
const QIcon ShowFoto::ShowfotoFolderViewSideBar::getIcon |
( |
| ) |
|
◆ getStateSavingDepth()
StateSavingObject::StateSavingDepth Digikam::StateSavingObject::getStateSavingDepth |
( |
| ) |
const |
|
inherited |
Returns the depth used for state saving or loading. Default is StateSavingDepth::INSTANCE.
- Returns
- state saving / restoring depth
◆ loadContents()
void ShowFoto::ShowfotoFolderViewSideBar::loadContents |
( |
const QModelIndex & |
index, |
|
|
bool |
append = false |
|
) |
| |
◆ loadState()
void Digikam::StateSavingObject::loadState |
( |
| ) |
|
|
inherited |
◆ pluginActions()
QList< QAction * > ShowFoto::ShowfotoFolderViewSideBar::pluginActions |
( |
| ) |
const |
◆ registerPluginActions()
void ShowFoto::ShowfotoFolderViewSideBar::registerPluginActions |
( |
const QList< DPluginAction * > & |
actions | ) |
|
◆ saveState()
void Digikam::StateSavingObject::saveState |
( |
| ) |
|
|
inherited |
◆ setConfigGroup()
void Digikam::StateSavingObject::setConfigGroup |
( |
const KConfigGroup & |
group | ) |
|
|
virtualinherited |
◆ setCurrentPath()
void ShowFoto::ShowfotoFolderViewSideBar::setCurrentPath |
( |
const QString & |
newPathNative | ) |
|
◆ setCurrentPathWithoutUndo()
void ShowFoto::ShowfotoFolderViewSideBar::setCurrentPathWithoutUndo |
( |
const QString & |
newPath | ) |
|
◆ setEntryPrefix()
void Digikam::StateSavingObject::setEntryPrefix |
( |
const QString & |
prefix | ) |
|
|
virtualinherited |
Define a prefix that will be used for every entry in the config group. The default prefix is empty.
You can re-implement this method to pass the prefix set here to child objects. Don't forget to call this method in your implementation.
- Parameters
-
prefix | the prefix to use for the config entries |
References prefix.
◆ setSortOrder()
void ShowFoto::ShowfotoFolderViewSideBar::setSortOrder |
( |
int |
order | ) |
|
◆ setSortRole()
void ShowFoto::ShowfotoFolderViewSideBar::setSortRole |
( |
int |
role | ) |
|
◆ setStateSavingDepth()
void Digikam::StateSavingObject::setStateSavingDepth |
( |
const StateSavingDepth |
depth | ) |
|
|
inherited |
Sets the depth used for state saving or loading.
- Parameters
-
◆ signalAddBookmark
void ShowFoto::ShowfotoFolderViewSideBar::signalAddBookmark |
( |
| ) |
|
|
signal |
◆ signalAppendContentsFromFiles
void ShowFoto::ShowfotoFolderViewSideBar::signalAppendContentsFromFiles |
( |
const QStringList & |
files, |
|
|
const QString & |
current |
|
) |
| |
|
signal |
◆ signalLoadContentsFromFiles
void ShowFoto::ShowfotoFolderViewSideBar::signalLoadContentsFromFiles |
( |
const QStringList & |
files, |
|
|
const QString & |
current |
|
) |
| |
|
signal |
◆ signalLoadContentsFromPath
void ShowFoto::ShowfotoFolderViewSideBar::signalLoadContentsFromPath |
( |
const QString & |
path | ) |
|
|
signal |
◆ signalSetup
void ShowFoto::ShowfotoFolderViewSideBar::signalSetup |
( |
| ) |
|
|
signal |
◆ slotAppendContents
void ShowFoto::ShowfotoFolderViewSideBar::slotAppendContents |
( |
| ) |
|
|
slot |
◆ slotGoHome
void ShowFoto::ShowfotoFolderViewSideBar::slotGoHome |
( |
| ) |
|
|
slot |
◆ slotGoUp
void ShowFoto::ShowfotoFolderViewSideBar::slotGoUp |
( |
| ) |
|
|
slot |
◆ slotLoadContents
void ShowFoto::ShowfotoFolderViewSideBar::slotLoadContents |
( |
| ) |
|
|
slot |
◆ slotRedo
void ShowFoto::ShowfotoFolderViewSideBar::slotRedo |
( |
| ) |
|
|
slot |
◆ slotUndo
void ShowFoto::ShowfotoFolderViewSideBar::slotUndo |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: