C# Class Stetic.ActionGroupDesigner

Inheritance: Stetic.Designer
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
CopySelection ( ) : void
CutSelection ( ) : void
DeleteSelection ( ) : void
Dispose ( ) : void
PasteToSelection ( ) : void
Save ( ) : void

Protected Methods

Method Description
OnCreatePlug ( uint socketId ) : void
OnCreateWidget ( ) : Gtk.Widget
OnDestroyPlug ( uint socketId ) : void

Private Methods

Method Description
ActionGroupDesigner ( Project project, string componentName, string actionGroupName, WidgetDesigner relatedWidgetDesigner, bool autoCommitChanges ) : System
CreateSession ( ) : void
NotifyBindField ( ) : void
NotifyModified ( ) : void
NotifySignalAdded ( Wrapper action, string name, Stetic.Signal signal ) : void
NotifySignalChanged ( Wrapper action, string name, Stetic.Signal oldSignal, Stetic.Signal signal ) : void
OnBackendChanged ( ApplicationBackend oldBackend ) : void
SetActive ( ) : void

Method Details

CopySelection() public method

public CopySelection ( ) : void
return void

CutSelection() public method

public CutSelection ( ) : void
return void

DeleteSelection() public method

public DeleteSelection ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

OnCreatePlug() protected method

protected OnCreatePlug ( uint socketId ) : void
socketId uint
return void

OnCreateWidget() protected method

protected OnCreateWidget ( ) : Gtk.Widget
return Gtk.Widget

OnDestroyPlug() protected method

protected OnDestroyPlug ( uint socketId ) : void
socketId uint
return void

PasteToSelection() public method

public PasteToSelection ( ) : void
return void

Save() public method

public Save ( ) : void
return void