added savegame viewer
This commit is contained in:
parent
69494fc100
commit
c126840e4c
10 changed files with 304 additions and 25 deletions
|
@ -29,11 +29,10 @@ class SnapmaticPicture : public QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SnapmaticPicture(QObject *parent = 0, QString fileName = "");
|
||||
explicit SnapmaticPicture(QString fileName = "", QObject *parent = 0);
|
||||
bool readingPictureFromFile(QString fileName);
|
||||
bool readingPicture();
|
||||
void setPixmap(QPixmap pixmap);
|
||||
void resetValues();
|
||||
bool isPicOk();
|
||||
QPixmap getPixmap();
|
||||
QString getLastStep();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue