C# 클래스 Qyoto.QResource

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
AbsoluteFilePath ( ) : string
AddSearchPath ( string path ) : void
Data ( ) : Pointer
Dispose ( ) : void
FileName ( ) : string
IsCompressed ( ) : bool
IsValid ( ) : bool
Locale ( ) : QLocale
QResource ( string file ) : System
QResource ( string file, QLocale locale ) : System
RegisterResource ( Pointer rccData ) : bool
RegisterResource ( Pointer rccData, string resourceRoot ) : bool
RegisterResource ( string rccFilename ) : bool
RegisterResource ( string rccFilename, string resourceRoot ) : bool
SearchPaths ( ) : List
SetFileName ( string file ) : void
SetLocale ( QLocale locale ) : void
Size ( ) : long
UnregisterResource ( Pointer rccData ) : bool
UnregisterResource ( Pointer rccData, string resourceRoot ) : bool
UnregisterResource ( string rccFilename ) : bool
UnregisterResource ( string rccFilename, string resourceRoot ) : bool

보호된 메소드들

메소드 설명
Children ( ) : List
CreateProxy ( ) : void
IsDir ( ) : bool
IsFile ( ) : bool
QResource ( Type dummy ) : System

비공개 메소드들

메소드 설명
QResource ( ) : System

메소드 상세

AbsoluteFilePath() 공개 메소드

public AbsoluteFilePath ( ) : string
리턴 string

AddSearchPath() 공개 정적인 메소드

public static AddSearchPath ( string path ) : void
path string
리턴 void

Children() 보호된 메소드

protected Children ( ) : List
리턴 List

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Data() 공개 메소드

public Data ( ) : Pointer
리턴 Pointer

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileName() 공개 메소드

public FileName ( ) : string
리턴 string

IsCompressed() 공개 메소드

public IsCompressed ( ) : bool
리턴 bool

IsDir() 보호된 메소드

protected IsDir ( ) : bool
리턴 bool

IsFile() 보호된 메소드

protected IsFile ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Locale() 공개 메소드

public Locale ( ) : QLocale
리턴 QLocale

QResource() 보호된 메소드

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

QResource() 공개 메소드

public QResource ( string file ) : System
file string
리턴 System

QResource() 공개 메소드

public QResource ( string file, QLocale locale ) : System
file string
locale QLocale
리턴 System

RegisterResource() 공개 정적인 메소드

public static RegisterResource ( Pointer rccData ) : bool
rccData Pointer
리턴 bool

RegisterResource() 공개 정적인 메소드

public static RegisterResource ( Pointer rccData, string resourceRoot ) : bool
rccData Pointer
resourceRoot string
리턴 bool

RegisterResource() 공개 정적인 메소드

public static RegisterResource ( string rccFilename ) : bool
rccFilename string
리턴 bool

RegisterResource() 공개 정적인 메소드

public static RegisterResource ( string rccFilename, string resourceRoot ) : bool
rccFilename string
resourceRoot string
리턴 bool

SearchPaths() 공개 정적인 메소드

public static SearchPaths ( ) : List
리턴 List

SetFileName() 공개 메소드

public SetFileName ( string file ) : void
file string
리턴 void

SetLocale() 공개 메소드

public SetLocale ( QLocale locale ) : void
locale QLocale
리턴 void

Size() 공개 메소드

public Size ( ) : long
리턴 long

UnregisterResource() 공개 정적인 메소드

public static UnregisterResource ( Pointer rccData ) : bool
rccData Pointer
리턴 bool

UnregisterResource() 공개 정적인 메소드

public static UnregisterResource ( Pointer rccData, string resourceRoot ) : bool
rccData Pointer
resourceRoot string
리턴 bool

UnregisterResource() 공개 정적인 메소드

public static UnregisterResource ( string rccFilename ) : bool
rccFilename string
리턴 bool

UnregisterResource() 공개 정적인 메소드

public static UnregisterResource ( string rccFilename, string resourceRoot ) : bool
rccFilename string
resourceRoot string
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation