|
|
HBFile ( void )
| HBFile |
void open ( QString *namefile, int mode )
| open |
[slot]
void close ( void )
| close |
[slot]
void write ( QString *str )
| write |
[slot]
int eof ( void )
| eof |
[slot]
int readlong ( void )
| readlong |
[slot]
double readdbl ( void )
| readdbl |
[slot]
QString * readstr ( int length )
| readstr |
[slot]
QString * readxstr ( void )
| readxstr |
[slot]
QString * readline ( void )
| readline |
[slot]
void writelong ( int lpar )
| writelong |
[slot]
void writedbl ( double dpar )
| writedbl |
[slot]
void writestr ( QString *file_text )
| writestr |
[slot]
void writeline ( QString *file_text )
| writeline |
[slot]
int getbyte ( void )
| getbyte |
[slot]
int getint ( void )
| getint |
[slot]
int getlong ( void )
| getlong |
[slot]
double getdouble ( void )
| getdouble |
[slot]
void putbyte ( int l )
| putbyte |
[slot]
void putint ( int l )
| putint |
[slot]
void putlong ( int l )
| putlong |
[slot]
void putdouble ( double d )
| putdouble |
[slot]
void putstr ( QString *str_ptr )
| putstr |
[slot]
void putxstr ( QString *str_ptr )
| putxstr |
[slot]
QString * getsave ( QString *name1_ptr, QString *name2_ptr )
| getsave |
[slot]
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |