C# 클래스 TraktPlugin.ConfigConnector

상속: ISetupForm
파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal 1 사용 예제들

공개 메소드들

메소드 설명
Author ( ) : string

Returns the Author of the Plugin to Mediaportal

CanEnable ( ) : bool

Boolean that decides whether the plugin can be enabled or not

DefaultEnabled ( ) : bool

Decides if the plugin is enabled by default

Description ( ) : string

Description of the plugin

GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool

Returns the items for the plugin

GetWindowId ( ) : int

Gets the Window id accociated with the plugin

HasSetup ( ) : bool

Boolean asking if the plugin has a setup setting

PluginName ( ) : string

The Name of the Plugin

ShowPlugin ( ) : void

Shows the Plugins configuration window

ShowPlugin ( string args ) : void

Shows the Plugins configuration window with options parsed from command line

메소드 상세

Author() 공개 메소드

Returns the Author of the Plugin to Mediaportal
public Author ( ) : string
리턴 string

CanEnable() 공개 메소드

Boolean that decides whether the plugin can be enabled or not
public CanEnable ( ) : bool
리턴 bool

DefaultEnabled() 공개 메소드

Decides if the plugin is enabled by default
public DefaultEnabled ( ) : bool
리턴 bool

Description() 공개 메소드

Description of the plugin
public Description ( ) : string
리턴 string

GetHome() 공개 메소드

Returns the items for the plugin
public GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool
strButtonText string The Buttons Text
strButtonImage string The Buttons Image
strButtonImageFocus string The Buttons Focused Image
strPictureImage string The Picture Image
리턴 bool

GetWindowId() 공개 메소드

Gets the Window id accociated with the plugin
public GetWindowId ( ) : int
리턴 int

HasSetup() 공개 메소드

Boolean asking if the plugin has a setup setting
public HasSetup ( ) : bool
리턴 bool

PluginName() 공개 메소드

The Name of the Plugin
public PluginName ( ) : string
리턴 string

ShowPlugin() 공개 메소드

Shows the Plugins configuration window
public ShowPlugin ( ) : void
리턴 void

ShowPlugin() 공개 메소드

Shows the Plugins configuration window with options parsed from command line
public ShowPlugin ( string args ) : void
args string
리턴 void