C# Class StatType, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство Type Description
fakeButtonNoRowsSelected Gtk.Button
fakeButtonRowCheckedUnchecked Gtk.Button
fakeButtonRowsSelected Gtk.Button

Méthodes publiques

Méthode Description
ChooseStat ( ) : bool
CreateOrUpdateAVGAndSD ( ) : void
MarkSelected ( string selected ) : void
StatType ( ) : System
StatType ( string statisticType, string statisticSubType, string statisticApplyTo, ArrayList sendSelectedSessions, bool sex_active, int statsJumpsType, int limit, ArrayList markedRows, int evolution_mark_consecutives, GraphROptions gRO, bool graph, bool toReport, Preferences preferences, TextWriter writer, string fileName, int statCount ) : System
StatType ( string statisticType, string statisticSubType, string statisticApplyTo, Gtk treeview_stats, ArrayList sendSelectedSessions, bool sex_active, int statsJumpsType, int limit, ArrayList markedRows, int evolution_mark_consecutives, GraphROptions gRO, bool graph, bool toReport, Preferences preferences ) : System
linkImage ( string fileName ) : void

Private Methods

Méthode Description
on_fake_button_no_rows_selected_clicked ( object o, EventArgs args ) : void
on_fake_button_row_checked_clicked ( object o, EventArgs args ) : void
on_fake_button_rows_selected_clicked ( object o, EventArgs args ) : void

Method Details

ChooseStat() public méthode

public ChooseStat ( ) : bool
Résultat bool

CreateOrUpdateAVGAndSD() public méthode

public CreateOrUpdateAVGAndSD ( ) : void
Résultat void

MarkSelected() public méthode

public MarkSelected ( string selected ) : void
selected string
Résultat void

StatType() public méthode

public StatType ( ) : System
Résultat System

StatType() public méthode

public StatType ( string statisticType, string statisticSubType, string statisticApplyTo, ArrayList sendSelectedSessions, bool sex_active, int statsJumpsType, int limit, ArrayList markedRows, int evolution_mark_consecutives, GraphROptions gRO, bool graph, bool toReport, Preferences preferences, TextWriter writer, string fileName, int statCount ) : System
statisticType string
statisticSubType string
statisticApplyTo string
sendSelectedSessions ArrayList
sex_active bool
statsJumpsType int
limit int
markedRows ArrayList
evolution_mark_consecutives int
gRO GraphROptions
graph bool
toReport bool
preferences Preferences
writer TextWriter
fileName string
statCount int
Résultat System

StatType() public méthode

public StatType ( string statisticType, string statisticSubType, string statisticApplyTo, Gtk treeview_stats, ArrayList sendSelectedSessions, bool sex_active, int statsJumpsType, int limit, ArrayList markedRows, int evolution_mark_consecutives, GraphROptions gRO, bool graph, bool toReport, Preferences preferences ) : System
statisticType string
statisticSubType string
statisticApplyTo string
treeview_stats Gtk
sendSelectedSessions ArrayList
sex_active bool
statsJumpsType int
limit int
markedRows ArrayList
evolution_mark_consecutives int
gRO GraphROptions
graph bool
toReport bool
preferences Preferences
Résultat System

linkImage() public méthode

public linkImage ( string fileName ) : void
fileName string
Résultat void

Property Details

fakeButtonNoRowsSelected public_oe property

public Gtk.Button fakeButtonNoRowsSelected
Résultat Gtk.Button

fakeButtonRowCheckedUnchecked public_oe property

public Gtk.Button fakeButtonRowCheckedUnchecked
Résultat Gtk.Button

fakeButtonRowsSelected public_oe property

public Gtk.Button fakeButtonRowsSelected
Résultat Gtk.Button