|
Kactus2
Kactus2 reference guide
|
#include <FileChannel.h>
Public Slots | |
| virtual void | write (QString const &text) override final |
Public Member Functions | |
| FileChannel (FILE *fileHandle) | |
| The constructor. | |
| ~FileChannel ()=default | |
| The destructor. | |
Public Member Functions inherited from WriteChannel | |
| virtual | ~WriteChannel ()=default |
| The destructor. | |
| virtual void | write (QString const &text)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from WriteChannel | |
| WriteChannel ()=default | |
| The constructor. | |
Definition at line 21 of file FileChannel.h.
| FileChannel::FileChannel | ( | FILE * | fileHandle | ) |
The constructor.
Definition at line 17 of file FileChannel.cpp.
|
default |
The destructor.
|
finaloverridevirtualslot |
Definition at line 26 of file FileChannel.cpp.