C# 클래스 PurplePen.DefaultMode

상속: BaseMode
파일 보기 프로젝트 열기: petergolde/PurplePen

공개 메소드들

메소드 설명
CanCancel ( ) : bool
DefaultMode ( Controller controller, EventDB eventDB, SymbolDB symbolDB, SelectionMgr selectionMgr ) : System
GetHighlights ( Pane pane ) : IMapViewerHighlight[]
GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor
GetToolTip ( Pane pane, PointF location, float pixelSize, string &tipText, string &titleText ) : bool
LeftButtonClick ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : void
LeftButtonDown ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : MapViewer.DragAction
LeftButtonDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void

비공개 메소드들

메소드 설명
DraggableObject ( CourseObj courseObject ) : bool
HitTest ( Pane pane, PointF location, float pixelSize, Predicate filter ) : CourseObj
HitTestDraggable ( PointF location, float pixelSize ) : CourseObj
HitTestHandle ( PointF location, float pixelSize, PointF &handleLocation, Cursor &handleCursor ) : CourseObj
SelectableObject ( CourseObj courseObject ) : bool

메소드 상세

CanCancel() 공개 메소드

public CanCancel ( ) : bool
리턴 bool

DefaultMode() 공개 메소드

public DefaultMode ( Controller controller, EventDB eventDB, SymbolDB symbolDB, SelectionMgr selectionMgr ) : System
controller Controller
eventDB EventDB
symbolDB SymbolDB
selectionMgr SelectionMgr
리턴 System

GetHighlights() 공개 메소드

public GetHighlights ( Pane pane ) : IMapViewerHighlight[]
pane Pane
리턴 IMapViewerHighlight[]

GetMouseCursor() 공개 메소드

public GetMouseCursor ( Pane pane, PointF location, float pixelSize ) : Cursor
pane Pane
location System.Drawing.PointF
pixelSize float
리턴 System.Windows.Forms.Cursor

GetToolTip() 공개 메소드

public GetToolTip ( Pane pane, PointF location, float pixelSize, string &tipText, string &titleText ) : bool
pane Pane
location System.Drawing.PointF
pixelSize float
tipText string
titleText string
리턴 bool

LeftButtonClick() 공개 메소드

public LeftButtonClick ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : void
pane Pane
location System.Drawing.PointF
pixelSize float
displayUpdateNeeded bool
리턴 void

LeftButtonDown() 공개 메소드

public LeftButtonDown ( Pane pane, PointF location, float pixelSize, bool &displayUpdateNeeded ) : MapViewer.DragAction
pane Pane
location System.Drawing.PointF
pixelSize float
displayUpdateNeeded bool
리턴 MapViewer.DragAction

LeftButtonDrag() 공개 메소드

public LeftButtonDrag ( Pane pane, PointF location, PointF locationStart, float pixelSize, bool &displayUpdateNeeded ) : void
pane Pane
location System.Drawing.PointF
locationStart System.Drawing.PointF
pixelSize float
displayUpdateNeeded bool
리턴 void