Свойство | Type | Description | |
---|---|---|---|
RestSecondsMark | int |
Свойство | Type | Description | |
---|---|---|---|
store | TreeStore | ||
treeview | Gtk.TreeView |
Méthode | Description | |
---|---|---|
Add ( string jumperID, string jumperName ) : void | ||
CountRows ( ) : int | ||
Fill ( ArrayList myPersons, RestTime, rt ) : void | ||
FindRow ( int uniqueID ) : int | ||
IsThereAnyRecord ( ) : bool | ||
RemoveColumns ( ) : void | ||
SelectNextRow ( int personID ) : void | ||
SelectPreviousRow ( int personID ) : void | ||
SelectRow ( int rowNumber ) : void | ||
TreeViewPersons ( ) : System | ||
TreeViewPersons ( Gtk treeview, int restSeconds ) : System | ||
UpdateRestTimes ( RestTime, restTime ) : void |
Méthode | Description | |
---|---|---|
getStore ( int columns ) : TreeStore | ||
prepareHeaders ( string columnsString ) : void |
Méthode | Description | |
---|---|---|
RenderRestTime ( Gtk column, Gtk cell, Gtk model, Gtk iter ) : void |
public Add ( string jumperID, string jumperName ) : void | ||
jumperID | string | |
jumperName | string | |
Résultat | void |
public Fill ( ArrayList myPersons, RestTime, rt ) : void | ||
myPersons | ArrayList | |
rt | RestTime, | |
Résultat | void |
public SelectNextRow ( int personID ) : void | ||
personID | int | |
Résultat | void |
public SelectPreviousRow ( int personID ) : void | ||
personID | int | |
Résultat | void |
public TreeViewPersons ( Gtk treeview, int restSeconds ) : System | ||
treeview | Gtk | |
restSeconds | int | |
Résultat | System |
public UpdateRestTimes ( RestTime, restTime ) : void | ||
restTime | RestTime, | |
Résultat | void |
protected getStore ( int columns ) : TreeStore | ||
columns | int | |
Résultat | TreeStore |
protected prepareHeaders ( string columnsString ) : void | ||
columnsString | string | |
Résultat | void |