digiKam
|
Signals | |
void | signalItemExpanded (int index, bool b) |
void | signalItemToggled (int index, bool b) |
Public Member Functions | |
void | addItem (QWidget *const w, const QIcon &icon, const QString &txt, const QString &objName, bool expandBydefault) |
void | addItem (QWidget *const w, const QString &txt, const QString &objName, bool expandBydefault) |
void | addStretch () |
bool | checkBoxIsVisible (int index) const |
int | count () const |
int | indexOf (DLabelExpander *const widget) const |
void | insertItem (int index, QWidget *const w, const QIcon &icon, const QString &txt, const QString &objName, bool expandBydefault) |
void | insertItem (int index, QWidget *const w, const QString &txt, const QString &objName, bool expandBydefault) |
void | insertStretch (int index) |
bool | isChecked (int index) const |
bool | isItemEnabled (int index) const |
bool | isItemExpanded (int index) const |
QIcon | itemIcon (int index) const |
ItemSelectionPropertiesTab (QWidget *const parent) | |
QString | itemText (int index) const |
QString | itemToolTip (int index) const |
virtual void | readSettings (KConfigGroup &group) |
void | removeItem (int index) |
void | setCheckBoxVisible (int index, bool b) |
void | setChecked (int index, bool b) |
void | setCurrentURL (const QUrl &url=QUrl()) |
void | setItemEnabled (int index, bool enabled) |
void | setItemExpanded (int index, bool b) |
void | setItemIcon (int index, const QIcon &icon) |
void | setItemText (int index, const QString &txt) |
void | setItemToolTip (int index, const QString &tip) |
void | setSelectionCount (const QString &str) |
void | setSelectionSize (const QString &str) |
void | setTotalCount (const QString &str) |
void | setTotalSize (const QString &str) |
DLabelExpander * | widget (int index) const |
virtual void | writeSettings (KConfigGroup &group) |
~ItemSelectionPropertiesTab () override | |
|
explicit |
References Digikam::DExpanderBox::addStretch(), and Digikam::DExpanderBox::insertItem().
|
override |
|
inherited |
Add DLabelExpander item at end of box layout with these settings : 'w' : the widget hosted by DLabelExpander. 'pix' : pixmap used as icon to item title. 'txt' : text used as item title. 'objName' : item object name used to read/save expanded settings to rc file. 'expandBydefault' : item state by default (expanded or not).
Referenced by Digikam::DExpanderBox::addItem(), Digikam::ImportItemPropertiesTab::ImportItemPropertiesTab(), Digikam::DRawDecoderWidget::setup(), and Digikam::TemplateViewer::TemplateViewer().
|
inherited |
References Digikam::DExpanderBox::addItem().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
References Digikam::DExpanderBox::count(), and Digikam::DExpanderBox::widget().
|
inherited |
Insert DLabelExpander item at box layout index with these settings : 'w' : the widget hosted by DLabelExpander. 'pix' : pixmap used as icon to item title. 'txt' : text used as item title. 'objName' : item object name used to read/save expanded settings to rc file. 'expandBydefault' : item state by default (expanded or not).
Referenced by Digikam::DExpanderBox::insertItem(), Digikam::ItemPropertiesTab::ItemPropertiesTab(), and ItemSelectionPropertiesTab().
|
inherited |
References Digikam::DExpanderBox::insertItem().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
References Digikam::DLabelExpander::isExpanded().
|
inherited |
|
inherited |
|
inherited |
|
virtualinherited |
Reimplemented in Digikam::DRawDecoderWidget.
References Digikam::DExpanderBox::count(), Digikam::DLabelExpander::isExpandByDefault(), and Digikam::DLabelExpander::setExpanded().
Referenced by Digikam::ItemPropertiesSideBar::doLoadState(), and Digikam::DRawDecoderWidget::readSettings().
|
inherited |
Referenced by Digikam::DRawDecoderWidget::setup().
|
inherited |
|
inherited |
void Digikam::ItemSelectionPropertiesTab::setCurrentURL | ( | const QUrl & | url = QUrl() | ) |
Referenced by Digikam::ItemPropertiesSideBar::slotNoCurrentItem().
|
inherited |
|
inherited |
References Digikam::DLabelExpander::setExpanded().
|
inherited |
|
inherited |
|
inherited |
void Digikam::ItemSelectionPropertiesTab::setSelectionCount | ( | const QString & | str | ) |
void Digikam::ItemSelectionPropertiesTab::setSelectionSize | ( | const QString & | str | ) |
void Digikam::ItemSelectionPropertiesTab::setTotalCount | ( | const QString & | str | ) |
void Digikam::ItemSelectionPropertiesTab::setTotalSize | ( | const QString & | str | ) |
|
signalinherited |
|
signalinherited |
|
inherited |
Referenced by Digikam::DExpanderBox::indexOf(), Digikam::ImportItemPropertiesTab::setCurrentItem(), Digikam::ItemPropertiesTab::setPhotoInfoDisable(), Digikam::ItemPropertiesTab::setVideoInfoDisable(), Digikam::ItemPropertiesTab::showOrHideCaptionAndTags(), and Digikam::DRawDecoderWidget::updateMinimumWidth().
|
virtualinherited |
Reimplemented in Digikam::DRawDecoderWidget.
References Digikam::DExpanderBox::count(), and Digikam::DLabelExpander::isExpanded().
Referenced by Digikam::ItemPropertiesSideBar::doSaveState(), and Digikam::DRawDecoderWidget::writeSettings().