Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QFile
This is the complete list of members for
QFile
, including inherited members.
typedef
DecoderFn
typedef
EncoderFn
typedef
Offset
enum
OpenModes
QFile
()
QFile
( const QString &
name
)
~QFile
()
Offset
at
() const
bool
atEnd
() const
void
close
()
QString
decodeName
( const QByteArray &
localFileName
)
QString
decodeName
( const char *
localFileName
)
QByteArray
encodeName
( const QString &
fileName
)
QString
errorString
() const
bool
exists
( const QString &
fileName
)
bool
exists
() const
QString
fileName
() const
int
flags
() const
void
flush
()
int
getch
()
int
handle
() const
QIOEngine *
ioEngine
() const
bool
isAsynchronous
() const
bool
isBuffered
() const
bool
isCombinedAccess
() const
bool
isDirectAccess
() const
bool
isInactive
() const
bool
isOpen
() const
bool
isRaw
() const
bool
isReadWrite
() const
bool
isReadable
() const
bool
isSequentialAccess
() const
bool
isSynchronous
() const
bool
isTranslated
() const
bool
isWritable
() const
int
mode
() const
bool
open
( int
mode
, FILE *
fh
)
bool
open
( int
mode
, int
fd
)
int
putch
( int
character
)
QByteArray
readAll
()
Q_LONG
readBlock
( char *
data
, Q_LONG
maximum
)
Q_LONG
readLine
( QString &
string
, Q_LONG
maximum
)
bool
remove
()
bool
remove
( const QString &
fileName
)
bool
rename
( const QString &
newName
)
bool
rename
( const QString &
oldName
, const QString &
newName
)
bool
reset
()
void
resetStatus
()
bool
seek
( Offset
off
)
void
setDecodingFunction
( DecoderFn
function
)
void
setEncodingFunction
( EncoderFn
function
)
void
setFileName
( const QString &
name
)
void
setFlags
( int
flags
)
Offset
size
() const
int
state
() const
int
status
() const
int
ungetch
( int
character
)
Q_LONG
writeBlock
( const char *
data
, Q_LONG
maximum
)
Q_LONG
writeBlock
( const QByteArray &
data
)
Copyright © 2004
Trolltech
.
Trademarks
Qt 4.0.0-tp1