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 |
ImportItemPropertiesTab (QWidget *const parent) | |
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 | setCurrentItem (const CamItemInfo &itemInfo=CamItemInfo(), DMetadata *const meta=nullptr) |
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) |
DLabelExpander * | widget (int index) const |
virtual void | writeSettings (KConfigGroup &group) |
~ImportItemPropertiesTab () 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(), 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 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 |
void Digikam::ImportItemPropertiesTab::setCurrentItem | ( | const CamItemInfo & | itemInfo = CamItemInfo() , |
DMetadata *const | meta = nullptr |
||
) |
References Digikam::PhotoInfoContainer::aperture, Digikam::VideoInfoContainer::aspectRatio, Digikam::ItemPropertiesTab::aspectRatioToString(), Digikam::VideoInfoContainer::audioBitRate, Digikam::VideoInfoContainer::audioChannelType, Digikam::VideoInfoContainer::audioCodec, Digikam::CamItemInfo::ctime, Digikam::PhotoInfoContainer::dateTime, Digikam::CamItemInfo::downloaded, Digikam::CamItemInfo::DownloadedYes, Digikam::CamItemInfo::downloadName, Digikam::CamItemInfo::DownloadUnknown, Digikam::VideoInfoContainer::duration, Digikam::PhotoInfoContainer::exposureMode, Digikam::PhotoInfoContainer::exposureProgram, Digikam::PhotoInfoContainer::exposureTime, Digikam::PhotoInfoContainer::flash, Digikam::PhotoInfoContainer::focalLength, Digikam::PhotoInfoContainer::focalLength35mm, Digikam::CamItemInfo::folder, Digikam::VideoInfoContainer::frameRate, Digikam::MetaEngine::getItemDimensions(), Digikam::DMetadata::getPhotographInformation(), Digikam::MetaEngine::getPixelSize(), Digikam::DMetadata::getVideoInformation(), Digikam::CamItemInfo::height, Digikam::ItemPropertiesTab::humanReadableBytesCount(), Digikam::PhotoInfoContainer::isEmpty(), Digikam::VideoInfoContainer::isEmpty(), Digikam::CamItemInfo::isNull(), Digikam::PhotoInfoContainer::lens, Digikam::PhotoInfoContainer::make, Digikam::CamItemInfo::mime, Digikam::PhotoInfoContainer::model, Digikam::CamItemInfo::name, Digikam::CamItemInfo::readPermissions, Digikam::PhotoInfoContainer::sensitivity, Digikam::ItemPropertiesTab::shortenedMakeInfo(), Digikam::ItemPropertiesTab::shortenedModelInfo(), Digikam::CamItemInfo::size, Digikam::VideoInfoContainer::videoCodec, Digikam::PhotoInfoContainer::whiteBalance, Digikam::DExpanderBox::widget(), Digikam::CamItemInfo::width, and Digikam::CamItemInfo::writePermissions.
|
inherited |
|
inherited |
References Digikam::DLabelExpander::setExpanded().
|
inherited |
|
inherited |
|
inherited |
|
signalinherited |
|
signalinherited |
|
inherited |
|
virtualinherited |
Reimplemented in Digikam::DRawDecoderWidget.
References Digikam::DExpanderBox::count(), and Digikam::DLabelExpander::isExpanded().
Referenced by Digikam::ItemPropertiesSideBar::doSaveState(), and Digikam::DRawDecoderWidget::writeSettings().