프로퍼티 | 타입 | 설명 | |
---|---|---|---|
fakeButtonNoRowsSelected | Gtk.Button | ||
fakeButtonRowCheckedUnchecked | Gtk.Button | ||
fakeButtonRowsSelected | Gtk.Button |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentGraphData | GraphData, | ||
GraphSeries | ArrayList, | ||
allValuesString | string | ||
avgValuesString | string | ||
dataColumns | int | ||
gRO | GraphROptions | ||
graphTranslate | bool | ||
heightPreferred | bool | ||
isRjEvolution | bool | ||
isRunIntervalEvolution | bool | ||
iter | TreeIter | ||
jumpType | string | ||
limit | int | ||
markedRows | ArrayList | ||
numContinuous | int | ||
onlyUsefulForNotBeingGarbageCollected | ArrayList | ||
pDN | int | ||
reportString | string | ||
sessionUniqueID | int | ||
sessions | ArrayList | ||
showSex | bool | ||
statsJumpsType | int | ||
store | TreeStore | ||
toReport | bool | ||
treeview | Gtk.TreeView | ||
useHeightsOnJumpIndexes | bool | ||
weightStatsPercent | bool |
메소드 | 설명 | |
---|---|---|
CreateGraphR ( string fileName, bool show, int graphNum ) : bool | ||
CreateOrUpdateAVGAndSD ( ) : void | ||
ItemToggled ( object o, ToggledArgs args ) : void | ||
MarkSelected ( string selected ) : void | ||
PrepareData ( ) : void | ||
RemoveColumns ( ) : void | ||
ReportString ( ) : string | ||
Stat ( ) : System | ||
createCheckboxes ( TreeView tv ) : void |
메소드 | 설명 | |
---|---|---|
acceptCheckedData ( int myData ) : bool | ||
calculateRowAVGSD ( string rowData ) : string[] | ||
cleanDontWanted ( ArrayList startJumps, int statsJumpsType, int limit ) : ArrayList | ||
completeConstruction ( StatTypeStruct myStatTypeStruct, Gtk treeview ) : void | ||
getStore ( int columns ) : TreeStore | ||
makeSquare ( string myValueStr ) : double | ||
nFoundInArray ( string searching, ArrayList myArray, int limit ) : bool | ||
obtainSessionSqlString ( ArrayList sessions, string tableName ) : string | ||
obtainSessionSqlStringTwoTests ( ArrayList sessions ) : string | ||
prepareHeaders ( string columnsString ) : void | ||
prepareHeadersReport ( string columnsString ) : string | ||
printData ( string statValues ) : void | ||
processDataMultiSession ( ArrayList arrayFromSql, bool makeAVGSD, int sessionsNum ) : void | ||
processDataSimpleSession ( ArrayList arrayFromSql, bool makeAVGSD, int dataColumns ) : void | ||
recordStatValues ( string statValues ) : void | ||
translateYesNo ( string str ) : string |
메소드 | 설명 | |
---|---|---|
addRowToMarkedRows ( string rowToAdd ) : void | ||
convertDataToR ( GraphROptions gro, Sides side ) : string | ||
convertDataToROnRjEvolution ( GraphROptions gro, Sides side ) : string | ||
deleteRowFromMarkedRows ( string rowToDelete ) : void | ||
divideAndRoundDown ( int myData ) : int | ||
fetchNameOnStatsData ( string nameWithMoreData ) : string | ||
getRBarplotString ( GraphROptions gro, string fileName, Sides side ) : string | ||
getRBoxplotString ( GraphROptions gro, string fileName, Sides side ) : string | ||
getRDotchartString ( GraphROptions gro, string fileName ) : string | ||
getRHistogramString ( GraphROptions gro, string fileName ) : string | ||
getRLinesString ( GraphROptions gro, string fileName, Sides side ) : string | ||
getRStripchartString ( GraphROptions gro, string fileName, Sides side ) : string | ||
getRXYString ( GraphROptions gro, string fileName ) : string | ||
getTitle ( string graphType, string subTitle ) : string | ||
hasTwoAxis ( ) : bool | ||
isNotAVGOrSD ( Gtk iter ) : bool | ||
isThereAnyRowSelected ( TreeStore myStore ) : bool | ||
isThisRowMarked ( int rowNum ) : bool |
public CreateGraphR ( string fileName, bool show, int graphNum ) : bool | ||
fileName | string | |
show | bool | |
graphNum | int | |
리턴 | bool |
public ItemToggled ( object o, ToggledArgs args ) : void | ||
o | object | |
args | ToggledArgs | |
리턴 | void |
protected calculateRowAVGSD ( string rowData ) : string[] | ||
rowData | string | |
리턴 | string[] |
protected cleanDontWanted ( ArrayList startJumps, int statsJumpsType, int limit ) : ArrayList | ||
startJumps | ArrayList | |
statsJumpsType | int | |
limit | int | |
리턴 | ArrayList |
protected completeConstruction ( StatTypeStruct myStatTypeStruct, Gtk treeview ) : void | ||
myStatTypeStruct | StatTypeStruct | |
treeview | Gtk | |
리턴 | void |
protected static makeSquare ( string myValueStr ) : double | ||
myValueStr | string | |
리턴 | double |
protected static nFoundInArray ( string searching, ArrayList myArray, int limit ) : bool | ||
searching | string | |
myArray | ArrayList | |
limit | int | |
리턴 | bool |
protected obtainSessionSqlString ( ArrayList sessions, string tableName ) : string | ||
sessions | ArrayList | |
tableName | string | |
리턴 | string |
protected obtainSessionSqlStringTwoTests ( ArrayList sessions ) : string | ||
sessions | ArrayList | |
리턴 | string |
protected prepareHeaders ( string columnsString ) : void | ||
columnsString | string | |
리턴 | void |
protected prepareHeadersReport ( string columnsString ) : string | ||
columnsString | string | |
리턴 | string |
protected processDataMultiSession ( ArrayList arrayFromSql, bool makeAVGSD, int sessionsNum ) : void | ||
arrayFromSql | ArrayList | |
makeAVGSD | bool | |
sessionsNum | int | |
리턴 | void |
protected processDataSimpleSession ( ArrayList arrayFromSql, bool makeAVGSD, int dataColumns ) : void | ||
arrayFromSql | ArrayList | |
makeAVGSD | bool | |
dataColumns | int | |
리턴 | void |
protected recordStatValues ( string statValues ) : void | ||
statValues | string | |
리턴 | void |
public Button,Gtk fakeButtonRowCheckedUnchecked | ||
리턴 | Gtk.Button |
protected static ArrayList onlyUsefulForNotBeingGarbageCollected | ||
리턴 | ArrayList |