C# 클래스 StatType, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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