My Project
|
#include <filemanip.h>
Public Member Functions | |
filemanip () | |
Constructor that sets a fixed dvd file. | |
filemanip (QString filename) | |
Constructor that sets a file. | |
QString | getnext () |
Returns the next file text line. | |
void | reset () |
File pointer points to the start of the file. | |
~filemanip () | |
Destructor. | |
Private Attributes | |
QFile * | file |
QTextStream * | in |
A class to manipulate files.
|
private |
pointer to a file / apuntador a un archivo
|
private |
pointer to a text stream / apuntador a un flujo de entrada