C# Class StatType, chronojump

Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
fakeButtonNoRowsSelected Gtk.Button
fakeButtonRowCheckedUnchecked Gtk.Button
fakeButtonRowsSelected Gtk.Button

Public Methods

Method 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

Method 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 method

public ChooseStat ( ) : bool
return bool

CreateOrUpdateAVGAndSD() public method

public CreateOrUpdateAVGAndSD ( ) : void
return void

MarkSelected() public method

public MarkSelected ( string selected ) : void
selected string
return void

StatType() public method

public StatType ( ) : System
return System

StatType() public method

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
return System

StatType() public method

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
return System

linkImage() public method

public linkImage ( string fileName ) : void
fileName string
return void

Property Details

fakeButtonNoRowsSelected public_oe property

public Gtk.Button fakeButtonNoRowsSelected
return Gtk.Button

fakeButtonRowCheckedUnchecked public_oe property

public Gtk.Button fakeButtonRowCheckedUnchecked
return Gtk.Button

fakeButtonRowsSelected public_oe property

public Gtk.Button fakeButtonRowsSelected
return Gtk.Button