|
Ananas Library
0.9.5
|
The AExtText is Ananas extension class for work with text files. More...
#include <aexttext.h>
Public Slots | |
| int | open (const QString &filename, const QString &mode) |
| void | close () |
| bool | atEnd () |
| QString | readLine () |
| void | writeLine (const QString &l) |
Public Member Functions | |
| QString | getCodec () const |
| void | setCodec (const QString &codecname) |
Public Member Functions inherited from AExtension | |
| AExtension (const char *name=0) | |
| virtual int | init (aDatabase *dbo) |
Properties | |
| QString | codec |
Additional Inherited Members | |
Signals inherited from AExtension | |
| void | event (const QString &data) |
Public Attributes inherited from AExtension | |
| aDatabase * | db |
The AExtText is Ananas extension class for work with text files.
Class for work with extensions
1.8.5