C# Класс TraktPlugin.ConfigConnector

Наследование: ISetupForm
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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