Home
last modified time | relevance | path

Searched refs:nationalAccountDelegate (Results 1 – 3 of 3) sorted by relevance

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/payeeidentifier/nationalaccount/
H A Dnationalaccountdelegate.cpp29 nationalAccountDelegate::nationalAccountDelegate(QObject* parent, const QVariantList&) in nationalAccountDelegate() function in nationalAccountDelegate
36 void nationalAccountDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option, const QM… in paint()
92 QSize nationalAccountDelegate::sizeHint(const QStyleOptionViewItem& option, const QModelIndex& inde… in sizeHint()
110 QWidget* nationalAccountDelegate::createEditor(QWidget* parent, const QStyleOptionViewItem& option,… in createEditor()
120 void nationalAccountDelegate::setEditorData(QWidget* editor, const QModelIndex& index) const in setEditorData()
128 void nationalAccountDelegate::setModelData(QWidget* editor, QAbstractItemModel* model, const QModel… in setModelData()
143 void nationalAccountDelegate::updateEditorGeometry(QWidget* editor, const QStyleOptionViewItem& opt… in updateEditorGeometry()
152 payeeIdentifierTyped<payeeIdentifiers::nationalAccount> nationalAccountDelegate::identByIndex(const… in identByIndex()
H A Dnationalaccountdelegate.h28 class KMM_WIDGETS_EXPORT nationalAccountDelegate : public QStyledItemDelegate
32 explicit nationalAccountDelegate(QObject* parent, const QVariantList& options = QVariantList());
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dkpayeeidentifierview.cpp54 delegate = new nationalAccountDelegate(this->parent()); in getItemDelegate()