okteta
ByteArrayRawFileReloadThread Class Reference
#include <bytearrayrawfilereloadthread.h>
Inheritance diagram for ByteArrayRawFileReloadThread:

Detailed Description
Definition at line 32 of file bytearrayrawfilereloadthread.h.
Signals | |
| void | documentReloaded (bool success) |
Public Member Functions | |
| ByteArrayRawFileReloadThread (QObject *parent, const QString &filePath) | |
| char * | data () const |
| virtual void | run () |
| int | size () const |
| bool | success () const |
| virtual | ~ByteArrayRawFileReloadThread () |
Protected Attributes | |
| char * | mData |
| const QString | mFilePath |
| int | mSize |
| bool | mSuccess |
Constructor & Destructor Documentation
| ByteArrayRawFileReloadThread::ByteArrayRawFileReloadThread | ( | QObject * | parent, | |
| const QString & | filePath | |||
| ) |
Definition at line 38 of file bytearrayrawfilereloadthread.cpp.
| ByteArrayRawFileReloadThread::~ByteArrayRawFileReloadThread | ( | ) | [virtual] |
Definition at line 75 of file bytearrayrawfilereloadthread.cpp.
Member Function Documentation
| char * ByteArrayRawFileReloadThread::data | ( | ) | const [inline] |
Definition at line 61 of file bytearrayrawfilereloadthread.h.
| void ByteArrayRawFileReloadThread::documentReloaded | ( | bool | success | ) | [signal] |
| void ByteArrayRawFileReloadThread::run | ( | ) | [virtual] |
| int ByteArrayRawFileReloadThread::size | ( | ) | const [inline] |
Definition at line 62 of file bytearrayrawfilereloadthread.h.
| bool ByteArrayRawFileReloadThread::success | ( | ) | const [inline] |
Definition at line 60 of file bytearrayrawfilereloadthread.h.
Member Data Documentation
char* ByteArrayRawFileReloadThread::mData [protected] |
Definition at line 56 of file bytearrayrawfilereloadthread.h.
const QString ByteArrayRawFileReloadThread::mFilePath [protected] |
Definition at line 53 of file bytearrayrawfilereloadthread.h.
int ByteArrayRawFileReloadThread::mSize [protected] |
Definition at line 57 of file bytearrayrawfilereloadthread.h.
bool ByteArrayRawFileReloadThread::mSuccess [protected] |
Definition at line 55 of file bytearrayrawfilereloadthread.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference