C# 클래스 LongoMatch.Gui.Component.DrawingWidget

상속: Gtk.Bin
파일 보기 프로젝트 열기: GNOME/longomatch

공개 메소드들

메소드 설명
ClearDrawing ( ) : void
DrawingWidget ( ) : System
SaveAll ( string filename ) : void
SaveDrawings ( string filename ) : void

보호된 메소드들

메소드 설명
OnDrawingareaButtonPressEvent ( object o, Gtk args ) : void
OnDrawingareaButtonReleaseEvent ( object o, Gtk args ) : void
OnDrawingareaConfigureEvent ( object o, Gtk args ) : void
OnDrawingareaExposeEvent ( object o, Gtk args ) : void
OnDrawingareaMotionNotifyEvent ( object o, Gtk args ) : void
OnDrawingareaSizeAllocated ( object o, Gtk args ) : void

비공개 메소드들

메소드 설명
DrawArrow ( Context c, double x1, double y1, double x2, double y2 ) : void
DrawCircle ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void
DrawCross ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void
DrawLine ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void
DrawRectangle ( Context c, bool dashed, double x1, double y1, double x2, double y2 ) : void
Paint ( Context c, double x1, double y1, double x2, double y2 ) : void
ResetDash ( Context c ) : void
Save ( string filename, bool bSource, bool bDrawings ) : void
SetContextProperties ( Context c, bool dashed ) : void

메소드 상세

ClearDrawing() 공개 메소드

public ClearDrawing ( ) : void
리턴 void

DrawingWidget() 공개 메소드

public DrawingWidget ( ) : System
리턴 System

OnDrawingareaButtonPressEvent() 보호된 메소드

protected OnDrawingareaButtonPressEvent ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

OnDrawingareaButtonReleaseEvent() 보호된 메소드

protected OnDrawingareaButtonReleaseEvent ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

OnDrawingareaConfigureEvent() 보호된 메소드

protected OnDrawingareaConfigureEvent ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

OnDrawingareaExposeEvent() 보호된 메소드

protected OnDrawingareaExposeEvent ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

OnDrawingareaMotionNotifyEvent() 보호된 메소드

protected OnDrawingareaMotionNotifyEvent ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

OnDrawingareaSizeAllocated() 보호된 메소드

protected OnDrawingareaSizeAllocated ( object o, Gtk args ) : void
o object
args Gtk
리턴 void

SaveAll() 공개 메소드

public SaveAll ( string filename ) : void
filename string
리턴 void

SaveDrawings() 공개 메소드

public SaveDrawings ( string filename ) : void
filename string
리턴 void