C# Class TreeViewPersons, chronojump

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

Méthodes publiques

Свойство Type Description
RestSecondsMark int

Protected Properties

Свойство Type Description
store TreeStore
treeview Gtk.TreeView

Méthodes publiques

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éthodes protégées

Méthode Description
getStore ( int columns ) : TreeStore
prepareHeaders ( string columnsString ) : void

Private Methods

Méthode Description
RenderRestTime ( Gtk column, Gtk cell, Gtk model, Gtk iter ) : void

Method Details

Add() public méthode

public Add ( string jumperID, string jumperName ) : void
jumperID string
jumperName string
Résultat void

CountRows() public méthode

public CountRows ( ) : int
Résultat int

Fill() public méthode

public Fill ( ArrayList myPersons, RestTime, rt ) : void
myPersons ArrayList
rt RestTime,
Résultat void

FindRow() public méthode

public FindRow ( int uniqueID ) : int
uniqueID int
Résultat int

IsThereAnyRecord() public méthode

public IsThereAnyRecord ( ) : bool
Résultat bool

RemoveColumns() public méthode

public RemoveColumns ( ) : void
Résultat void

SelectNextRow() public méthode

public SelectNextRow ( int personID ) : void
personID int
Résultat void

SelectPreviousRow() public méthode

public SelectPreviousRow ( int personID ) : void
personID int
Résultat void

SelectRow() public méthode

public SelectRow ( int rowNumber ) : void
rowNumber int
Résultat void

TreeViewPersons() public méthode

public TreeViewPersons ( ) : System
Résultat System

TreeViewPersons() public méthode

public TreeViewPersons ( Gtk treeview, int restSeconds ) : System
treeview Gtk
restSeconds int
Résultat System

UpdateRestTimes() public méthode

public UpdateRestTimes ( RestTime, restTime ) : void
restTime RestTime,
Résultat void

getStore() protected méthode

protected getStore ( int columns ) : TreeStore
columns int
Résultat TreeStore

prepareHeaders() protected méthode

protected prepareHeaders ( string columnsString ) : void
columnsString string
Résultat void

Property Details

RestSecondsMark public_oe property

public int RestSecondsMark
Résultat int

store protected_oe property

protected TreeStore store
Résultat TreeStore

treeview protected_oe property

protected TreeView,Gtk treeview
Résultat Gtk.TreeView