#include </home/clem/local/src/opie/noncore/apps/opie-console/script.h>
Collaboration diagram for Script:

Public Member Functions | |
| Script () | |
| Script (const QString fileName) | |
| void | append (const QByteArray &data) |
| void | saveTo (const QString fileName) const |
| QByteArray | script () const |
Protected Attributes | |
| QByteArray | m_script |
|
|
Definition at line 4 of file script.cpp. |
|
|
Definition at line 7 of file script.cpp. References IO_ReadOnly, m_script, QFile::open(), and QIODevice::readAll(). |
|
|
Definition at line 21 of file script.cpp. References m_script, and size. Referenced by EmulationHandler::recvEmulation(). |
|
|
Definition at line 13 of file script.cpp. References QFile::close(), IO_WriteOnly, m_script, QFile::open(), and QFile::writeBlock(). |
|
|
Definition at line 27 of file script.cpp. References m_script. Referenced by EmulationHandler::runScript(). |
|
|
|
1.4.2