Open 3D Engine GraphCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits QStyledItemDelegate.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (GenericComboBoxDelegate, AZ::SystemAllocator) | |
GenericComboBoxDelegate (QObject *parent) | |
void | setEditorData (QWidget *editor, const QModelIndex &index) const override |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override |
void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
Static Public Attributes | |
static const int | ComboBoxDelegateRole = 0xdd31a0a6 |