MCPcopy Create free account

hub / github.com/cutechess/cutechess / functions

Functions3,466 in github.com/cutechess/cutechess

MethodQCPBarsData
! Constructs a bar data point with key and value set to zero. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:24353
MethodQCPBarsGroup
! Constructs a new bars group for the specified QCustomPlot instance. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:24028
MethodQCPColorGradient
! Constructs a new, empty QCPColorGradient with no predefined color stops. You can add own color stops with \ref setColorStopAt. The color leve
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:16545
MethodQCPColorMap
! Constructs a color map with the specified \a keyAxis and \a valueAxis. The created QCPColorMap is automatically registered with the QCustomPl
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:26441
MethodQCPColorMapData
! Constructs a new QCPColorMapData instance. The instance has \a keySize cells in the key direction and \a valueSize cells in the value direction.
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:25848
MethodQCPColorScale
! Constructs a new QCPColorScale. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:20127
MethodQCPColorScaleAxisRectPrivate
! Creates a new instance, as a child of \a parentColorScale. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:20569
MethodQCPCurve
! Constructs a curve which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis must reside
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:22653
MethodQCPCurveData
! Constructs a curve data point with t, key and value set to zero. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:22574
MethodQCPDataContainer
projects/gui/3rdparty/qcustomplot/qcustomplot.h:2806
MethodQCPDataRange
! Creates an empty QCPDataRange, with begin and end set to 0. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:2257
MethodQCPDataSelection
! Creates an empty QCPDataSelection. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:2415
MethodQCPErrorBars
! Constructs an error bars plottable which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a value
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:27992
MethodQCPErrorBarsData
! Constructs an error bar with errors set to zero. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:27909
MethodQCPFinancial
! Constructs a financial chart which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis m
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:27098
MethodQCPFinancialData
! Constructs a data point with key and all values set to zero. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:27002
MethodQCPGraph
! Constructs a graph which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis must reside
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:20879
MethodQCPGraphData
! Constructs a data point with key and value set to zero. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:20798
MethodQCPGrid
! Creates a QCPGrid instance and sets default values. You shouldn't instantiate grids on their own, since every QCPAxis brings its own QCPGrid.
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:7859
MethodQCPItemAnchor
! Creates a new QCPItemAnchor. You shouldn't create QCPItemAnchor instances directly, even if you want to make a new item subclass. Use \ref QCPAb
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:12042
MethodQCPItemBracket
! Creates a bracket item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance ta
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:30800
MethodQCPItemCurve
! Creates a curve item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance take
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:29294
MethodQCPItemEllipse
! Creates an ellipse item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance t
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:29959
MethodQCPItemLine
! Creates a line item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance takes
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:29056
MethodQCPItemPixmap
! Creates a rectangle item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:30154
MethodQCPItemPosition
! Creates a new QCPItemPosition. You shouldn't create QCPItemPosition instances directly, even if you want to make a new item subclass. Use \ref Q
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:12216
MethodQCPItemRect
! Creates a rectangle item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:29454
MethodQCPItemStraightLine
! Creates a straight line item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot insta
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:28873
MethodQCPItemText
! Creates a text item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance takes
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:29617
MethodQCPItemTracer
! Creates a tracer item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance tak
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:30440
MethodQCPLabelPainterPrivate
! Constructs a QCPLabelPainterPrivate instance. Make sure to not create a new instance on every redraw, to utilize the caching mechanisms. th
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:5484
MethodQCPLayer
! Creates a new QCPLayer instance. Normally you shouldn't directly instantiate layers, use \ref QCustomPlot::addLayer instead. \warning It
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:1067
MethodQCPLayerable
! Creates a new QCPLayerable instance. Since QCPLayerable is an abstract base class, it can't be instantiated directly. Use one of the derive
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:1366
MethodQCPLayout
! Creates an instance of QCPLayout and sets default values. Note that since QCPLayout is an abstract base class, it can't be instantiated directly
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:3666
MethodQCPLayoutElement
! Creates an instance of QCPLayoutElement and sets default values. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:3207
MethodQCPLayoutGrid
! Creates an instance of QCPLayoutGrid and sets default values. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:4104
MethodQCPLayoutInset
! Creates an instance of QCPLayoutInset and sets default values. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:4887
MethodQCPLegend
! Constructs a new QCPLegend instance with default values. Note that by default, QCustomPlot already contains a legend ready to be used as \ref
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:19073
MethodQCPLineEnding
! Creates a QCPLineEnding instance with default values (style \ref esNone). */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:5193
MethodQCPMarginGroup
! Creates a new QCPMarginGroup instance in \a parentPlot. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:3041
MethodQCPPaintBufferGlFbo
! Creates a \ref QCPPaintBufferGlFbo instance with the specified \a size and \a devicePixelRatio, if applicable. All frame buffer objects shall
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:843
MethodQCPPaintBufferGlPbuffer
! Creates a \ref QCPPaintBufferGlPbuffer instance with the specified \a size and \a devicePixelRatio, if applicable. The parameter \a multisamp
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:747
MethodQCPPaintBufferPixmap
! Creates a pixmap paint buffer instancen with the specified \a size and \a devicePixelRatio, if applicable. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:667
MethodQCPPainter
! Creates a new QCPPainter instance and sets default values */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:297
MethodQCPPlottableLegendItem
! Creates a new legend item associated with \a plottable. Once it's created, it can be added to the legend via \ref QCPLegend::addItem. A
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:18926
MethodQCPPolarAxisAngular
! Creates a QCPPolarAxis instance and sets default values. An axis is added for each of the four sides, the top and right axes are set invisible i
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:32572
MethodQCPPolarAxisRadial
! Constructs an Axis instance of Type \a type for the axis rect \a parent. Usually it isn't necessary to instantiate axes directly, because you
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:31097
MethodQCPPolarGraph
! Constructs a graph which uses \a keyAxis as its angular and \a valueAxis as its radial axis. \a keyAxis and \a valueAxis must reside in the same
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:34456
MethodQCPPolarGrid
! Creates a QCPPolarGrid instance and sets default values. You shouldn't instantiate grids on their own, since every axis brings its own grid.
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:34180
MethodQCPPolarLegendItem
! \class QCPPolarLegendItem \brief A legend item for polar plots \warning In this QCustomPlot version, polar plots are a tech preview. Expect doc
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:34362
MethodQCPRange
! Constructs a range with \a lower and \a upper set to zero. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:1927
MethodQCPScatterStyle
! Creates a new QCPScatterStyle instance with size set to 6. No shape, pen or brush is defined. Since the pen is undefined (\ref isPenDefined r
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:10639
MethodQCPSelectionDecorator
! Creates a new QCPSelectionDecorator instance with default values */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:11060
MethodQCPSelectionDecoratorBracket
! Creates a new QCPSelectionDecoratorBracket instance with default values. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:17162
MethodQCPSelectionRect
! Creates a new QCPSelectionRect instance. To make QCustomPlot use the selection rect instance, pass it to \ref QCustomPlot::setSelectionRect. \a
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:2846
MethodQCPStatisticalBox
! Constructs a statistical box which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis m
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:25327
MethodQCPStatisticalBoxData
! Constructs a data point with key and all values set to zero. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:25228
MethodQCPTextElement
! \overload Creates a new QCPTextElement instance and sets default values. The initial text is empty (\ref setText). */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:19679
MethodQCPVector2D
! Creates a QCPVector2D object and initializes the x and y coordinates to 0. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:118
MethodQCustomPlot
! Constructs a QCustomPlot and sets reasonable default values. */
projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:13597
FunctionQSharedPointer<QCPCurveDataContainer> data
projects/gui/3rdparty/qcustomplot/qcustomplot.h:5653
FunctionQSharedPointer<QCPErrorBarsDataContainer> data
projects/gui/3rdparty/qcustomplot/qcustomplot.h:6350
FunctionQSharedPointer<QCPFinancialDataContainer> data
projects/gui/3rdparty/qcustomplot/qcustomplot.h:6225
FunctionQSharedPointer<QCPGraphDataContainer> data
projects/gui/3rdparty/qcustomplot/qcustomplot.h:5520
MethodRacingKingsBoard
projects/lib/src/board/racingkingsboard.cpp:24
MethodRestrictedMoveBoard
projects/lib/src/board/restrictedmoveboard.cpp:24
MethodResult
projects/lib/src/board/result.cpp:24
MethodResultFormatter
projects/lib/src/tournament.cpp:1142
MethodRifleBoard
projects/lib/src/board/rifleboard.cpp:25
MethodRoundRobinTournament
projects/lib/src/roundrobintournament.cpp:23
MethodSeirawanBoard
projects/lib/src/board/seirawanboard.cpp:25
MethodSettingsDialog
projects/gui/src/settingsdlg.cpp:27
MethodShatranjBoard
projects/lib/src/board/shatranjboard.cpp:23
MethodShogiBoard
projects/lib/src/board/shogiboard.cpp:26
MethodShootBoard
projects/lib/src/board/rifleboard.cpp:110
MethodSide
projects/lib/src/board/side.cpp:23
MethodSide
projects/lib/src/board/side.h:79
MethodSimplifiedGryphonBoard
projects/lib/src/board/gryphonboard.cpp:161
MethodSittuyinBoard
projects/lib/src/board/sittuyinboard.cpp:23
MethodSlippedGridBoard
projects/lib/src/board/gridboard.cpp:80
MethodSprt
projects/lib/src/sprt.cpp:133
MethodSprtProbability
projects/lib/src/sprt.cpp:92
MethodSquare
projects/lib/src/board/square.cpp:24
MethodStandardBoard
projects/lib/src/board/standardboard.cpp:1055
MethodStringValidator
projects/gui/src/stringvalidator.cpp:22
MethodSuicideBoard
projects/lib/src/board/suicideboard.cpp:23
MethodSuperAndernachBoard
projects/lib/src/board/andernachboard.cpp:123
MethodTabData
projects/gui/src/mainwindow.cpp:63
MethodTargetHighlights
projects/gui/src/boardview/graphicsboard.cpp:32
MethodThreadedTask
projects/gui/src/threadedtask.cpp:21
MethodThreeCheckBoard
projects/lib/src/board/ncheckboard.cpp:180
MethodThreeKingsBoard
projects/lib/src/board/threekingsboard.cpp:24
MethodTicTacToeBoard
projects/lib/src/board/connectboard.cpp:352
MethodTileLayout
projects/gui/src/tilelayout.cpp:24
MethodTimeControl
projects/lib/src/timecontrol.cpp:45
MethodTimeControlDialog
projects/gui/src/timecontroldlg.cpp:22
MethodTimeControlWidget
projects/gui/src/timecontrolwidget.cpp:23
MethodTournament
projects/lib/src/tournament.cpp:35
MethodTournamentPair
projects/lib/src/tournamentpair.cpp:23
MethodTournamentPlayer
projects/lib/src/tournamentplayer.cpp:22
← previousnext →1,201–1,300 of 3,466, ranked by callers