The Highscore is only a semantic class to clarify that this fileIO is a Highscore. More...
#include <highscore.h>
Public Member Functions | |
| Highscore (QObject *parent=0) | |
| ~Highscore () | |
Public Member Functions inherited from FileIO | |
| FileIO (QObject *parent=0) | |
| Creates a new FileIO. More... | |
| ~FileIO () | |
| Q_INVOKABLE QString | read () |
| Reads previous specified file. More... | |
| void | setSource (const QString &source) |
| Sets the source file by name. The source is read calling read() More... | |
| QString | source () |
| The name of file that is read by read(). More... | |
| Q_INVOKABLE bool | write (const QString &data) |
| Writes specified data into source() More... | |
Additional Inherited Members | |
Signals inherited from FileIO | |
| void | error (const QString &msg) |
| This signal will be emitted if an error occurs. More... | |
| void | sourceChanged (const QString &source) |
| This signal is emitted if the source() is changed. More... | |
Protected Attributes inherited from FileIO | |
| QString | m_source |
|
explicit |
| Highscore::~Highscore | ( | ) |
1.8.8