C# Class Pinta.Core.BaseTool

Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Protected Properties

Свойство Type Description
point_empty Point
tool_image ToolItem
tool_item ToggleToolButton
tool_label ToolItem
tool_sep ToolItem

Méthodes publiques

Méthode Description
DoActivated ( ) : void
DoBuildToolBar ( Gtk.Toolbar tb ) : void
DoClearToolBar ( Gtk.Toolbar tb ) : void
DoDeactivated ( ) : void
DoKeyPress ( Gtk.DrawingArea canvas, Gtk.KeyPressEventArgs args ) : void
DoKeyRelease ( Gtk.DrawingArea canvas, Gtk.KeyReleaseEventArgs args ) : void
DoMouseDown ( Gtk.DrawingArea canvas, ButtonPressEventArgs args, Cairo point ) : void
DoMouseMove ( object o, Gtk.MotionNotifyEventArgs args, Cairo point ) : void
DoMouseUp ( Gtk.DrawingArea canvas, Gtk.ButtonReleaseEventArgs args, Cairo point ) : void

Méthodes protégées

Méthode Description
BaseTool ( ) : System
CreateToolButton ( ) : Gtk.ToggleToolButton
OnActivated ( ) : void
OnBuildToolBar ( Gtk.Toolbar tb ) : void
OnClearToolBar ( Gtk.Toolbar tb ) : void
OnDeactivated ( ) : void
OnKeyDown ( Gtk.DrawingArea canvas, Gtk args ) : void
OnKeyUp ( Gtk.DrawingArea canvas, Gtk args ) : void
OnMouseDown ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void
OnMouseMove ( object o, Gtk args, Cairo point ) : void
OnMouseUp ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void
SetCursor ( Gdk cursor ) : void

Method Details

BaseTool() protected méthode

protected BaseTool ( ) : System
Résultat System

CreateToolButton() protected méthode

protected CreateToolButton ( ) : Gtk.ToggleToolButton
Résultat Gtk.ToggleToolButton

DoActivated() public méthode

public DoActivated ( ) : void
Résultat void

DoBuildToolBar() public méthode

public DoBuildToolBar ( Gtk.Toolbar tb ) : void
tb Gtk.Toolbar
Résultat void

DoClearToolBar() public méthode

public DoClearToolBar ( Gtk.Toolbar tb ) : void
tb Gtk.Toolbar
Résultat void

DoDeactivated() public méthode

public DoDeactivated ( ) : void
Résultat void

DoKeyPress() public méthode

public DoKeyPress ( Gtk.DrawingArea canvas, Gtk.KeyPressEventArgs args ) : void
canvas Gtk.DrawingArea
args Gtk.KeyPressEventArgs
Résultat void

DoKeyRelease() public méthode

public DoKeyRelease ( Gtk.DrawingArea canvas, Gtk.KeyReleaseEventArgs args ) : void
canvas Gtk.DrawingArea
args Gtk.KeyReleaseEventArgs
Résultat void

DoMouseDown() public méthode

public DoMouseDown ( Gtk.DrawingArea canvas, ButtonPressEventArgs args, Cairo point ) : void
canvas Gtk.DrawingArea
args ButtonPressEventArgs
point Cairo
Résultat void

DoMouseMove() public méthode

public DoMouseMove ( object o, Gtk.MotionNotifyEventArgs args, Cairo point ) : void
o object
args Gtk.MotionNotifyEventArgs
point Cairo
Résultat void

DoMouseUp() public méthode

public DoMouseUp ( Gtk.DrawingArea canvas, Gtk.ButtonReleaseEventArgs args, Cairo point ) : void
canvas Gtk.DrawingArea
args Gtk.ButtonReleaseEventArgs
point Cairo
Résultat void

OnActivated() protected méthode

protected OnActivated ( ) : void
Résultat void

OnBuildToolBar() protected méthode

protected OnBuildToolBar ( Gtk.Toolbar tb ) : void
tb Gtk.Toolbar
Résultat void

OnClearToolBar() protected méthode

protected OnClearToolBar ( Gtk.Toolbar tb ) : void
tb Gtk.Toolbar
Résultat void

OnDeactivated() protected méthode

protected OnDeactivated ( ) : void
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( Gtk.DrawingArea canvas, Gtk args ) : void
canvas Gtk.DrawingArea
args Gtk
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( Gtk.DrawingArea canvas, Gtk args ) : void
canvas Gtk.DrawingArea
args Gtk
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void
canvas Gtk.DrawingArea
args Gtk
point Cairo
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( object o, Gtk args, Cairo point ) : void
o object
args Gtk
point Cairo
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void
canvas Gtk.DrawingArea
args Gtk
point Cairo
Résultat void

SetCursor() protected méthode

protected SetCursor ( Gdk cursor ) : void
cursor Gdk
Résultat void

Property Details

point_empty protected_oe static_oe property

protected static Point point_empty
Résultat Point

tool_image protected_oe property

protected ToolItem tool_image
Résultat ToolItem

tool_item protected_oe property

protected ToggleToolButton tool_item
Résultat ToggleToolButton

tool_label protected_oe property

protected ToolItem tool_label
Résultat ToolItem

tool_sep protected_oe property

protected ToolItem tool_sep
Résultat ToolItem