X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/036922ba5e90ae7f6f6abe3f99b1783dec5132fc..0712b0f435879a9fc49f8b814f7b3b388da88441:/qt/player.h diff --git a/qt/player.h b/qt/player.h index f725069..7b78283 100644 --- a/qt/player.h +++ b/qt/player.h @@ -10,9 +10,16 @@ private: QString name; QString currentLine; QLabel* theLabel; + bool modifyable; public: Player(QWidget* parent); void handleKey(QString); + void resetText(); + bool hasName(); + QString getName(); + QString getCurrentLine(); + int score; + void setWaiting(QString labeltext); }; #endif // PLAYER_H