C# Class Stetic.Editor.ActionGroupEditor

Inheritance: Gtk.EventBox, IMenuItemContainer
Show file Open project: mono/stetic Class Usage Examples

Public Properties

Property Type Description
GroupModified EventHandler
SelectionChanged EventHandler

Private Properties

Property Type Description
GetDesignArea IDesignArea
InsertAction ActionMenuItem

Public Methods

Method 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

Protected Methods

Method Description
OnButtonPressEvent ( Gdk ev ) : bool

Private Methods

Method Description
GetDesignArea ( ) : IDesignArea
InsertAction ( Wrapper action, int n ) : ActionMenuItem

Method Details

ActionGroupEditor() public method

public ActionGroupEditor ( ) : System
return System

Copy() public method

public Copy ( ) : void
return void

Copy() public method

public Copy ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
return void

Cut() public method

public Cut ( ) : void
return void

Cut() public method

public Cut ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
return void

Delete() public method

public Delete ( ) : void
return void

Delete() public method

public Delete ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
return void

Dispose() public method

public Dispose ( ) : void
return void

Fill() public method

public Fill ( ) : void
return void

HideAddLabel() public method

public HideAddLabel ( ) : void
return void

IMenuItemContainer() public method

public IMenuItemContainer ( ActionItem aitem ) : void
aitem ActionItem
return void

NotifyModified() public method

public NotifyModified ( ) : void
return void

OnActionAdded() public method

public OnActionAdded ( object s, ActionEventArgs args ) : void
s object
args ActionEventArgs
return void

OnActionChanged() public method

public OnActionChanged ( object s, ObjectWrapperEventArgs args ) : void
s object
args ObjectWrapperEventArgs
return void

OnActionRemoved() public method

public OnActionRemoved ( object s, ActionEventArgs args ) : void
s object
args ActionEventArgs
return void

OnAddClicked() public method

public OnAddClicked ( object s, Gtk args ) : void
s object
args Gtk
return void

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnEditDone() public method

public OnEditDone ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

OnGroupChanged() public method

public OnGroupChanged ( object s, ObjectWrapperEventArgs args ) : void
s object
args ObjectWrapperEventArgs
return void

OnGroupNameChanged() public method

public OnGroupNameChanged ( object s, EventArgs args ) : void
s object
args EventArgs
return void

OnItemKeyPress() public method

public OnItemKeyPress ( object s, Gtk args ) : void
s object
args Gtk
return void

OnSelectionChanged() public method

public OnSelectionChanged ( object s, EventArgs args ) : void
s object
args EventArgs
return void

Paste() public method

public Paste ( ) : void
return void

Paste() public method

public Paste ( ActionMenuItem menuItem ) : void
menuItem ActionMenuItem
return void

PlaceAddLabel() public method

public PlaceAddLabel ( int n ) : void
n int
return void

StartEditing() public method

public StartEditing ( ) : void
return void

Property Details

GroupModified public property

public EventHandler GroupModified
return EventHandler

SelectionChanged public property

public EventHandler SelectionChanged
return EventHandler