C# Class KParts.LiveConnectExtension

Inheritance: Qyoto.QObject, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
ChildObject ( QObject arg1 ) : KParts.LiveConnectExtension
Dispose ( ) : void
LiveConnectExtension ( KParts parent ) : System
PartEvent ( ulong objid, string arg2, KParts.LiveConnectExtension.TypeOf>.List args ) : void notify a event from the part of object objid

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
LiveConnectExtension ( Type dummy ) : System

Private Methods

Méthode Description
Call ( ulong objid, string func, List args, KParts type, ulong &retobjid, StringBuilder value ) : bool
Get ( ulong objid, string field, KParts type, ulong &retobjid, StringBuilder value ) : bool
LiveConnectExtension ( ) : System
Put ( ulong objid, string field, string value ) : bool
Unregister ( ulong objid ) : void

Method Details

ChildObject() public static méthode

public static ChildObject ( QObject arg1 ) : KParts.LiveConnectExtension
arg1 Qyoto.QObject
Résultat KParts.LiveConnectExtension

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LiveConnectExtension() public méthode

public LiveConnectExtension ( KParts parent ) : System
parent KParts
Résultat System

LiveConnectExtension() protected méthode

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

PartEvent() public méthode

notify a event from the part of object objid
public PartEvent ( ulong objid, string arg2, KParts.LiveConnectExtension.TypeOf>.List args ) : void
objid ulong
arg2 string
args KParts.LiveConnectExtension.TypeOf>.List
Résultat void