C# Class mcp.Graphs.DateTimeInfoGraphBox

Inheritance: DateTimeGraphBox
Afficher le fichier Open project: MarkPaxton/SensorShare3

Protected Properties

Свойство Type Description
infoPoints List
itemsWithinGraphRange Predicate
itemsWithinMouseRange Predicate
yPositionOfInfoPoints int

Méthodes publiques

Méthode Description
AddInfoPoint ( System.DateTime time, System.Guid index, int iconIndex ) : void
DateTimeInfoGraphBox ( ) : System

Méthodes protégées

Méthode Description
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

Method Details

AddInfoPoint() public méthode

public AddInfoPoint ( System.DateTime time, System.Guid index, int iconIndex ) : void
time System.DateTime
index System.Guid
iconIndex int
Résultat void

CompareDates() protected méthode

protected CompareDates ( DateIndex x, DateIndex y ) : int
x DateIndex
y DateIndex
Résultat int

DateTimeInfoGraphBox() public méthode

public DateTimeInfoGraphBox ( ) : System
Résultat System

DateTimeInfoGraphBox_MouseUp() protected méthode

protected DateTimeInfoGraphBox_MouseUp ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

FireOnInfoPointSelected() protected méthode

protected FireOnInfoPointSelected ( List list ) : void
list List
Résultat void

PaintGraph() protected méthode

protected PaintGraph ( object sender, System e ) : void
sender object
e System
Résultat void

WithinGraphRange() protected méthode

protected WithinGraphRange ( DateIndex target ) : bool
target DateIndex
Résultat bool

WithinMouseRange() protected méthode

protected WithinMouseRange ( DateIndex target ) : bool
target DateIndex
Résultat bool

drawInfoPoints() protected méthode

protected drawInfoPoints ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

Property Details

infoPoints protected_oe property

protected List infoPoints
Résultat List

itemsWithinGraphRange protected_oe property

protected Predicate itemsWithinGraphRange
Résultat Predicate

itemsWithinMouseRange protected_oe property

protected Predicate itemsWithinMouseRange
Résultat Predicate

yPositionOfInfoPoints protected_oe property

protected int yPositionOfInfoPoints
Résultat int