C# Class TreeViewEvent, chronojump

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

Méthodes publiques

Свойство Type Description
expandState ExpandStates

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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[]

Private Methods

Méthode Description
deleteParentIfEmpty ( Gtk.TreeIter iter ) : void

Method Details

Add() public méthode

public Add ( string personName, System newEvent ) : void
personName string
newEvent System
Résultat void

DelEvent() public méthode

public DelEvent ( int eventID ) : void
eventID int
Résultat void

ExpandOptimal() public méthode

public ExpandOptimal ( ) : void
Résultat void

Fill() public méthode

public Fill ( string myEvents, string filter ) : void
myEvents string
filter string
Résultat void

RemoveColumns() public méthode

public RemoveColumns ( ) : void
Résultat void

SelectEvent() public méthode

public SelectEvent ( int uniqueID ) : void
uniqueID int
Résultat void

SelectHeaderLine() public méthode

public SelectHeaderLine ( ) : void
Résultat void

TreeViewEvent() public méthode

public TreeViewEvent ( ) : System
Résultat System

TreeViewEvent() public méthode

public TreeViewEvent ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System
treeview Gtk
newPrefsDigitsNumber int
expandState ExpandStates
Résultat System

Unselect() public méthode

public Unselect ( ) : void
Résultat void

Update() public méthode

public Update ( Event, myEvent ) : void
myEvent Event,
Résultat void

ZoomChange() public méthode

public ZoomChange ( ExpandStates myExpand ) : ExpandStates
myExpand ExpandStates
Résultat ExpandStates

addStatisticInfo() protected méthode

protected addStatisticInfo ( Gtk.TreeIter iterDeep, System myObject ) : void
iterDeep Gtk.TreeIter
myObject System
Résultat void

getColsNum() protected méthode

protected getColsNum ( ) : int
Résultat int

getLineToStore() protected méthode

protected getLineToStore ( System myObject ) : string[]
myObject System
Résultat string[]

getNumOfSubEvents() protected méthode

protected getNumOfSubEvents ( System myObject ) : int
myObject System
Résultat int

getObjectFromString() protected méthode

protected getObjectFromString ( string myStringOfData ) : Object
myStringOfData string
Résultat System.Object

getStore() protected méthode

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

getSubLineToStore() protected méthode

protected getSubLineToStore ( System myObject, int lineCount ) : string[]
myObject System
lineCount int
Résultat string[]

prepareHeaders() protected méthode

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

printAVG() protected méthode

protected printAVG ( System myObject, int cols ) : string[]
myObject System
cols int
Résultat string[]

printSD() protected méthode

protected printSD ( System myObject, int cols ) : string[]
myObject System
cols int
Résultat string[]

printTotal() protected méthode

protected printTotal ( System myObject, int cols ) : string[]
myObject System
cols int
Résultat string[]

Property Details

allEventsName protected_oe property

protected string allEventsName
Résultat string

columnsString protected_oe property

protected string[] columnsString
Résultat string[]

dataLineNamePosition protected_oe property

protected int dataLineNamePosition
Résultat int

dataLineTypePosition protected_oe property

protected int dataLineTypePosition
Résultat int

descriptionName protected_oe property

protected string descriptionName
Résultat string

eventIDColumn protected_oe property

protected int eventIDColumn
Résultat int

expandState public_oe property

public ExpandStates expandState
Résultat ExpandStates

pDN protected_oe property

protected int pDN
Résultat int

preferences protected_oe property

protected Preferences, preferences
Résultat Preferences,

store protected_oe property

protected TreeStore store
Résultat TreeStore

treeview protected_oe property

protected TreeView,Gtk treeview
Résultat Gtk.TreeView

treeviewHasTwoLevels protected_oe property

protected bool treeviewHasTwoLevels
Résultat bool

weightPercentPreferred protected_oe property

protected bool weightPercentPreferred
Résultat bool