C# 클래스 Plasma.AccessManager

상속: Qyoto.QObject
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AccessManager ( Type dummy ) : System
CreateProxy ( ) : void

비공개 메소드들

메소드 설명
AccessManager ( ) : System

메소드 상세

AccessManager() 보호된 메소드

protected AccessManager ( Type dummy ) : System
dummy System.Type
리턴 System

AccessRemoteApplet() 공개 메소드

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
리턴 Plasma.AccessAppletJob

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

RemoteApplets() 공개 메소드

public RemoteApplets ( ) : List
리턴 List

Self() 공개 정적인 메소드

Singleton pattern accessor.
public static Self ( ) : AccessManager
리턴 AccessManager

SupportedProtocols() 공개 정적인 메소드

public static SupportedProtocols ( ) : List
리턴 List