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 |
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 | 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 | setTemplate (const Template &t) |
TemplateViewer (QWidget *const parent=nullptr) | |
DLabelExpander * | widget (int index) const |
virtual void | writeSettings (KConfigGroup &group) |
~TemplateViewer () override | |
|
explicit |
References Digikam::DExpanderBox::addItem(), and Digikam::DExpanderBox::addStretch().
|
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 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 Digikam::ItemSelectionPropertiesTab::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 |
|
inherited |
|
inherited |
References Digikam::DLabelExpander::setExpanded().
|
inherited |
|
inherited |
|
inherited |
void Digikam::TemplateViewer::setTemplate | ( | const Template & | t | ) |
References Digikam::IptcCoreContactInfo::address, Digikam::Template::authors(), Digikam::Template::authorsPosition(), Digikam::IptcCoreLocationInfo::city, Digikam::IptcCoreContactInfo::city, Digikam::Template::contactInfo(), Digikam::Template::copyright(), Digikam::IptcCoreContactInfo::country, Digikam::IptcCoreLocationInfo::countryCode, Digikam::CountrySelector::countryForCode(), Digikam::Template::credit(), Digikam::IptcCoreContactInfo::email, Digikam::Template::instructions(), Digikam::Template::IptcSubjects(), Digikam::IptcCoreLocationInfo::location, Digikam::Template::locationInfo(), Digikam::IptcCoreContactInfo::phone, Digikam::IptcCoreContactInfo::postalCode, Digikam::IptcCoreLocationInfo::provinceState, Digikam::IptcCoreContactInfo::provinceState, Digikam::Template::rightUsageTerms(), Digikam::Template::source(), and Digikam::IptcCoreContactInfo::webUrl.
|
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().