프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DestroyOnAccept | bool | ||
HideOnAccept | bool | ||
TreeviewSelectedUniqueID | int | ||
Type | Types, | ||
nameUntranslated | string | ||
uniqueID | int |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
public AddOptionsToComboCheckBoxesOptions ( ArrayList newOptions ) : void | ||
newOptions | ArrayList | |
리턴 | void |
public GenericWindow ( string textHeader ) : System | ||
textHeader | string | |
리턴 | System |
public GetColumn ( int column, bool onlyActive ) : string[] | ||
column | int | |
onlyActive | bool | |
리턴 | string[] |
public MarkActiveCurves ( string checkboxes ) : void | ||
checkboxes | string | |
리턴 | void |
public SelectRowWithID ( int colNum, int id ) : void | ||
colNum | int | |
id | int | |
리턴 | void |
public SetButtonAcceptSensitive ( bool show ) : void | ||
show | bool | |
리턴 | void |
public SetComboValues ( string values, string current ) : void | ||
values | string | |
current | string | |
리턴 | void |
public SetSpinDouble2Increments ( double min, double max ) : void | ||
min | double | |
max | double | |
리턴 | void |
public SetSpinDouble2Range ( double min, double max ) : void | ||
min | double | |
max | double | |
리턴 | void |
public SetSpinRange ( double min, double max ) : void | ||
min | double | |
max | double | |
리턴 | void |
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 | |
리턴 | void |
public SetTreeviewSize ( int width, int height ) : void | ||
width | int | |
height | int | |
리턴 | void |
public static Show ( bool showNow, string textHeader, ArrayList array ) : GenericWindow, | ||
showNow | bool | |
textHeader | string | |
array | ArrayList | |
리턴 | GenericWindow, |
public static Show ( string textHeader, Constants, stuff ) : GenericWindow, | ||
textHeader | string | |
stuff | Constants, | |
리턴 | GenericWindow, |
public on_edit_selected_done_update_treeview ( ) : void | ||
리턴 | void |
public on_row_double_clicked ( object o, Gtk args ) : void | ||
o | object | |
args | Gtk | |
리턴 | void |
public showWidgetsPowerful ( ArrayList widgetArray ) : void | ||
widgetArray | ArrayList | |
리턴 | void |