Cute Chess 0.1
EvalWidget Class Reference

A widget that shows the engine's thinking in realtime. More...

#include <evalwidget.h>

Inheritance diagram for EvalWidget:
QWidget

Public Member Functions

 EvalWidget (QWidget *parent=nullptr)
void setPlayer (ChessPlayer *player)

Additional Inherited Members

Public Types inherited from QWidget
enum  BackgroundOrigin

Detailed Description

A widget that shows the engine's thinking in realtime.

Constructor & Destructor Documentation

◆ EvalWidget()

EvalWidget::EvalWidget ( QWidget * parent = nullptr)
explicit

Creates a new EvalWidget object.

Member Function Documentation

◆ setPlayer()

void EvalWidget::setPlayer ( ChessPlayer * player)

Connects the widget to player and disconnects from the previous player (if any).


The documentation for this class was generated from the following files: