Describe the context of one device. More...
Public Member Functions | |
| Context (QIODevice *dev=0) | |
| Constructor. More... | |
Public Attributes | |
| QIODevice * | device |
| Device descriptor. More... | |
| QFileDevice * | file |
| Same as a QFileDevice, zero is not a file. More... | |
| bool | running |
| The device is active. More... | |
| qint64 | totalOut |
| Total written data as reported by the device. More... | |
Describe the context of one device.
| QtlDataPull::Context::Context | ( | QIODevice * | dev = 0 | ) |
Constructor.
| [in] | dev | Optional device descriptor. |
| QIODevice* QtlDataPull::Context::device |
Device descriptor.
| QFileDevice* QtlDataPull::Context::file |
Same as a QFileDevice, zero is not a file.
| bool QtlDataPull::Context::running |
The device is active.
| qint64 QtlDataPull::Context::totalOut |
Total written data as reported by the device.