Inherits GraphCanvas::GraphCanvasSortFilterComboBoxProxyModel.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (VariableTypeComboBoxFilterModel, AZ::SystemAllocator) | |
| VariableTypeComboBoxFilterModel (const VariableComboBoxDataModel *sourceModel, ScriptCanvas::Slot *slot=nullptr) | |
| void | SetSlotFilter (ScriptCanvas::Slot *slotFilter) |
| void | RefreshFilter () |
| bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const |
| ScriptCanvas::VariableId | GetValueForIndex (const QModelIndex &modelIndex) const |
| QModelIndex | GetIndexForValue (const ScriptCanvas::VariableId &variableId) const |
| const QString & | GetDisplayName (const ScriptCanvas::VariableId &variableId) const |
| const ScriptCanvas::GraphVariable * | GetGraphVariable (const ScriptCanvas::VariableId &variableId) const |