Method | 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
|
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 |
return | bool |