프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ) : |
||
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 |
public Add ( string personName, System newEvent ) : void | ||
personName | string | |
newEvent | System | |
리턴 | void |
public Fill ( string myEvents, string filter ) : void | ||
myEvents | string | |
filter | string | |
리턴 | void |
public TreeViewEvent ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System | ||
treeview | Gtk | |
newPrefsDigitsNumber | int | |
expandState | ExpandStates | |
리턴 | System |
public ZoomChange ( ExpandStates myExpand ) : ExpandStates | ||
myExpand | ExpandStates | |
리턴 | ExpandStates |
protected addStatisticInfo ( Gtk.TreeIter iterDeep, System myObject ) : void | ||
iterDeep | Gtk.TreeIter | |
myObject | System | |
리턴 | void |
protected getLineToStore ( System myObject ) : string[] | ||
myObject | System | |
리턴 | string[] |
protected getNumOfSubEvents ( System myObject ) : int | ||
myObject | System | |
리턴 | int |
protected getObjectFromString ( string myStringOfData ) : |
||
myStringOfData | string | |
리턴 |
protected getSubLineToStore ( System myObject, int lineCount ) : string[] | ||
myObject | System | |
lineCount | int | |
리턴 | string[] |
protected prepareHeaders ( string columnsString ) : void | ||
columnsString | string | |
리턴 | void |
protected printAVG ( System myObject, int cols ) : string[] | ||
myObject | System | |
cols | int | |
리턴 | string[] |
protected printSD ( System myObject, int cols ) : string[] | ||
myObject | System | |
cols | int | |
리턴 | string[] |
protected printTotal ( System myObject, int cols ) : string[] | ||
myObject | System | |
cols | int | |
리턴 | string[] |