C# Class Qyoto.QResource

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Children ( ) : List
CreateProxy ( ) : void
IsDir ( ) : bool
IsFile ( ) : bool
QResource ( Type dummy ) : System

Private Methods

Méthode Description
QResource ( ) : System

Method Details

AbsoluteFilePath() public méthode

public AbsoluteFilePath ( ) : string
Résultat string

AddSearchPath() public static méthode

public static AddSearchPath ( string path ) : void
path string
Résultat void

Children() protected méthode

protected Children ( ) : List
Résultat List

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Data() public méthode

public Data ( ) : Pointer
Résultat Pointer

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileName() public méthode

public FileName ( ) : string
Résultat string

IsCompressed() public méthode

public IsCompressed ( ) : bool
Résultat bool

IsDir() protected méthode

protected IsDir ( ) : bool
Résultat bool

IsFile() protected méthode

protected IsFile ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Locale() public méthode

public Locale ( ) : QLocale
Résultat QLocale

QResource() protected méthode

protected QResource ( Type dummy ) : System
dummy System.Type
Résultat System

QResource() public méthode

public QResource ( string file ) : System
file string
Résultat System

QResource() public méthode

public QResource ( string file, QLocale locale ) : System
file string
locale QLocale
Résultat System

RegisterResource() public static méthode

public static RegisterResource ( Pointer rccData ) : bool
rccData Pointer
Résultat bool

RegisterResource() public static méthode

public static RegisterResource ( Pointer rccData, string resourceRoot ) : bool
rccData Pointer
resourceRoot string
Résultat bool

RegisterResource() public static méthode

public static RegisterResource ( string rccFilename ) : bool
rccFilename string
Résultat bool

RegisterResource() public static méthode

public static RegisterResource ( string rccFilename, string resourceRoot ) : bool
rccFilename string
resourceRoot string
Résultat bool

SearchPaths() public static méthode

public static SearchPaths ( ) : List
Résultat List

SetFileName() public méthode

public SetFileName ( string file ) : void
file string
Résultat void

SetLocale() public méthode

public SetLocale ( QLocale locale ) : void
locale QLocale
Résultat void

Size() public méthode

public Size ( ) : long
Résultat long

UnregisterResource() public static méthode

public static UnregisterResource ( Pointer rccData ) : bool
rccData Pointer
Résultat bool

UnregisterResource() public static méthode

public static UnregisterResource ( Pointer rccData, string resourceRoot ) : bool
rccData Pointer
resourceRoot string
Résultat bool

UnregisterResource() public static méthode

public static UnregisterResource ( string rccFilename ) : bool
rccFilename string
Résultat bool

UnregisterResource() public static méthode

public static UnregisterResource ( string rccFilename, string resourceRoot ) : bool
rccFilename string
resourceRoot string
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation