Integrating up through commit 90f050496
This commit is contained in:
@@ -45,9 +45,12 @@ namespace ScriptCanvasEditor
|
||||
Type,
|
||||
DefaultValue,
|
||||
Scope,
|
||||
InitialValueSource,
|
||||
Count
|
||||
};
|
||||
|
||||
static const char* m_columnNames[static_cast<int>(ColumnIndex::Count)];
|
||||
|
||||
enum CustomRole
|
||||
{
|
||||
VarIdRole = Qt::UserRole
|
||||
@@ -84,9 +87,13 @@ namespace ScriptCanvasEditor
|
||||
// ScriptCanvas::VariableRuntimeNotificationBus
|
||||
void OnVariableValueChanged() override;
|
||||
void OnVariableScopeChanged() override;
|
||||
void OnVariableInitialValueSourceChanged() override;
|
||||
void OnVariablePriorityChanged() override;
|
||||
////
|
||||
|
||||
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
|
||||
|
||||
|
||||
ScriptCanvas::VariableId FindVariableIdForIndex(const QModelIndex& index) const;
|
||||
ScriptCanvas::GraphScopedVariableId FindScopedVariableIdForIndex(const QModelIndex& index) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user