Inherits QAbstractTableModel, and AssetEditorSettingsNotificationBus::Handler.
|
enum | ColumnIndex { Name
, DefaultPreset
, Count
} |
|
|
void | OnPresetModificationBegin () |
|
void | OnPresetModificationEnd () |
|
|
| AZ_CLASS_ALLOCATOR (ConstructPresetsTableModel, AZ::SystemAllocator) |
|
| ConstructPresetsTableModel (QObject *parent=nullptr) |
|
void | SetEditorId (EditorId editorId) |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
|
void | SetConstructType (const ConstructType &constructType) |
|
void | RefreshDisplay (bool refreshPresets=false) |
|
void | RemoveRows (const AZStd::vector< int > &rows) |
|
void | OnSettingsChanged () override |
|
EditorConstructPresets * | GetPresetContainer () const |
|
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Widgets/ConstructPresetDialog/ConstructPresetDialog.h