C# Класс StatType, chronojump

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
fakeButtonNoRowsSelected Gtk.Button
fakeButtonRowCheckedUnchecked Gtk.Button
fakeButtonRowsSelected Gtk.Button

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

ChooseStat() публичный Метод

public ChooseStat ( ) : bool
Результат bool

CreateOrUpdateAVGAndSD() публичный Метод

public CreateOrUpdateAVGAndSD ( ) : void
Результат void

MarkSelected() публичный Метод

public MarkSelected ( string selected ) : void
selected string
Результат void

StatType() публичный Метод

public StatType ( ) : System
Результат System

StatType() публичный Метод

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
Результат System

StatType() публичный Метод

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
Результат System

linkImage() публичный Метод

public linkImage ( string fileName ) : void
fileName string
Результат void

Описание свойств

fakeButtonNoRowsSelected публичное свойство

public Gtk.Button fakeButtonNoRowsSelected
Результат Gtk.Button

fakeButtonRowCheckedUnchecked публичное свойство

public Gtk.Button fakeButtonRowCheckedUnchecked
Результат Gtk.Button

fakeButtonRowsSelected публичное свойство

public Gtk.Button fakeButtonRowsSelected
Результат Gtk.Button