C# Class GenericWindow, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство Type Description
DestroyOnAccept bool
HideOnAccept bool
TreeviewSelectedUniqueID int
Type Types,
nameUntranslated string
uniqueID int

Méthodes publiques

Méthode Description
AddOptionsToComboCheckBoxesOptions ( ArrayList newOptions ) : void
CreateComboCheckBoxes ( ) : void
Delete_row_accepted ( ) : void
DeletingExerciseHideSomeWidgets ( ) : void
GenericWindow ( string textHeader ) : System
GenericWindowBoxIsNull ( ) : bool
GetCell ( int uniqueID, int column ) : int
GetCheckboxStatus ( int uniqueID ) : bool
GetColumn ( int column, bool onlyActive ) : string[]
HideAndNull ( ) : void
MarkActiveCurves ( string checkboxes ) : void
RemoveSelectedRow ( ) : void
ResetComboCheckBoxesOptions ( ) : void
Row_add ( string row ) : void
SelectRowWithID ( int colNum, int id ) : void
SetButtonAcceptLabel ( string str ) : void
SetButtonAcceptSensitive ( bool show ) : void
SetButtonCancelLabel ( string str ) : void
SetButtonMiddleLabel ( string str ) : void
SetComboLabel ( string l ) : void
SetComboValues ( string values, string current ) : void
SetLabelError ( string text ) : void
SetSize ( int width, int height ) : void
SetSpin2Range ( int min, int max ) : void
SetSpin2Value ( int num ) : void
SetSpin3Range ( int min, int max ) : void
SetSpin3Value ( int num ) : void
SetSpinDouble2Increments ( double min, double max ) : void
SetSpinDouble2Range ( double min, double max ) : void
SetSpinDouble2Value ( double num ) : void
SetSpinRange ( double min, double max ) : void
SetSpinRange ( int min, int max ) : void
SetSpinValue ( int num ) : void
SetTextview ( string str ) : void
SetTreeview ( string columnsString, bool addCheckbox, ArrayList data, ArrayList myNonSensitiveRows, Constants, contextMenu, bool activateRowAcceptsWindow ) : void
SetTreeviewSize ( int width, int height ) : void
Show ( bool showNow, string textHeader, ArrayList array ) : GenericWindow,
Show ( string textHeader, Constants, stuff ) : GenericWindow,
ShowButtonCancel ( bool show ) : void
ShowButtonDelete ( bool show ) : void
ShowEditRow ( bool show ) : void
ShowNow ( ) : void
ShowTextview ( ) : void
ShowTreeview ( ) : void
TreeviewSelectedRowID ( ) : int
hideWidgets ( ) : void
on_edit_selected_done_update_treeview ( ) : void
on_row_double_clicked ( object o, Gtk args ) : void
showWidget ( Constants, stuff ) : void
showWidgetsPowerful ( ArrayList widgetArray ) : void

Private Methods

Méthode Description
ItemToggled ( object o, Gtk.ToggledArgs args ) : void
createCheckboxes ( TreeView tv ) : void
getStore ( int columns, bool addCheckbox ) : TreeStore
markSelected ( string selected ) : void
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_combo_all_none_selected_changed ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
on_delete_selected_clicked ( object o, EventArgs args ) : void
on_edit_selected_clicked ( object o, EventArgs args ) : void
on_treeview_button_release_event ( object o, Gtk.ButtonReleaseEventArgs args ) : void
on_treeview_cursor_changed ( object o, EventArgs args ) : void
prepareHeaders ( string columnsString, bool addCheckbox ) : void
treeviewContextMenu ( ) : void
treeviewRemoveColumns ( ) : void

Method Details

AddOptionsToComboCheckBoxesOptions() public méthode

public AddOptionsToComboCheckBoxesOptions ( ArrayList newOptions ) : void
newOptions ArrayList
Résultat void

CreateComboCheckBoxes() public méthode

public CreateComboCheckBoxes ( ) : void
Résultat void

Delete_row_accepted() public méthode

public Delete_row_accepted ( ) : void
Résultat void

DeletingExerciseHideSomeWidgets() public méthode

public DeletingExerciseHideSomeWidgets ( ) : void
Résultat void

GenericWindow() public méthode

public GenericWindow ( string textHeader ) : System
textHeader string
Résultat System

GenericWindowBoxIsNull() public méthode

public GenericWindowBoxIsNull ( ) : bool
Résultat bool

GetCell() public méthode

public GetCell ( int uniqueID, int column ) : int
uniqueID int
column int
Résultat int

GetCheckboxStatus() public méthode

public GetCheckboxStatus ( int uniqueID ) : bool
uniqueID int
Résultat bool

GetColumn() public méthode

public GetColumn ( int column, bool onlyActive ) : string[]
column int
onlyActive bool
Résultat string[]

HideAndNull() public méthode

public HideAndNull ( ) : void
Résultat void

MarkActiveCurves() public méthode

public MarkActiveCurves ( string checkboxes ) : void
checkboxes string
Résultat void

RemoveSelectedRow() public méthode

public RemoveSelectedRow ( ) : void
Résultat void

ResetComboCheckBoxesOptions() public méthode

public ResetComboCheckBoxesOptions ( ) : void
Résultat void

Row_add() public méthode

public Row_add ( string row ) : void
row string
Résultat void

SelectRowWithID() public méthode

public SelectRowWithID ( int colNum, int id ) : void
colNum int
id int
Résultat void

SetButtonAcceptLabel() public méthode

public SetButtonAcceptLabel ( string str ) : void
str string
Résultat void

SetButtonAcceptSensitive() public méthode

public SetButtonAcceptSensitive ( bool show ) : void
show bool
Résultat void

SetButtonCancelLabel() public méthode

public SetButtonCancelLabel ( string str ) : void
str string
Résultat void

SetButtonMiddleLabel() public méthode

public SetButtonMiddleLabel ( string str ) : void
str string
Résultat void

SetComboLabel() public méthode

public SetComboLabel ( string l ) : void
l string
Résultat void

SetComboValues() public méthode

public SetComboValues ( string values, string current ) : void
values string
current string
Résultat void

SetLabelError() public méthode

public SetLabelError ( string text ) : void
text string
Résultat void

SetSize() public méthode

public SetSize ( int width, int height ) : void
width int
height int
Résultat void

SetSpin2Range() public méthode

public SetSpin2Range ( int min, int max ) : void
min int
max int
Résultat void

SetSpin2Value() public méthode

public SetSpin2Value ( int num ) : void
num int
Résultat void

SetSpin3Range() public méthode

public SetSpin3Range ( int min, int max ) : void
min int
max int
Résultat void

SetSpin3Value() public méthode

public SetSpin3Value ( int num ) : void
num int
Résultat void

SetSpinDouble2Increments() public méthode

public SetSpinDouble2Increments ( double min, double max ) : void
min double
max double
Résultat void

SetSpinDouble2Range() public méthode

public SetSpinDouble2Range ( double min, double max ) : void
min double
max double
Résultat void

SetSpinDouble2Value() public méthode

public SetSpinDouble2Value ( double num ) : void
num double
Résultat void

SetSpinRange() public méthode

public SetSpinRange ( double min, double max ) : void
min double
max double
Résultat void

SetSpinRange() public méthode

public SetSpinRange ( int min, int max ) : void
min int
max int
Résultat void

SetSpinValue() public méthode

public SetSpinValue ( int num ) : void
num int
Résultat void

SetTextview() public méthode

public SetTextview ( string str ) : void
str string
Résultat void

SetTreeview() public méthode

public SetTreeview ( string columnsString, bool addCheckbox, ArrayList data, ArrayList myNonSensitiveRows, Constants, contextMenu, bool activateRowAcceptsWindow ) : void
columnsString string
addCheckbox bool
data ArrayList
myNonSensitiveRows ArrayList
contextMenu Constants,
activateRowAcceptsWindow bool
Résultat void

SetTreeviewSize() public méthode

public SetTreeviewSize ( int width, int height ) : void
width int
height int
Résultat void

Show() public static méthode

public static Show ( bool showNow, string textHeader, ArrayList array ) : GenericWindow,
showNow bool
textHeader string
array ArrayList
Résultat GenericWindow,

Show() public static méthode

public static Show ( string textHeader, Constants, stuff ) : GenericWindow,
textHeader string
stuff Constants,
Résultat GenericWindow,

ShowButtonCancel() public méthode

public ShowButtonCancel ( bool show ) : void
show bool
Résultat void

ShowButtonDelete() public méthode

public ShowButtonDelete ( bool show ) : void
show bool
Résultat void

ShowEditRow() public méthode

public ShowEditRow ( bool show ) : void
show bool
Résultat void

ShowNow() public méthode

public ShowNow ( ) : void
Résultat void

ShowTextview() public méthode

public ShowTextview ( ) : void
Résultat void

ShowTreeview() public méthode

public ShowTreeview ( ) : void
Résultat void

TreeviewSelectedRowID() public méthode

public TreeviewSelectedRowID ( ) : int
Résultat int

hideWidgets() public méthode

public hideWidgets ( ) : void
Résultat void

on_edit_selected_done_update_treeview() public méthode

public on_edit_selected_done_update_treeview ( ) : void
Résultat void

on_row_double_clicked() public méthode

public on_row_double_clicked ( object o, Gtk args ) : void
o object
args Gtk
Résultat void

showWidget() public méthode

public showWidget ( Constants, stuff ) : void
stuff Constants,
Résultat void

showWidgetsPowerful() public méthode

public showWidgetsPowerful ( ArrayList widgetArray ) : void
widgetArray ArrayList
Résultat void

Property Details

DestroyOnAccept public_oe property

public bool DestroyOnAccept
Résultat bool

HideOnAccept public_oe property

public bool HideOnAccept
Résultat bool

TreeviewSelectedUniqueID public_oe property

public int TreeviewSelectedUniqueID
Résultat int

Type public_oe property

public Types, Type
Résultat Types,

nameUntranslated public_oe property

public string nameUntranslated
Résultat string

uniqueID public_oe property

public int uniqueID
Résultat int