C# Class Stetic.ActionGroupDesigner

Inheritance: Stetic.Designer
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
CopySelection ( ) : void
CutSelection ( ) : void
DeleteSelection ( ) : void
Dispose ( ) : void
PasteToSelection ( ) : void
Save ( ) : void

Méthodes protégées

Méthode Description
OnCreatePlug ( uint socketId ) : void
OnCreateWidget ( ) : Gtk.Widget
OnDestroyPlug ( uint socketId ) : void

Private Methods

Méthode 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 méthode

public CopySelection ( ) : void
Résultat void

CutSelection() public méthode

public CutSelection ( ) : void
Résultat void

DeleteSelection() public méthode

public DeleteSelection ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnCreatePlug() protected méthode

protected OnCreatePlug ( uint socketId ) : void
socketId uint
Résultat void

OnCreateWidget() protected méthode

protected OnCreateWidget ( ) : Gtk.Widget
Résultat Gtk.Widget

OnDestroyPlug() protected méthode

protected OnDestroyPlug ( uint socketId ) : void
socketId uint
Résultat void

PasteToSelection() public méthode

public PasteToSelection ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void