C# Class Pinta.Core.LayerActions

Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Méthode Description
CreateLayerWindowToolBar ( Gtk toolbar ) : void
CreateMainMenu ( Gtk menu ) : void
LayerActions ( ) : System
RegisterHandlers ( ) : void

Private Methods

Méthode Description
EnableOrDisableLayerActions ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersAddNewLayerActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersDeleteLayerActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersDuplicateLayerActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersFlipHorizontalActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersFlipVerticalActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersImportFromFileActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersMergeLayerDownActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersMoveLayerDownActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsLayersMoveLayerUpActivated ( object sender, EventArgs e ) : void

Method Details

CreateLayerWindowToolBar() public méthode

public CreateLayerWindowToolBar ( Gtk toolbar ) : void
toolbar Gtk
Résultat void

CreateMainMenu() public méthode

public CreateMainMenu ( Gtk menu ) : void
menu Gtk
Résultat void

LayerActions() public méthode

public LayerActions ( ) : System
Résultat System

RegisterHandlers() public méthode

public RegisterHandlers ( ) : void
Résultat void