Normalize editor shell validation codes
This commit is contained in:
@@ -33,17 +33,17 @@ struct EditorShellAsset {
|
|||||||
enum class EditorShellAssetValidationCode : std::uint8_t {
|
enum class EditorShellAssetValidationCode : std::uint8_t {
|
||||||
None = 0,
|
None = 0,
|
||||||
InvalidPanelRegistry = 1,
|
InvalidPanelRegistry = 1,
|
||||||
MissingPanelDescriptor = 2,
|
InvalidWorkspace = 2,
|
||||||
PanelTitleMismatch = 3,
|
InvalidWorkspaceSession = 3,
|
||||||
PanelPlaceholderMismatch = 4,
|
InvalidShellMenuModel = 4,
|
||||||
InvalidWorkspace = 5,
|
InvalidShortcutConfiguration = 5,
|
||||||
InvalidWorkspaceSession = 6,
|
MissingPanelDescriptor = 6,
|
||||||
MissingShellPresentationPanelDescriptor = 7,
|
PanelTitleMismatch = 7,
|
||||||
DuplicateShellPresentationPanelId = 8,
|
PanelPlaceholderMismatch = 8,
|
||||||
MissingRequiredShellPresentation = 9,
|
DuplicateShellPresentationPanelId = 9,
|
||||||
ShellPresentationKindMismatch = 10,
|
MissingShellPresentationPanelDescriptor = 10,
|
||||||
InvalidShellMenuModel = 11,
|
MissingRequiredShellPresentation = 11,
|
||||||
InvalidShortcutConfiguration = 12
|
ShellPresentationKindMismatch = 12
|
||||||
};
|
};
|
||||||
|
|
||||||
struct EditorShellAssetValidationResult {
|
struct EditorShellAssetValidationResult {
|
||||||
|
|||||||
Reference in New Issue
Block a user