Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutechess/cutechess
/ functions
Functions
3,466 in github.com/cutechess/cutechess
⨍
Functions
3,466
◇
Types & classes
577
Method
getTickStep
! \internal Takes the entire currently visible axis range and returns a sensible tick step in order to provide readable tick labels as well as
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:6221
Method
getTraverse
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method assumes that the \ref mayTraverse t
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:23696
Method
getTraverseCornerPoints
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method assumes that the \ref getTraverse t
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:23809
Method
getVisibleDataBounds
! This method outputs the currently visible data range via \a begin and \a end. The returned range will also never exceed \a rangeRestriction.
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:21969
Method
getWhiskerBackboneLines
! \internal Returns the whisker backbones (keys in x, values in y of the returned lines) that cover the value range from the minimum to the lowe
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:25766
Method
getWhiskerBarLines
! \internal Returns the whisker bars (keys in x, values in y of the returned lines) that are placed at the end of the whisker backbones, at the
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:25781
Method
go
projects/lib/src/chessengine.cpp:238
Function
gradient
projects/gui/3rdparty/qcustomplot/qcustomplot.h:5402
Function
graph
projects/gui/3rdparty/qcustomplot/qcustomplot.h:6891
Method
graphCount
! Returns the number of currently existing graphs in the plot \see graph, addGraph */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:14494
Function
graphKey
projects/gui/3rdparty/qcustomplot/qcustomplot.h:6892
Method
graphs
! Returns a list of all the graphs that have this axis as key or value axis. \see plottables, items */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:9414
Function
grid
projects/gui/3rdparty/qcustomplot/qcustomplot.h:2257
Method
hasAnchor
! Returns whether this item has an anchor with the specified \a name. Note that you can check for positions with this function, too. This is be
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:13076
Method
hasCastling
projects/lib/src/board/giveawayboard.cpp:43
Method
hasCastling
projects/lib/src/board/losalamosboard.cpp:55
Method
hasCastling
projects/lib/src/board/westernboard.cpp:73
Method
hasCastling
projects/lib/src/board/antiboard.cpp:45
Method
hasCastling
projects/lib/src/board/grandboard.cpp:48
Method
hasCastling
projects/lib/src/board/shatranjboard.cpp:45
Method
hasCastlingRight
projects/lib/src/board/westernboard.cpp:1416
Method
hasElement
! Returns whether the cell at \a row and \a column exists and contains a valid element, i.e. isn't empty. \see element */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:4221
Method
hasEnPassantCaptures
projects/lib/src/board/westernboard.cpp:83
Method
hasEnPassantCaptures
projects/lib/src/board/knightrelayboard.cpp:38
Method
hasError
projects/lib/components/json/src/jsonserializer.cpp:82
Method
hasGauntletRatingsOrder
projects/lib/src/tournament.cpp:413
Method
hasGauntletRatingsOrder
projects/lib/src/gauntlettournament.cpp:83
Method
hasGravity
projects/lib/src/board/connectboard.cpp:74
Method
hasImpassePointRule
projects/lib/src/board/shogiboard.cpp:163
Method
hasItem
! Returns whether this QCustomPlot contains the \a item. \see item */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:14650
Method
hasMaterial
! * Returns true if \a side has material else false. */
projects/lib/src/board/hordeboard.cpp:91
Method
hasOpcode
projects/lib/src/epdrecord.cpp:157
Method
hasOriginalOrder
projects/lib/tests/tournamentpair/tst_tournamentpair.cpp:34
Method
hasSamePlayers
projects/lib/tests/tournamentpair/tst_tournamentpair.cpp:71
Function
head
projects/gui/3rdparty/qcustomplot/qcustomplot.h:6481
Method
headerData
projects/gui/src/engineoptionmodel.cpp:130
Method
headerData
projects/gui/src/engineconfigurationmodel.cpp:119
Method
headerData
projects/gui/src/pgndatabasemodel.cpp:111
Method
headerData
projects/gui/src/pgngameentrymodel.cpp:159
Method
height
projects/lib/src/board/judkinsshogiboard.cpp:40
Method
height
projects/lib/src/board/dobutsushogiboard.cpp:48
Method
height
projects/lib/src/board/losalamosboard.cpp:40
Method
height
projects/lib/src/board/connectboard.cpp:69
Method
height
projects/lib/src/board/gustavboard.cpp:52
Method
height
projects/lib/src/board/jesonmorboard.cpp:44
Method
height
projects/lib/src/board/westernboard.cpp:58
Method
height
projects/lib/src/board/chancellorboard.cpp:51
Method
height
projects/lib/src/board/grandboard.cpp:38
Method
height
projects/lib/src/board/modernboard.cpp:52
Method
height
projects/lib/src/board/minishogiboard.cpp:42
Method
height
projects/lib/src/board/euroshogiboard.cpp:43
Method
heightForWidth
projects/gui/src/boardview/boardview.cpp:57
Method
highlightBlock
projects/gui/components/pgnhighlighter/src/pgnhighlighter.cpp:67
Method
horizontalSpacing
projects/gui/src/tilelayout.cpp:90
Method
humaniseTime
projects/gui/src/importprogressdlg.cpp:113
Method
humaniseTime
projects/gui/src/threadedtask.cpp:87
Function
iconBorderPen
projects/gui/3rdparty/qcustomplot/qcustomplot.h:5181
Function
iconSize
projects/gui/3rdparty/qcustomplot/qcustomplot.h:5179
Function
iconTextPadding
projects/gui/3rdparty/qcustomplot/qcustomplot.h:5180
Method
id
projects/lib/src/chessengine.cpp:302
Method
impassePointRule
projects/lib/src/board/judkinsshogiboard.cpp:55
Method
impassePointRule
projects/lib/src/board/shogiboard.cpp:897
Method
importPgnFile
projects/gui/src/gamedatabasemanager.cpp:178
Method
inCheck
projects/lib/src/board/oukboard.cpp:174
Method
inCheck
projects/lib/src/board/rifleboard.cpp:79
Method
inCheck
projects/lib/src/board/extinctionboard.cpp:62
Method
inCheck
projects/lib/src/board/restrictedmoveboard.cpp:37
Method
inCheck
projects/lib/src/board/makrukboard.cpp:145
Method
inCheck
projects/lib/src/board/gryphonboard.cpp:59
Method
inCheck
projects/lib/src/board/threekingsboard.cpp:49
Method
inCheck
projects/lib/src/board/knightmateboard.cpp:83
Method
inCheck
projects/lib/src/board/twokingseachboard.cpp:84
Method
inCheck
projects/lib/src/board/courierboard.cpp:89
Method
inCheck
projects/lib/src/board/shogiboard.cpp:866
Method
inCheck
projects/lib/src/board/jesonmorboard.cpp:59
Method
inCheck
projects/lib/src/board/coregalboard.cpp:45
Method
inCheck
projects/lib/src/board/westernboard.cpp:1141
Method
inCheck
projects/lib/src/board/antiboard.cpp:74
Method
inCheck
projects/lib/src/board/shatranjboard.cpp:92
Method
inCheck
projects/lib/src/board/atomicboard.cpp:74
Method
inPromotionZone
projects/lib/src/board/shogiboard.cpp:716
Method
inSetup
projects/lib/src/board/placementboard.cpp:138
Method
inSetup
projects/lib/src/board/sittuyinboard.cpp:177
Method
index
projects/gui/src/engineoptionmodel.cpp:43
Method
index
projects/gui/src/pgndatabasemodel.cpp:55
Method
index
projects/gui/src/pgngameentrymodel.cpp:110
Method
indexToRowCol
! Converts the linear index to row and column indices and writes the result to \a row and \a column. The way the cells are indexed depends on \
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:4557
Method
initHistory
projects/lib/src/board/makrukboard.cpp:73
Method
initTestCase
projects/lib/tests/pipereader/tst_pipereader.cpp:27
Method
initTestCase
projects/lib/tests/tb/tst_tb.cpp:26
Method
initialPlyCount
projects/lib/src/board/makrukboard.cpp:163
Method
initialPlyCount
projects/lib/src/board/aseanboard.cpp:80
Method
initialPlyCount
projects/lib/src/board/sittuyinboard.cpp:269
Method
initialValues
projects/lib/tests/polyglotbook/tst_polyglotbook.cpp:19
Method
initialValues
projects/lib/tests/tournamentpair/tst_tournamentpair.cpp:18
Method
initialValues
projects/lib/tests/tournamentplayer/tst_tournamentplayer.cpp:91
Method
initialize
projects/lib/src/openingsuite.cpp:85
Method
initialize
projects/lib/src/mersenne.cpp:41
Method
initialize
projects/lib/src/econode.cpp:82
Method
initialize
projects/lib/src/timecontrol.cpp:214
← previous
next →
1,901–2,000 of 3,466, ranked by callers