|
DConfigDlgViewPrivate *const | d_ptr |
|
◆ FaceType
This enum is used to decide which type of navigation view shall be used in the page view.
- Auto - Depending on the number of pages in the model, the Plain (one page), the List (several pages) or the Tree face (nested pages) will be used. This is the default face type.
- Plain - No navigation view will be visible and only the first page of the model will be shown.
- List - An icon list is used as navigation view.
- Tree - A tree list is used as navigation view.
- Tabbed - A tab widget is used as navigation view.
Enumerator |
---|
Auto | |
Plain | |
List | |
Tree | |
Tabbed | |
◆ IPTCEditWidget()
DigikamGenericMetadataEditPlugin::IPTCEditWidget::IPTCEditWidget |
( |
MetadataEditDialog *const |
parent | ) |
|
|
explicit |
◆ ~IPTCEditWidget()
DigikamGenericMetadataEditPlugin::IPTCEditWidget::~IPTCEditWidget |
( |
| ) |
|
|
override |
◆ addPage() [1/2]
Adds a new top level page to the widget.
- Parameters
-
- See also
- DConfigDlgWdgItem which describes the page.
◆ addPage() [2/2]
DConfigDlgWdgItem * Digikam::DConfigDlgWdg::addPage |
( |
QWidget * |
widget, |
|
|
const QString & |
name |
|
) |
| |
|
inherited |
◆ addSubPage() [1/2]
Inserts a new sub page in the widget.
- Parameters
-
parent | The new page will be insert as child of this |
- See also
- DConfigDlgWdgItem.
- Parameters
-
- See also
- DConfigDlgWdgItem which describes the page.
◆ addSubPage() [2/2]
DConfigDlgWdgItem * Digikam::DConfigDlgWdg::addSubPage |
( |
DConfigDlgWdgItem * |
parent, |
|
|
QWidget * |
widget, |
|
|
const QString & |
name |
|
) |
| |
|
inherited |
Inserts a new sub page in the widget.
- Parameters
-
parent | The new page will be insert as child of this |
- See also
- DConfigDlgWdgItem.
- Parameters
-
widget | The widget of the page. |
name | The name which is displayed in the navigation view. |
- Returns
- The associated
- See also
- DConfigDlgWdgItem.
◆ apply()
void DigikamGenericMetadataEditPlugin::IPTCEditWidget::apply |
( |
| ) |
|
◆ createView()
QAbstractItemView * Digikam::DConfigDlgView::createView |
( |
| ) |
|
|
protectedvirtualinherited |
◆ currentPage()
DConfigDlgWdgItem * Digikam::DConfigDlgWdg::currentPage |
( |
| ) |
const |
|
inherited |
◆ currentPageChanged [1/2]
void Digikam::DConfigDlgView::currentPageChanged |
( |
const QModelIndex & |
current, |
|
|
const QModelIndex & |
previous |
|
) |
| |
|
signalinherited |
This signal is emitted whenever the current page changes. The previous page index is replaced by the current index.
◆ currentPageChanged [2/2]
◆ faceType()
DConfigDlgView::FaceType Digikam::DConfigDlgView::faceType |
( |
| ) |
const |
|
inherited |
Returns the face type of the page view.
◆ insertPage() [1/2]
Inserts a new page in the widget.
- Parameters
-
before | The new page will be insert before this |
- See also
- DConfigDlgWdgItem on the same level in hierarchy.
- Parameters
-
- See also
- DConfigDlgWdgItem which describes the page.
◆ insertPage() [2/2]
DConfigDlgWdgItem * Digikam::DConfigDlgWdg::insertPage |
( |
DConfigDlgWdgItem * |
before, |
|
|
QWidget * |
widget, |
|
|
const QString & |
name |
|
) |
| |
|
inherited |
Inserts a new page in the widget.
- Parameters
-
before | The new page will be insert before this |
- See also
- DConfigDlgWdgItem on the same level in hierarchy.
- Parameters
-
widget | The widget of the page. |
name | The name which is displayed in the navigation view. |
- Returns
- The associated
- See also
- DConfigDlgWdgItem.
◆ isModified()
bool DigikamGenericMetadataEditPlugin::IPTCEditWidget::isModified |
( |
| ) |
const |
◆ itemDelegate()
QAbstractItemDelegate * Digikam::DConfigDlgView::itemDelegate |
( |
| ) |
const |
|
inherited |
Returns the item delegate of the page view.
◆ model()
QAbstractItemModel * Digikam::DConfigDlgView::model |
( |
| ) |
const |
|
inherited |
◆ pageRemoved
◆ pageToggled
This signal is emitted whenever a checkable page changes its state.
- Parameters
-
checked | is true when the |
page | is checked, or false if the |
page | is unchecked. |
Referenced by Digikam::DConfigDlgWdg::DConfigDlgWdg().
◆ removePage()
◆ saveSettings()
void DigikamGenericMetadataEditPlugin::IPTCEditWidget::saveSettings |
( |
| ) |
|
◆ setCurrentPage() [1/2]
void Digikam::DConfigDlgView::setCurrentPage |
( |
const QModelIndex & |
index | ) |
|
|
inherited |
◆ setCurrentPage() [2/2]
◆ setDefaultWidget()
void Digikam::DConfigDlgView::setDefaultWidget |
( |
QWidget * |
widget | ) |
|
|
inherited |
Sets the widget
which will be shown when a page is selected that has no own widget set.
◆ setFaceType()
void Digikam::DConfigDlgView::setFaceType |
( |
FaceType |
faceType | ) |
|
|
inherited |
◆ setItemDelegate()
void Digikam::DConfigDlgView::setItemDelegate |
( |
QAbstractItemDelegate * |
delegate | ) |
|
|
inherited |
Sets the item
- Parameters
-
delegate | which can be used customize the page view. |
◆ setModel()
void Digikam::DConfigDlgView::setModel |
( |
QAbstractItemModel * |
model | ) |
|
|
inherited |
◆ showPageHeader()
bool Digikam::DConfigDlgView::showPageHeader |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ signalModified
void DigikamGenericMetadataEditPlugin::IPTCEditWidget::signalModified |
( |
| ) |
|
|
signal |
◆ signalSetReadOnly
void DigikamGenericMetadataEditPlugin::IPTCEditWidget::signalSetReadOnly |
( |
bool |
| ) |
|
|
signal |
◆ slotItemChanged
void DigikamGenericMetadataEditPlugin::IPTCEditWidget::slotItemChanged |
( |
| ) |
|
|
slot |
◆ slotModified
void DigikamGenericMetadataEditPlugin::IPTCEditWidget::slotModified |
( |
| ) |
|
|
slot |
◆ viewPosition()
Qt::Alignment Digikam::DConfigDlgView::viewPosition |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ d_ptr
DConfigDlgViewPrivate* const Digikam::DConfigDlgView::d_ptr |
|
protectedinherited |
◆ faceType
FaceType Digikam::DConfigDlgView::faceType |
|
readwriteinherited |
The documentation for this class was generated from the following files: