projects
/
multypo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
works now, only game over screen missing
[multypo.git]
/
qt
/
player.h
diff --git
a/qt/player.h
b/qt/player.h
index f7250699e30f7c847d3d9fe14462e7d04a01daed..7b782839457f777f03543d7702965ae2a3db6443 100644
(file)
--- a/
qt/player.h
+++ b/
qt/player.h
@@
-10,9
+10,16
@@
private:
QString name;
QString currentLine;
QLabel* theLabel;
QString name;
QString currentLine;
QLabel* theLabel;
+ bool modifyable;
public:
Player(QWidget* parent);
void handleKey(QString);
public:
Player(QWidget* parent);
void handleKey(QString);
+ void resetText();
+ bool hasName();
+ QString getName();
+ QString getCurrentLine();
+ int score;
+ void setWaiting(QString labeltext);
};
#endif // PLAYER_H
};
#endif // PLAYER_H