C# Class ReportWindow, chronojump

Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
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,

Private Methods

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

Method Details

Add() public method

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,
return void

FillTreeView() public method

public FillTreeView ( ) : void
return void

Show() public static method

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