C# Класс MediaPortal.Plugins.MovingPictures.MainUI.ConfigConnector

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

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

Метод Описание
Author ( ) : string
CanEnable ( ) : bool
DefaultEnabled ( ) : bool
Description ( ) : string
GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool

If the plugin should have its own button on the main menu of Media Portal then it should return true to this method, otherwise if it should not be on home it should return false

GetWindowId ( ) : int
HasSetup ( ) : bool
PluginName ( ) : string
ShowPlugin ( ) : void

Описание методов

Author() публичный Метод

public Author ( ) : string
Результат string

CanEnable() публичный Метод

public CanEnable ( ) : bool
Результат bool

DefaultEnabled() публичный Метод

public DefaultEnabled ( ) : bool
Результат bool

Description() публичный Метод

public Description ( ) : string
Результат string

GetHome() публичный Метод

If the plugin should have its own button on the main menu of Media Portal then it should return true to this method, otherwise if it should not be on home it should return false
public GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool
strButtonText string text the button should have
strButtonImage string image for the button, or empty for default
strButtonImageFocus string image for the button, or empty for default
strPictureImage string subpicture for the button or empty for none
Результат bool

GetWindowId() публичный Метод

public GetWindowId ( ) : int
Результат int

HasSetup() публичный Метод

public HasSetup ( ) : bool
Результат bool

PluginName() публичный Метод

public PluginName ( ) : string
Результат string

ShowPlugin() публичный Метод

public ShowPlugin ( ) : void
Результат void