C# 클래스 Qyoto.QAbstractFileEngine

상속: Object
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
AtEnd ( ) : bool
Create ( string fileName ) : QAbstractFileEngine
Error ( ) : QFile.FileError
ErrorString ( ) : string
Map ( long offset, long size, QFile flags ) : Pointer
Unmap ( Pointer ptr ) : bool

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QAbstractFileEngine ( Type dummy ) : System
SetError ( QFile error, string str ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AtEnd() 공개 메소드

public AtEnd ( ) : bool
리턴 bool

Create() 공개 정적인 메소드

public static Create ( string fileName ) : QAbstractFileEngine
fileName string
리턴 QAbstractFileEngine

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Error() 공개 메소드

public Error ( ) : QFile.FileError
리턴 QFile.FileError

ErrorString() 공개 메소드

public ErrorString ( ) : string
리턴 string

Map() 공개 메소드

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

QAbstractFileEngine() 보호된 메소드

protected QAbstractFileEngine ( Type dummy ) : System
dummy System.Type
리턴 System

SetError() 보호된 메소드

protected SetError ( QFile error, string str ) : void
error QFile
str string
리턴 void

Unmap() 공개 메소드

public Unmap ( Pointer ptr ) : bool
ptr Pointer
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation