C# Class Qyoto.QResource

Inheritance: Object, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

Method Description
Children ( ) : List
CreateProxy ( ) : void
IsDir ( ) : bool
IsFile ( ) : bool
QResource ( Type dummy ) : System

Private Methods

Method Description
QResource ( ) : System

Method Details

AbsoluteFilePath() public method

public AbsoluteFilePath ( ) : string
return string

AddSearchPath() public static method

public static AddSearchPath ( string path ) : void
path string
return void

Children() protected method

protected Children ( ) : List
return List

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Data() public method

public Data ( ) : Pointer
return Pointer

Dispose() public method

public Dispose ( ) : void
return void

FileName() public method

public FileName ( ) : string
return string

IsCompressed() public method

public IsCompressed ( ) : bool
return bool

IsDir() protected method

protected IsDir ( ) : bool
return bool

IsFile() protected method

protected IsFile ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

Locale() public method

public Locale ( ) : QLocale
return QLocale

QResource() protected method

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

QResource() public method

public QResource ( string file ) : System
file string
return System

QResource() public method

public QResource ( string file, QLocale locale ) : System
file string
locale QLocale
return System

RegisterResource() public static method

public static RegisterResource ( Pointer rccData ) : bool
rccData Pointer
return bool

RegisterResource() public static method

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

RegisterResource() public static method

public static RegisterResource ( string rccFilename ) : bool
rccFilename string
return bool

RegisterResource() public static method

public static RegisterResource ( string rccFilename, string resourceRoot ) : bool
rccFilename string
resourceRoot string
return bool

SearchPaths() public static method

public static SearchPaths ( ) : List
return List

SetFileName() public method

public SetFileName ( string file ) : void
file string
return void

SetLocale() public method

public SetLocale ( QLocale locale ) : void
locale QLocale
return void

Size() public method

public Size ( ) : long
return long

UnregisterResource() public static method

public static UnregisterResource ( Pointer rccData ) : bool
rccData Pointer
return bool

UnregisterResource() public static method

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

UnregisterResource() public static method

public static UnregisterResource ( string rccFilename ) : bool
rccFilename string
return bool

UnregisterResource() public static method

public static UnregisterResource ( string rccFilename, string resourceRoot ) : bool
rccFilename string
resourceRoot string
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation