C# Class Stetic.Editor.ActionGroupEditor

Inheritance: Gtk.EventBox, IMenuItemContainer
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Свойство Type Description
GroupModified EventHandler
SelectionChanged EventHandler

Private Properties

Свойство Type Description
GetDesignArea IDesignArea
InsertAction ActionMenuItem

Méthodes publiques

Méthode Description
ActionGroupEditor ( ) : System
Copy ( ) : void
Copy ( ActionMenuItem menuItem ) : void
Cut ( ) : void
Cut ( ActionMenuItem menuItem ) : void
Delete ( ) : void
Delete ( ActionMenuItem menuItem ) : void
Dispose ( ) : void
Fill ( ) : void
HideAddLabel ( ) : void
IMenuItemContainer ( ActionItem aitem ) : void
NotifyModified ( ) : void
OnActionAdded ( object s, ActionEventArgs args ) : void
OnActionChanged ( object s, ObjectWrapperEventArgs args ) : void
OnActionRemoved ( object s, ActionEventArgs args ) : void
OnAddClicked ( object s, Gtk args ) : void
OnEditDone ( object sender, EventArgs args ) : void
OnGroupChanged ( object s, ObjectWrapperEventArgs args ) : void
OnGroupNameChanged ( object s, EventArgs args ) : void
OnItemKeyPress ( object s, Gtk args ) : void
OnSelectionChanged ( object s, EventArgs args ) : void
Paste ( ) : void
Paste ( ActionMenuItem menuItem ) : void
PlaceAddLabel ( int n ) : void
StartEditing ( ) : void

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk ev ) : bool

Private Methods

Méthode Description
GetDesignArea ( ) : IDesignArea
InsertAction ( Wrapper action, int n ) : ActionMenuItem

Method Details

ActionGroupEditor() public méthode

public ActionGroupEditor ( ) : System
Résultat System

Copy() public méthode

public Copy ( ) : void
Résultat void

Copy() public méthode

public Copy ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
Résultat void

Cut() public méthode

public Cut ( ) : void
Résultat void

Cut() public méthode

public Cut ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Delete() public méthode

public Delete ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Fill() public méthode

public Fill ( ) : void
Résultat void

HideAddLabel() public méthode

public HideAddLabel ( ) : void
Résultat void

IMenuItemContainer() public méthode

public IMenuItemContainer ( ActionItem aitem ) : void
aitem ActionItem
Résultat void

NotifyModified() public méthode

public NotifyModified ( ) : void
Résultat void

OnActionAdded() public méthode

public OnActionAdded ( object s, ActionEventArgs args ) : void
s object
args ActionEventArgs
Résultat void

OnActionChanged() public méthode

public OnActionChanged ( object s, ObjectWrapperEventArgs args ) : void
s object
args ObjectWrapperEventArgs
Résultat void

OnActionRemoved() public méthode

public OnActionRemoved ( object s, ActionEventArgs args ) : void
s object
args ActionEventArgs
Résultat void

OnAddClicked() public méthode

public OnAddClicked ( object s, Gtk args ) : void
s object
args Gtk
Résultat void

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
Résultat bool

OnEditDone() public méthode

public OnEditDone ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

OnGroupChanged() public méthode

public OnGroupChanged ( object s, ObjectWrapperEventArgs args ) : void
s object
args ObjectWrapperEventArgs
Résultat void

OnGroupNameChanged() public méthode

public OnGroupNameChanged ( object s, EventArgs args ) : void
s object
args EventArgs
Résultat void

OnItemKeyPress() public méthode

public OnItemKeyPress ( object s, Gtk args ) : void
s object
args Gtk
Résultat void

OnSelectionChanged() public méthode

public OnSelectionChanged ( object s, EventArgs args ) : void
s object
args EventArgs
Résultat void

Paste() public méthode

public Paste ( ) : void
Résultat void

Paste() public méthode

public Paste ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
Résultat void

PlaceAddLabel() public méthode

public PlaceAddLabel ( int n ) : void
n int
Résultat void

StartEditing() public méthode

public StartEditing ( ) : void
Résultat void

Property Details

GroupModified public_oe property

public EventHandler GroupModified
Résultat EventHandler

SelectionChanged public_oe property

public EventHandler SelectionChanged
Résultat EventHandler