C# Class Pinta.Core.BaseBrushTool

Inheritance: BaseTool
Afficher le fichier Open project: xxgreg/Pinta

Protected Properties

Свойство Type Description
brush_width ToolBarComboBox
brush_width_label ToolBarLabel
brush_width_minus Pinta.Core.ToolBarButton
brush_width_plus Pinta.Core.ToolBarButton
mouse_button uint
surface_modified bool
undo_surface Cairo.ImageSurface

Méthodes protégées

Méthode Description
GetRectangleFromPoints ( Point a, Point b ) : Gdk.Rectangle
MinusButtonClickedEvent ( object o, EventArgs args ) : void
OnBuildToolBar ( Gtk.Toolbar tb ) : void
OnMouseDown ( Gtk canvas, Gtk args, Cairo point ) : void
OnMouseUp ( Gtk canvas, Gtk args, Cairo point ) : void
PlusButtonClickedEvent ( object o, EventArgs args ) : void

Method Details

GetRectangleFromPoints() protected méthode

protected GetRectangleFromPoints ( Point a, Point b ) : Gdk.Rectangle
a Point
b Point
Résultat Gdk.Rectangle

MinusButtonClickedEvent() protected méthode

protected MinusButtonClickedEvent ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnBuildToolBar() protected méthode

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

OnMouseDown() protected méthode

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

OnMouseUp() protected méthode

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

PlusButtonClickedEvent() protected méthode

protected PlusButtonClickedEvent ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

Property Details

brush_width protected_oe property

protected ToolBarComboBox,Pinta.Core brush_width
Résultat ToolBarComboBox

brush_width_label protected_oe property

protected ToolBarLabel,Pinta.Core brush_width_label
Résultat ToolBarLabel

brush_width_minus protected_oe property

protected ToolBarButton,Pinta.Core brush_width_minus
Résultat Pinta.Core.ToolBarButton

brush_width_plus protected_oe property

protected ToolBarButton,Pinta.Core brush_width_plus
Résultat Pinta.Core.ToolBarButton

mouse_button protected_oe property

protected uint mouse_button
Résultat uint

surface_modified protected_oe property

protected bool surface_modified
Résultat bool

undo_surface protected_oe property

protected ImageSurface,Cairo undo_surface
Résultat Cairo.ImageSurface