Gem Illuminator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
Public Member Functions | List of all members
Highscore Class Reference

The Highscore is only a semantic class to clarify that this fileIO is a Highscore. More...

#include <highscore.h>

Inheritance diagram for Highscore:
FileIO

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
 

Detailed Description

The Highscore is only a semantic class to clarify that this fileIO is a Highscore.

Constructor & Destructor Documentation

Highscore::Highscore ( QObject *  parent = 0)
explicit
Highscore::~Highscore ( )

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