Definition at line 46 of file KisOpenPane.cpp.
◆ KoSectionListItem()
| KoSectionListItem::KoSectionListItem |
( |
QTreeWidget * | treeWidget, |
|
|
const QString & | name, |
|
|
QString | untranslatedName, |
|
|
int | sortWeight, |
|
|
int | widgetIndex = -1 ) |
|
inline |
Definition at line 49 of file KisOpenPane.cpp.
50 : QTreeWidgetItem(treeWidget,
QStringList() << name)
54 {
55 Qt::ItemFlags newFlags = Qt::NoItemFlags;
56
58 newFlags |= Qt::ItemIsEnabled | Qt::ItemIsSelectable;
59
60 setFlags(newFlags);
61 }
QList< QString > QStringList
QString m_untranslatedName
QString untranslatedName() const
References m_widgetIndex.
◆ operator<()
| bool KoSectionListItem::operator< |
( |
const QTreeWidgetItem & | other | ) |
const |
|
inlineoverride |
◆ sortWeight()
| int KoSectionListItem::sortWeight |
( |
| ) |
const |
|
inline |
◆ untranslatedName()
| QString KoSectionListItem::untranslatedName |
( |
| ) |
const |
|
inline |
◆ widgetIndex()
| int KoSectionListItem::widgetIndex |
( |
| ) |
const |
|
inline |
◆ m_sortWeight
| int KoSectionListItem::m_sortWeight {0} |
|
private |
◆ m_untranslatedName
| QString KoSectionListItem::m_untranslatedName |
|
private |
◆ m_widgetIndex
| int KoSectionListItem::m_widgetIndex {-1} |
|
private |
The documentation for this class was generated from the following file: