C# 클래스 mcp.Graphs.DateTimeInfoGraphBox

상속: DateTimeGraphBox
파일 보기 프로젝트 열기: MarkPaxton/SensorShare3

보호된 프로퍼티들

프로퍼티 타입 설명
infoPoints List
itemsWithinGraphRange Predicate
itemsWithinMouseRange Predicate
yPositionOfInfoPoints int

공개 메소드들

메소드 설명
AddInfoPoint ( System.DateTime time, System.Guid index, int iconIndex ) : void
DateTimeInfoGraphBox ( ) : System

보호된 메소드들

메소드 설명
CompareDates ( DateIndex x, DateIndex y ) : int
DateTimeInfoGraphBox_MouseUp ( object sender, MouseEventArgs e ) : void
FireOnInfoPointSelected ( List list ) : void
PaintGraph ( object sender, System e ) : void
WithinGraphRange ( DateIndex target ) : bool
WithinMouseRange ( DateIndex target ) : bool
drawInfoPoints ( Graphics g ) : void

메소드 상세

AddInfoPoint() 공개 메소드

public AddInfoPoint ( System.DateTime time, System.Guid index, int iconIndex ) : void
time System.DateTime
index System.Guid
iconIndex int
리턴 void

CompareDates() 보호된 메소드

protected CompareDates ( DateIndex x, DateIndex y ) : int
x DateIndex
y DateIndex
리턴 int

DateTimeInfoGraphBox() 공개 메소드

public DateTimeInfoGraphBox ( ) : System
리턴 System

DateTimeInfoGraphBox_MouseUp() 보호된 메소드

protected DateTimeInfoGraphBox_MouseUp ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

FireOnInfoPointSelected() 보호된 메소드

protected FireOnInfoPointSelected ( List list ) : void
list List
리턴 void

PaintGraph() 보호된 메소드

protected PaintGraph ( object sender, System e ) : void
sender object
e System
리턴 void

WithinGraphRange() 보호된 메소드

protected WithinGraphRange ( DateIndex target ) : bool
target DateIndex
리턴 bool

WithinMouseRange() 보호된 메소드

protected WithinMouseRange ( DateIndex target ) : bool
target DateIndex
리턴 bool

drawInfoPoints() 보호된 메소드

protected drawInfoPoints ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

프로퍼티 상세

infoPoints 보호되어 있는 프로퍼티

protected List infoPoints
리턴 List

itemsWithinGraphRange 보호되어 있는 프로퍼티

protected Predicate itemsWithinGraphRange
리턴 Predicate

itemsWithinMouseRange 보호되어 있는 프로퍼티

protected Predicate itemsWithinMouseRange
리턴 Predicate

yPositionOfInfoPoints 보호되어 있는 프로퍼티

protected int yPositionOfInfoPoints
리턴 int