|
Cute Chess
0.1
|
| ▶NChess | |
| CAutoVerticalScroller | Automatically scroll an item view when new items are added |
| CBoardScene | A graphical surface for displaying a chessgame |
| CBoardView | A view widget for displaying a QGraphicsScene |
| CChessClock | |
| CChessEngine | An artificial intelligence chess player |
| CChessGame | |
| CChessPlayer | A chess player, human or AI |
| CClassRegistration | A class for registering a new subclass of the templated class |
| CClassRegistry | A class for creating objects based on the class' runtime name or key (a string) |
| CCuteChessApplication | |
| CCuteChessCoreApplication | |
| CDTZEntry_pawn | |
| CDTZEntry_piece | |
| CDTZTableEntry | |
| CEcoNode | A node in the ECO tree (Encyclopaedia of Chess Openings) |
| CElo | Utility class for calculating Elo statistics for a single player |
| CEngineBuilder | A class for constructing local chess engines |
| CEngineButtonOption | |
| CEngineCheckOption | |
| CEngineComboOption | |
| CEngineConfiguration | Defines a chess engine configuration |
| CEngineConfigurationDialog | Dialog for chess engine configuration |
| CEngineConfigurationModel | Chess engine configuration based model |
| CEngineConfigurationProxyModel | A proxy model for sorting and filtering engine configurations |
| CEngineFactory | A factory for creating ChessEngine objects |
| CEngineManagementWidget | Dialog for chess engine management |
| CEngineManager | Manages chess engines and their configurations |
| CEngineMatch | |
| CEngineOption | |
| CEngineOptionDelegate | |
| CEngineOptionFactory | |
| CEngineOptionModel | |
| CEngineSelectionDialog | |
| CEngineSpinOption | |
| CEngineTextOption | |
| CEpdRecord | An EPD (Extended Position Description) record |
| CEvalHistory | A widget that shows engines' move evaluation history |
| CEvalWidget | A widget that shows the engine's thinking in realtime |
| CGameAdjudicator | A class for adjudicating chess games |
| CGameDatabaseDialog | Dialog for viewing game databases |
| CGameDatabaseManager | Manages chess game databases |
| CGameDatabaseSearchDialog | Dialog for searching and filtering game databases |
| CGameManager | A class for managing chess games and players |
| CGameSettingsWidget | |
| CGameTabBar | Provides a game tab bar for game windows |
| CGameViewer | |
| CGameWall | |
| CGauntletTournament | Gauntlet type chess tournament |
| CGraphicsBoard | A graphical chessboard |
| CGraphicsPiece | A graphical representation of a chess piece |
| CGraphicsPieceReserve | A graphical reserve for captured chess pieces |
| CHumanBuilder | A class for constructing human players |
| CHumanPlayer | A chess player controlled by a human user |
| CImportProgressDialog | Dialog for PGN database import progress |
| CJsonParser | A JSON (JavaScript Object Notation) parser |
| CJsonSerializer | A JSON (JavaScript Object Notation) serializer |
| CKnockoutTournament | Knockout type chess tournament |
| CMainWindow | |
| ▶CMatchParser | A command line parser for EngineMatch options |
| CMersenne | A "Mersenne Twister" pseudorandom number generator |
| CModelTest | |
| CMoveCommentToken | A comment token for a move in a PGN game |
| CMoveEvaluation | Evaluation data for a chess move |
| CMoveList | |
| CMoveNumberToken | A fullmove number token in a PGN game |
| CMoveToken | A chessmove (usually SAN) token in a PGN game |
| CNewGameDialog | Dialog for creating a new game |
| CNewTournamentDialog | |
| ▶COpeningBook | A collection of opening moves for chess |
| COpeningSuite | A suite of chess openings |
| CPairsData | |
| CPathLineEdit | |
| CPgnDatabase | PGN database |
| CPgnDatabaseModel | Supplies PGN database information to views |
| ▶CPgnGame | A game of chess in PGN format |
| CPgnGameEntry | An entry in a PGN collection |
| CPgnGameEntryModel | Supplies PGN game entry information to views |
| CPgnGameFilter | A filter for chess games in a PGN database |
| CPgnHighlighter | |
| CPgnImporter | Reads PGN database in a separate thread |
| CPgnStream | A class for reading games in PGN format from a text stream |
| CPgnTagsModel | Supplies PGN tag information to views |
| CPgnToken | A text or HTML token in a PGN game |
| CPieceChooser | A light-weight QGraphicsObject dialog for selecting a chess piece |
| CPlainTextLog | Widget that is used to display log messages in plain text |
| CPlayerBuilder | A class for constructing new chess players |
| CPolyglotBook | Opening book which uses the Polyglot book format |
| CQCPAbstractItem | The abstract base class for all items in a plot |
| CQCPAbstractLegendItem | The abstract base class for all entries in a QCPLegend |
| CQCPAbstractPaintBuffer | The abstract base class for paint buffers, which define the rendering backend |
| CQCPAbstractPlottable | The abstract base class for all data representing objects in a plot |
| CQCPAbstractPlottable1D | A template base class for plottables with one-dimensional data |
| CQCPAxis | Manages a single axis inside a QCustomPlot |
| ▶CQCPAxisPainterPrivate | |
| CQCPAxisRect | Holds multiple axes and arranges them in a rectangular shape |
| CQCPAxisTicker | The base class tick generator used by QCPAxis to create tick positions and tick labels |
| CQCPAxisTickerDateTime | Specialized axis ticker for calendar dates and times as axis ticks |
| CQCPAxisTickerFixed | Specialized axis ticker with a fixed tick step |
| CQCPAxisTickerLog | Specialized axis ticker suited for logarithmic axes |
| CQCPAxisTickerPi | Specialized axis ticker to display ticks in units of an arbitrary constant, for example pi |
| CQCPAxisTickerText | Specialized axis ticker which allows arbitrary labels at specified coordinates |
| CQCPAxisTickerTime | Specialized axis ticker for time spans in units of milliseconds to days |
| CQCPBars | A plottable representing a bar chart in a plot |
| CQCPBarsData | Holds the data of one single data point (one bar) for QCPBars |
| CQCPBarsGroup | Groups multiple QCPBars together so they appear side by side |
| CQCPColorGradient | Defines a color gradient for use with e.g. QCPColorMap |
| CQCPColorMap | A plottable representing a two-dimensional color map in a plot |
| CQCPColorMapData | Holds the two-dimensional data of a QCPColorMap plottable |
| CQCPColorScale | A color scale for use with color coding data such as QCPColorMap |
| CQCPColorScaleAxisRectPrivate | |
| CQCPCurve | A plottable representing a parametric curve in a plot |
| CQCPCurveData | Holds the data of one single data point for QCPCurve |
| CQCPDataContainer | The generic data container for one-dimensional plottables |
| CQCPDataRange | Describes a data range given by begin and end index |
| CQCPDataSelection | Describes a data set by holding multiple QCPDataRange instances |
| CQCPErrorBars | A plottable that adds a set of error bars to other plottables |
| CQCPErrorBarsData | Holds the data of one single error bar for QCPErrorBars |
| CQCPFinancial | A plottable representing a financial stock chart |
| CQCPFinancialData | Holds the data of one single data point for QCPFinancial |
| CQCPGraph | A plottable representing a graph in a plot |
| CQCPGraphData | Holds the data of one single data point for QCPGraph |
| CQCPGrid | Responsible for drawing the grid of a QCPAxis |
| CQCPItemAnchor | An anchor of an item to which positions can be attached to |
| CQCPItemBracket | A bracket for referencing/highlighting certain parts in the plot |
| CQCPItemCurve | A curved line from one point to another |
| CQCPItemEllipse | An ellipse |
| CQCPItemLine | A line from one point to another |
| CQCPItemPixmap | An arbitrary pixmap |
| CQCPItemPosition | Manages the position of an item |
| CQCPItemRect | A rectangle |
| CQCPItemStraightLine | A straight line that spans infinitely in both directions |
| CQCPItemText | A text label |
| CQCPItemTracer | Item that sticks to QCPGraph data points |
| CQCPLayer | A layer that may contain objects, to control the rendering order |
| CQCPLayerable | Base class for all drawable objects |
| CQCPLayout | The abstract base class for layouts |
| CQCPLayoutElement | The abstract base class for all objects that form the layout system |
| CQCPLayoutGrid | A layout that arranges child elements in a grid |
| CQCPLayoutInset | A layout that places child elements aligned to the border or arbitrarily positioned |
| CQCPLegend | Manages a legend inside a QCustomPlot |
| CQCPLineEnding | Handles the different ending decorations for line-like items |
| CQCPMarginGroup | A margin group allows synchronization of margin sides if working with multiple layout elements |
| CQCPPaintBufferPixmap | A paint buffer based on QPixmap, using software raster rendering |
| CQCPPainter | QPainter subclass used internally |
| CQCPPlottableInterface1D | Defines an abstract interface for one-dimensional plottables |
| CQCPPlottableLegendItem | A legend item representing a plottable with an icon and the plottable name |
| CQCPRange | Represents the range an axis is encompassing |
| CQCPScatterStyle | Represents the visual appearance of scatter points |
| CQCPSelectionDecorator | Controls how a plottable's data selection is drawn |
| CQCPSelectionDecoratorBracket | A selection decorator which draws brackets around each selected data segment |
| CQCPSelectionRect | Provides rect/rubber-band data selection and range zoom interaction |
| CQCPStatisticalBox | A plottable representing a single statistical box in a plot |
| CQCPStatisticalBoxData | Holds the data of one single data point for QCPStatisticalBox |
| CQCPTextElement | A layout element displaying a text |
| CQCPVector2D | Represents two doubles as a mathematical 2D vector |
| CQCustomPlot | The central class of the library. This is the QWidget which displays the plot and interacts with the user |
| CRoundRobinTournament | Round-robin type chess tournament |
| CSettingsDialog | Dialog for configuring global settings |
| ▶CSprt | A Sequential Probability Ratio Test |
| CStringValidator | A model-based validator for strings |
| CSyzygyTablebase | A wrapper for probing Syzygy endgame tablebases |
| CTBEntry | |
| CTBEntry_pawn | |
| CTBEntry_piece | |
| CTBHashEntry | |
| CThreadedTask | A long task that is executed in its own thread |
| CTileLayout | |
| CTimeControl | Time controls of a chess game |
| CTimeControlDialog | A dialog for setting a chess game's time controls |
| CTournament | Base class for chess tournaments |
| CTournamentFactory | A factory for creating Tournament objects |
| CTournamentPair | A single encounter in a tournament |
| CTournamentPlayer | A class for storing a player's tournament-specific details |
| CTournamentResultsDialog | |
| CTournamentSettingsWidget | |
| CUciEngine | A chess engine which uses the UCI chess interface |
| CWorker | |
| CXboardEngine | A chess engine which uses the Xboard chess engine communication protocol |
1.8.14