C# 클래스 Pinta.Core.BaseBrushTool

상속: BaseTool
파일 보기 프로젝트 열기: xxgreg/Pinta

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

GetRectangleFromPoints() 보호된 메소드

protected GetRectangleFromPoints ( Point a, Point b ) : Gdk.Rectangle
a Point
b Point
리턴 Gdk.Rectangle

MinusButtonClickedEvent() 보호된 메소드

protected MinusButtonClickedEvent ( object o, EventArgs args ) : void
o object
args System.EventArgs
리턴 void

OnBuildToolBar() 보호된 메소드

protected OnBuildToolBar ( Gtk.Toolbar tb ) : void
tb Gtk.Toolbar
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( Gtk canvas, Gtk args, Cairo point ) : void
canvas Gtk
args Gtk
point Cairo
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( Gtk canvas, Gtk args, Cairo point ) : void
canvas Gtk
args Gtk
point Cairo
리턴 void

PlusButtonClickedEvent() 보호된 메소드

protected PlusButtonClickedEvent ( object o, EventArgs args ) : void
o object
args System.EventArgs
리턴 void

프로퍼티 상세

brush_width 보호되어 있는 프로퍼티

protected ToolBarComboBox,Pinta.Core brush_width
리턴 ToolBarComboBox

brush_width_label 보호되어 있는 프로퍼티

protected ToolBarLabel,Pinta.Core brush_width_label
리턴 ToolBarLabel

brush_width_minus 보호되어 있는 프로퍼티

protected ToolBarButton,Pinta.Core brush_width_minus
리턴 Pinta.Core.ToolBarButton

brush_width_plus 보호되어 있는 프로퍼티

protected ToolBarButton,Pinta.Core brush_width_plus
리턴 Pinta.Core.ToolBarButton

mouse_button 보호되어 있는 프로퍼티

protected uint mouse_button
리턴 uint

surface_modified 보호되어 있는 프로퍼티

protected bool surface_modified
리턴 bool

undo_surface 보호되어 있는 프로퍼티

protected ImageSurface,Cairo undo_surface
리턴 Cairo.ImageSurface