FileIO Class

FileIO is a helper class used for reading and writing files from QML. More...

Header: #include <FileIO>
Inherits: QObject.

Properties

  • 1 property inherited from QObject

Public Functions

FileIO(QObject * parent = 0)
QUrl source()
  • 31 public functions inherited from QObject

Public Slots

void setSource(const QUrl & source)
  • 1 public slot inherited from QObject

Signals

void error(const QString & msg)
void sourceChanged(const QUrl & source)

Additional Inherited Members

  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

FileIO is a helper class used for reading and writing files from QML.

This is mainly used to read and save simulation files.

Property Documentation

source : QUrl

Access functions:

QUrl source()
void setSource(const QUrl & source)

Notifier signal:

void sourceChanged(const QUrl & source)

Member Function Documentation

FileIO::FileIO(QObject * parent = 0)

[signal] void FileIO::error(const QString & msg)