Property | Type | Description | |
---|---|---|---|
AddRangeToList | void | ||
AddToList | void | ||
ConnectToImporter | void | ||
DisplayContextDialog | void | ||
DisplayGlobalActionsMenu | bool | ||
DisplayMovieSelectionDialog | bool | ||
DisplaySearchDialog | bool | ||
GetListItem | |||
ImporterProgress | void | ||
InitializeControls | void | ||
ListItemSelected | void | ||
MovieStatusChangedListener | void | ||
RemoveFromList | void | ||
UpdateArtwork | void | ||
VerifyImporterEnabled | bool | ||
VerifyParentalControls | bool | ||
VerifySkinSupport | bool |
Method | Description | |
---|---|---|
Init ( ) : bool | ||
OnAction ( MediaPortal.GUI.Library.Action action ) : void |
Method | Description | |
---|---|---|
OnClicked ( int controlId, |
||
OnPageLoad ( ) : void | ||
OnShowContextMenu ( ) : void |
Method | Description | |
---|---|---|
AddRangeToList ( |
||
AddToList ( |
||
ConnectToImporter ( ) : void |
Grab current importer information and begin listening for updates.
|
|
DisplayContextDialog ( ) : void | ||
DisplayGlobalActionsMenu ( ) : bool | ||
DisplayMovieSelectionDialog ( ) : bool | ||
DisplaySearchDialog ( |
||
GetListItem ( |
||
ImporterProgress ( int percentDone, int taskCount, int taskTotal, string taskDescription ) : void |
Publish progress updates to the skin as they are received.
|
|
InitializeControls ( ) : void |
Initializes and populates controls on the screen.
|
|
ListItemSelected ( |
||
MovieStatusChangedListener ( |
Receives updates about specific items in the importer and updates the UI accordingly.
|
|
RemoveFromList ( |
||
UpdateArtwork ( ) : void | ||
VerifyImporterEnabled ( ) : bool |
Check if the importer is meant to run in the GUI, if not let the user know. Backs out if the user keeps the importer off.
|
|
VerifyParentalControls ( ) : bool |
If parental controls are enabled make sure the user is not up to no good.
|
|
VerifySkinSupport ( ) : bool |
Checks that the current skin supports the importer. Backs out if it does not.
|
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | |
return | void |
protected OnClicked ( int controlId, |
||
controlId | int | |
control | ||
actionType | MediaPortal | |
return | void |