![]() |
ICF 3.1.1.10
Technical documentation of ICF Libraries
|
Standard ICF item view delegator. More...
#include <CItemDelegate.h>
Inherits QItemDelegate.
Public Types | |
| typedef QItemDelegate | BaseClass |
Public Member Functions | |
| CItemDelegate (int itemHeight=20, QObject *parent=nullptr) | |
| void | SetItemHeight (int itemHeight) |
| Set the item height. | |
| int | GetItemHeight () const |
| Get the item height. | |
| virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Standard ICF item view delegator.
Definition at line 26 of file CItemDelegate.h.
| QItemDelegate iwidgets::CItemDelegate::BaseClass |
Definition at line 29 of file CItemDelegate.h.
| iwidgets::CItemDelegate::CItemDelegate | ( | int | itemHeight = 20, |
| QObject * | parent = nullptr ) |
| int iwidgets::CItemDelegate::GetItemHeight | ( | ) | const |
Get the item height.
|
virtual |
| void iwidgets::CItemDelegate::SetItemHeight | ( | int | itemHeight | ) |
Set the item height.
|
virtual |
© Witold Gantzke and Kirill Lepskiy