C# Class Plasma.AccessManager

Inheritance: Qyoto.QObject
显示文件 Open project: 0xd34df00d/Qross

Public Methods

Method Description
AccessRemoteApplet ( Kimono.KUrl location ) : Plasma.AccessAppletJob Access a native plasmoid hosted on another machine. name="location" the location of the remote plasmoids. Exmples of valid urls: plasma://ip:port/resourceName zeroconf://PlasmoidName
RemoteApplets ( ) : List
Self ( ) : AccessManager Singleton pattern accessor.
SupportedProtocols ( ) : List

Protected Methods

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

Private Methods

Method Description
AccessManager ( ) : System

Method Details

AccessManager() protected method

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

AccessRemoteApplet() public method

Access a native plasmoid hosted on another machine. name="location" the location of the remote plasmoids. Exmples of valid urls: plasma://ip:port/resourceName zeroconf://PlasmoidName
public AccessRemoteApplet ( Kimono.KUrl location ) : Plasma.AccessAppletJob
location Kimono.KUrl
return Plasma.AccessAppletJob

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

RemoteApplets() public method

public RemoteApplets ( ) : List
return List

Self() public static method

Singleton pattern accessor.
public static Self ( ) : AccessManager
return AccessManager

SupportedProtocols() public static method

public static SupportedProtocols ( ) : List
return List