C# Class Qyoto.QSymbianEvent

Inheritance: Object, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Command ( ) : int
Dispose ( ) : void
IsValid ( ) : bool
QSymbianEvent ( QSymbianEvent eventType, int value ) : System
ResourceChangeType ( ) : int
type ( ) : QSymbianEvent.TypeOf

Protected Methods

Method Description
CreateProxy ( ) : void
QSymbianEvent ( Type dummy ) : System

Method Details

Command() public method

public Command ( ) : int
return int

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsValid() public method

public IsValid ( ) : bool
return bool

QSymbianEvent() public method

public QSymbianEvent ( QSymbianEvent eventType, int value ) : System
eventType QSymbianEvent
value int
return System

QSymbianEvent() protected method

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

ResourceChangeType() public method

public ResourceChangeType ( ) : int
return int

type() public method

public type ( ) : QSymbianEvent.TypeOf
return QSymbianEvent.TypeOf

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation