C# 클래스 ReportWindow, chronojump

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

공개 메소드들

메소드 설명
Add ( string type, string subtype, string applyTo, ArrayList sendSelectedSessions, string showJumps, string showSex, ArrayList markedRows, GraphROptions, gro ) : void
FillTreeView ( ) : void
Show ( Gtk parent, Report, report ) : ReportWindow,

비공개 메소드들

메소드 설명
ReportWindow ( ) : System
ReportWindow ( Gtk parent, Report, report ) : System
arrayToString ( ArrayList myArrayList ) : string
createTreeView ( Gtk tv ) : void
getRow ( Gtk.TreeIter myIter ) : string
loadCheckBoxes ( ) : void
onSelectionEntry ( object o, EventArgs args ) : void
on_button_add_comment_clicked ( object o, EventArgs args ) : void
on_button_close_clicked ( object o, EventArgs args ) : void
on_button_delete_clicked ( object o, EventArgs args ) : void
on_button_down_clicked ( object o, EventArgs args ) : void
on_button_graph_clicked ( object o, EventArgs args ) : void
on_button_make_report_clicked ( object o, EventArgs args ) : void
on_button_up_clicked ( object o, EventArgs args ) : void
on_cb_jumps_reactive_clicked ( object o, EventArgs args ) : void
on_cb_runs_interval_clicked ( object o, EventArgs args ) : void
on_comment_add_accepted ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
putNonStandardIcons ( ) : void
recordData ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( string type, string subtype, string applyTo, ArrayList sendSelectedSessions, string showJumps, string showSex, ArrayList markedRows, GraphROptions, gro ) : void
type string
subtype string
applyTo string
sendSelectedSessions ArrayList
showJumps string
showSex string
markedRows ArrayList
gro GraphROptions,
리턴 void

FillTreeView() 공개 메소드

public FillTreeView ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( Gtk parent, Report, report ) : ReportWindow,
parent Gtk
report Report,
리턴 ReportWindow,