C# 클래스 Stat, chronojump

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

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

CreateGraphR() 공개 메소드

public CreateGraphR ( string fileName, bool show, int graphNum ) : bool
fileName string
show bool
graphNum int
리턴 bool

CreateOrUpdateAVGAndSD() 공개 메소드

public CreateOrUpdateAVGAndSD ( ) : void
리턴 void

ItemToggled() 공개 메소드

public ItemToggled ( object o, ToggledArgs args ) : void
o object
args ToggledArgs
리턴 void

MarkSelected() 공개 메소드

public MarkSelected ( string selected ) : void
selected string
리턴 void

PrepareData() 공개 메소드

public PrepareData ( ) : void
리턴 void

RemoveColumns() 공개 메소드

public RemoveColumns ( ) : void
리턴 void

ReportString() 공개 메소드

public ReportString ( ) : string
리턴 string

Stat() 공개 메소드

public Stat ( ) : System
리턴 System

acceptCheckedData() 보호된 메소드

protected acceptCheckedData ( int myData ) : bool
myData int
리턴 bool

calculateRowAVGSD() 보호된 메소드

protected calculateRowAVGSD ( string rowData ) : string[]
rowData string
리턴 string[]

cleanDontWanted() 보호된 메소드

protected cleanDontWanted ( ArrayList startJumps, int statsJumpsType, int limit ) : ArrayList
startJumps ArrayList
statsJumpsType int
limit int
리턴 ArrayList

completeConstruction() 보호된 메소드

protected completeConstruction ( StatTypeStruct myStatTypeStruct, Gtk treeview ) : void
myStatTypeStruct StatTypeStruct
treeview Gtk
리턴 void

createCheckboxes() 공개 메소드

public createCheckboxes ( TreeView tv ) : void
tv TreeView
리턴 void

getStore() 보호된 메소드

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

makeSquare() 보호된 정적인 메소드

protected static makeSquare ( string myValueStr ) : double
myValueStr string
리턴 double

nFoundInArray() 보호된 정적인 메소드

protected static nFoundInArray ( string searching, ArrayList myArray, int limit ) : bool
searching string
myArray ArrayList
limit int
리턴 bool

obtainSessionSqlString() 보호된 메소드

protected obtainSessionSqlString ( ArrayList sessions, string tableName ) : string
sessions ArrayList
tableName string
리턴 string

obtainSessionSqlStringTwoTests() 보호된 메소드

protected obtainSessionSqlStringTwoTests ( ArrayList sessions ) : string
sessions ArrayList
리턴 string

prepareHeaders() 보호된 메소드

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

prepareHeadersReport() 보호된 메소드

protected prepareHeadersReport ( string columnsString ) : string
columnsString string
리턴 string

printData() 보호된 메소드

protected printData ( string statValues ) : void
statValues string
리턴 void

processDataMultiSession() 보호된 메소드

protected processDataMultiSession ( ArrayList arrayFromSql, bool makeAVGSD, int sessionsNum ) : void
arrayFromSql ArrayList
makeAVGSD bool
sessionsNum int
리턴 void

processDataSimpleSession() 보호된 메소드

protected processDataSimpleSession ( ArrayList arrayFromSql, bool makeAVGSD, int dataColumns ) : void
arrayFromSql ArrayList
makeAVGSD bool
dataColumns int
리턴 void

recordStatValues() 보호된 메소드

protected recordStatValues ( string statValues ) : void
statValues string
리턴 void

translateYesNo() 보호된 메소드

protected translateYesNo ( string str ) : string
str string
리턴 string

프로퍼티 상세

CurrentGraphData 보호되어 있는 프로퍼티

protected GraphData, CurrentGraphData
리턴 GraphData,

GraphSeries 보호되어 있는 프로퍼티

protected ArrayList, GraphSeries
리턴 ArrayList,

allValuesString 보호되어 있는 프로퍼티

protected string allValuesString
리턴 string

avgValuesString 보호되어 있는 프로퍼티

protected string avgValuesString
리턴 string

dataColumns 보호되어 있는 프로퍼티

protected int dataColumns
리턴 int

fakeButtonNoRowsSelected 공개적으로 프로퍼티

public Button,Gtk fakeButtonNoRowsSelected
리턴 Gtk.Button

fakeButtonRowCheckedUnchecked 공개적으로 프로퍼티

public Button,Gtk fakeButtonRowCheckedUnchecked
리턴 Gtk.Button

fakeButtonRowsSelected 공개적으로 프로퍼티

public Button,Gtk fakeButtonRowsSelected
리턴 Gtk.Button

gRO 보호되어 있는 프로퍼티

protected GraphROptions gRO
리턴 GraphROptions

graphTranslate 보호되어 있는 프로퍼티

protected bool graphTranslate
리턴 bool

heightPreferred 보호되어 있는 프로퍼티

protected bool heightPreferred
리턴 bool

isRjEvolution 보호되어 있는 프로퍼티

protected bool isRjEvolution
리턴 bool

isRunIntervalEvolution 보호되어 있는 프로퍼티

protected bool isRunIntervalEvolution
리턴 bool

iter 보호되어 있는 프로퍼티

protected TreeIter iter
리턴 TreeIter

jumpType 보호되어 있는 프로퍼티

protected string jumpType
리턴 string

limit 보호되어 있는 프로퍼티

protected int limit
리턴 int

markedRows 보호되어 있는 프로퍼티

protected ArrayList markedRows
리턴 ArrayList

numContinuous 보호되어 있는 프로퍼티

protected int numContinuous
리턴 int

onlyUsefulForNotBeingGarbageCollected 보호되어 있는 정적으로 프로퍼티

protected static ArrayList onlyUsefulForNotBeingGarbageCollected
리턴 ArrayList

pDN 보호되어 있는 정적으로 프로퍼티

protected static int pDN
리턴 int

reportString 보호되어 있는 프로퍼티

protected string reportString
리턴 string

sessionUniqueID 보호되어 있는 프로퍼티

protected int sessionUniqueID
리턴 int

sessions 보호되어 있는 프로퍼티

protected ArrayList sessions
리턴 ArrayList

showSex 보호되어 있는 프로퍼티

protected bool showSex
리턴 bool

statsJumpsType 보호되어 있는 프로퍼티

protected int statsJumpsType
리턴 int

store 보호되어 있는 프로퍼티

protected TreeStore store
리턴 TreeStore

toReport 보호되어 있는 프로퍼티

protected bool toReport
리턴 bool

treeview 보호되어 있는 프로퍼티

protected TreeView,Gtk treeview
리턴 Gtk.TreeView

useHeightsOnJumpIndexes 보호되어 있는 프로퍼티

protected bool useHeightsOnJumpIndexes
리턴 bool

weightStatsPercent 보호되어 있는 프로퍼티

protected bool weightStatsPercent
리턴 bool