C# 클래스 TreeViewEvent, chronojump

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

공개 프로퍼티들

프로퍼티 타입 설명
expandState ExpandStates

보호된 프로퍼티들

프로퍼티 타입 설명
allEventsName string
columnsString string[]
dataLineNamePosition int
dataLineTypePosition int
descriptionName string
eventIDColumn int
pDN int
preferences Preferences,
store TreeStore
treeview Gtk.TreeView
treeviewHasTwoLevels bool
weightPercentPreferred bool

공개 메소드들

메소드 설명
Add ( string personName, System newEvent ) : void
DelEvent ( int eventID ) : void
ExpandOptimal ( ) : void
Fill ( string myEvents, string filter ) : void
RemoveColumns ( ) : void
SelectEvent ( int uniqueID ) : void
SelectHeaderLine ( ) : void
TreeViewEvent ( ) : System
TreeViewEvent ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System
Unselect ( ) : void
Update ( Event, myEvent ) : void
ZoomChange ( ExpandStates myExpand ) : ExpandStates

보호된 메소드들

메소드 설명
addStatisticInfo ( Gtk.TreeIter iterDeep, System myObject ) : void
getColsNum ( ) : int
getLineToStore ( System myObject ) : string[]
getNumOfSubEvents ( System myObject ) : int
getObjectFromString ( string myStringOfData ) : Object
getStore ( int columns ) : TreeStore
getSubLineToStore ( System myObject, int lineCount ) : string[]
prepareHeaders ( string columnsString ) : void
printAVG ( System myObject, int cols ) : string[]
printSD ( System myObject, int cols ) : string[]
printTotal ( System myObject, int cols ) : string[]

비공개 메소드들

메소드 설명
deleteParentIfEmpty ( Gtk.TreeIter iter ) : void

메소드 상세

Add() 공개 메소드

public Add ( string personName, System newEvent ) : void
personName string
newEvent System
리턴 void

DelEvent() 공개 메소드

public DelEvent ( int eventID ) : void
eventID int
리턴 void

ExpandOptimal() 공개 메소드

public ExpandOptimal ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( string myEvents, string filter ) : void
myEvents string
filter string
리턴 void

RemoveColumns() 공개 메소드

public RemoveColumns ( ) : void
리턴 void

SelectEvent() 공개 메소드

public SelectEvent ( int uniqueID ) : void
uniqueID int
리턴 void

SelectHeaderLine() 공개 메소드

public SelectHeaderLine ( ) : void
리턴 void

TreeViewEvent() 공개 메소드

public TreeViewEvent ( ) : System
리턴 System

TreeViewEvent() 공개 메소드

public TreeViewEvent ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System
treeview Gtk
newPrefsDigitsNumber int
expandState ExpandStates
리턴 System

Unselect() 공개 메소드

public Unselect ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Event, myEvent ) : void
myEvent Event,
리턴 void

ZoomChange() 공개 메소드

public ZoomChange ( ExpandStates myExpand ) : ExpandStates
myExpand ExpandStates
리턴 ExpandStates

addStatisticInfo() 보호된 메소드

protected addStatisticInfo ( Gtk.TreeIter iterDeep, System myObject ) : void
iterDeep Gtk.TreeIter
myObject System
리턴 void

getColsNum() 보호된 메소드

protected getColsNum ( ) : int
리턴 int

getLineToStore() 보호된 메소드

protected getLineToStore ( System myObject ) : string[]
myObject System
리턴 string[]

getNumOfSubEvents() 보호된 메소드

protected getNumOfSubEvents ( System myObject ) : int
myObject System
리턴 int

getObjectFromString() 보호된 메소드

protected getObjectFromString ( string myStringOfData ) : Object
myStringOfData string
리턴 System.Object

getStore() 보호된 메소드

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

getSubLineToStore() 보호된 메소드

protected getSubLineToStore ( System myObject, int lineCount ) : string[]
myObject System
lineCount int
리턴 string[]

prepareHeaders() 보호된 메소드

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

printAVG() 보호된 메소드

protected printAVG ( System myObject, int cols ) : string[]
myObject System
cols int
리턴 string[]

printSD() 보호된 메소드

protected printSD ( System myObject, int cols ) : string[]
myObject System
cols int
리턴 string[]

printTotal() 보호된 메소드

protected printTotal ( System myObject, int cols ) : string[]
myObject System
cols int
리턴 string[]

프로퍼티 상세

allEventsName 보호되어 있는 프로퍼티

protected string allEventsName
리턴 string

columnsString 보호되어 있는 프로퍼티

protected string[] columnsString
리턴 string[]

dataLineNamePosition 보호되어 있는 프로퍼티

protected int dataLineNamePosition
리턴 int

dataLineTypePosition 보호되어 있는 프로퍼티

protected int dataLineTypePosition
리턴 int

descriptionName 보호되어 있는 프로퍼티

protected string descriptionName
리턴 string

eventIDColumn 보호되어 있는 프로퍼티

protected int eventIDColumn
리턴 int

expandState 공개적으로 프로퍼티

public ExpandStates expandState
리턴 ExpandStates

pDN 보호되어 있는 프로퍼티

protected int pDN
리턴 int

preferences 보호되어 있는 프로퍼티

protected Preferences, preferences
리턴 Preferences,

store 보호되어 있는 프로퍼티

protected TreeStore store
리턴 TreeStore

treeview 보호되어 있는 프로퍼티

protected TreeView,Gtk treeview
리턴 Gtk.TreeView

treeviewHasTwoLevels 보호되어 있는 프로퍼티

protected bool treeviewHasTwoLevels
리턴 bool

weightPercentPreferred 보호되어 있는 프로퍼티

protected bool weightPercentPreferred
리턴 bool