C# Class TraktPlugin.ConfigConnector

Inheritance: ISetupForm
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Author() public méthode

Returns the Author of the Plugin to Mediaportal
public Author ( ) : string
Résultat string

CanEnable() public méthode

Boolean that decides whether the plugin can be enabled or not
public CanEnable ( ) : bool
Résultat bool

DefaultEnabled() public méthode

Decides if the plugin is enabled by default
public DefaultEnabled ( ) : bool
Résultat bool

Description() public méthode

Description of the plugin
public Description ( ) : string
Résultat string

GetHome() public méthode

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
Résultat bool

GetWindowId() public méthode

Gets the Window id accociated with the plugin
public GetWindowId ( ) : int
Résultat int

HasSetup() public méthode

Boolean asking if the plugin has a setup setting
public HasSetup ( ) : bool
Résultat bool

PluginName() public méthode

The Name of the Plugin
public PluginName ( ) : string
Résultat string

ShowPlugin() public méthode

Shows the Plugins configuration window
public ShowPlugin ( ) : void
Résultat void

ShowPlugin() public méthode

Shows the Plugins configuration window with options parsed from command line
public ShowPlugin ( string args ) : void
args string
Résultat void