C# Class Pinta.Core.LayerActions

Show file Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
CreateLayerWindowToolBar ( Gtk toolbar ) : void
CreateMainMenu ( Gtk menu ) : void
LayerActions ( ) : System
RegisterHandlers ( ) : void

Private Methods

Method 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 method

public CreateLayerWindowToolBar ( Gtk toolbar ) : void
toolbar Gtk
return void

CreateMainMenu() public method

public CreateMainMenu ( Gtk menu ) : void
menu Gtk
return void

LayerActions() public method

public LayerActions ( ) : System
return System

RegisterHandlers() public method

public RegisterHandlers ( ) : void
return void