C# 클래스 TreeViewPersons, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RestSecondsMark int

보호된 프로퍼티들

프로퍼티 타입 설명
store TreeStore
treeview Gtk.TreeView

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
getStore ( int columns ) : TreeStore
prepareHeaders ( string columnsString ) : void

비공개 메소드들

메소드 설명
RenderRestTime ( Gtk column, Gtk cell, Gtk model, Gtk iter ) : void

메소드 상세

Add() 공개 메소드

public Add ( string jumperID, string jumperName ) : void
jumperID string
jumperName string
리턴 void

CountRows() 공개 메소드

public CountRows ( ) : int
리턴 int

Fill() 공개 메소드

public Fill ( ArrayList myPersons, RestTime, rt ) : void
myPersons ArrayList
rt RestTime,
리턴 void

FindRow() 공개 메소드

public FindRow ( int uniqueID ) : int
uniqueID int
리턴 int

IsThereAnyRecord() 공개 메소드

public IsThereAnyRecord ( ) : bool
리턴 bool

RemoveColumns() 공개 메소드

public RemoveColumns ( ) : void
리턴 void

SelectNextRow() 공개 메소드

public SelectNextRow ( int personID ) : void
personID int
리턴 void

SelectPreviousRow() 공개 메소드

public SelectPreviousRow ( int personID ) : void
personID int
리턴 void

SelectRow() 공개 메소드

public SelectRow ( int rowNumber ) : void
rowNumber int
리턴 void

TreeViewPersons() 공개 메소드

public TreeViewPersons ( ) : System
리턴 System

TreeViewPersons() 공개 메소드

public TreeViewPersons ( Gtk treeview, int restSeconds ) : System
treeview Gtk
restSeconds int
리턴 System

UpdateRestTimes() 공개 메소드

public UpdateRestTimes ( RestTime, restTime ) : void
restTime RestTime,
리턴 void

getStore() 보호된 메소드

protected getStore ( int columns ) : TreeStore
columns int
리턴 TreeStore

prepareHeaders() 보호된 메소드

protected prepareHeaders ( string columnsString ) : void
columnsString string
리턴 void

프로퍼티 상세

RestSecondsMark 공개적으로 프로퍼티

public int RestSecondsMark
리턴 int

store 보호되어 있는 프로퍼티

protected TreeStore store
리턴 TreeStore

treeview 보호되어 있는 프로퍼티

protected TreeView,Gtk treeview
리턴 Gtk.TreeView