C# Class Invert.Core.GraphDesigner.Toolbars

Inheritance: DiagramPlugin, IToolbarQuery, ICommandExecuted, IChangeDatabase, IWorkspaceChanged
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
ChangeDatabase ( IGraphConfiguration configuration ) : void
CommandExecuted ( ICommand command ) : void
Initialize ( UFrameContainer container ) : void
Loaded ( UFrameContainer container ) : void
QueryToolbarCommands ( ToolbarUI ui ) : void
WorkspaceChanged ( Workspace workspace ) : void

Private Methods

Méthode Description
RefreshToolbar ( ) : void

Method Details

ChangeDatabase() public méthode

public ChangeDatabase ( IGraphConfiguration configuration ) : void
configuration IGraphConfiguration
Résultat void

CommandExecuted() public méthode

public CommandExecuted ( ICommand command ) : void
command ICommand
Résultat void

Initialize() public méthode

public Initialize ( UFrameContainer container ) : void
container UFrameContainer
Résultat void

Loaded() public méthode

public Loaded ( UFrameContainer container ) : void
container UFrameContainer
Résultat void

QueryToolbarCommands() public méthode

public QueryToolbarCommands ( ToolbarUI ui ) : void
ui ToolbarUI
Résultat void

WorkspaceChanged() public méthode

public WorkspaceChanged ( Workspace workspace ) : void
workspace Workspace
Résultat void