C# Class Qyoto.QAbstractFileEngine

Inheritance: Object
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
AtEnd ( ) : bool
Create ( string fileName ) : QAbstractFileEngine
Error ( ) : QFile.FileError
ErrorString ( ) : string
Map ( long offset, long size, QFile flags ) : Pointer
Unmap ( Pointer ptr ) : bool

Protected Methods

Method Description
CreateProxy ( ) : void
QAbstractFileEngine ( Type dummy ) : System
SetError ( QFile error, string str ) : void

Private Methods

Method Description
BeginEntryList ( uint filters, List filterNames ) : Qyoto.QAbstractFileEngineIterator
CaseSensitive ( ) : bool
Close ( ) : bool
Copy ( string newName ) : bool
EndEntryList ( ) : Qyoto.QAbstractFileEngineIterator
EntryList ( uint filters, List filterNames ) : List
FileFlags ( ) : uint
FileFlags ( uint type ) : uint
Flush ( ) : bool
IsRelativePath ( ) : bool
IsSequential ( ) : bool
Link ( string newName ) : bool
Mkdir ( string dirName, bool createParentDirectories ) : bool
Open ( uint openMode ) : bool
Owner ( QAbstractFileEngine arg1 ) : string
OwnerId ( QAbstractFileEngine arg1 ) : uint
Pos ( ) : long
QAbstractFileEngine ( ) : System
Read ( Pointer data, long maxlen ) : long
ReadLine ( Pointer data, long maxlen ) : long
Remove ( ) : bool
Rename ( string newName ) : bool
Rmdir ( string dirName, bool recurseParentDirectories ) : bool
Seek ( long pos ) : bool
SetFileName ( string file ) : void
SetPermissions ( uint perms ) : bool
SetSize ( long size ) : bool
Size ( ) : long
SupportsExtension ( QAbstractFileEngine extension ) : bool
Write ( string data, long len ) : long
extension ( QAbstractFileEngine extension ) : bool
fileName ( ) : string
fileName ( QAbstractFileEngine file ) : string
fileTime ( QAbstractFileEngine time ) : Qyoto.QDateTime

Method Details

AtEnd() public method

public AtEnd ( ) : bool
return bool

Create() public static method

public static Create ( string fileName ) : QAbstractFileEngine
fileName string
return QAbstractFileEngine

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Error() public method

public Error ( ) : QFile.FileError
return QFile.FileError

ErrorString() public method

public ErrorString ( ) : string
return string

Map() public method

public Map ( long offset, long size, QFile flags ) : Pointer
offset long
size long
flags QFile
return Pointer

QAbstractFileEngine() protected method

protected QAbstractFileEngine ( Type dummy ) : System
dummy System.Type
return System

SetError() protected method

protected SetError ( QFile error, string str ) : void
error QFile
str string
return void

Unmap() public method

public Unmap ( Pointer ptr ) : bool
ptr Pointer
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation