Method | Description | |
---|---|---|
CreateNfoFiles ( ) : void |
The create nfo files.
|
|
Initialise ( IView view ) : void |
Initialises the controller.
|
|
RemoveSelectedShow ( ) : void |
Removes the selected show.
|
|
ResetLastUpdated ( ) : void |
Resets the last updated date of the selected show.
|
|
SaveSelectedShow ( ) : void |
Saves the selceted show.
|
|
SearchShows ( ) : void |
Searches for new shows.
|
|
TvShowSelected ( int newIndex ) : void |
Changes the selection of the TV show.
|
|
UpdateAllShows ( ) : void |
Updates all shows.
|
|
UpdateSelectedShow ( ) : void |
Updates the selected show.
|
Method | Description | |
---|---|---|
OnSearchShowsComplete ( ) : void |
Raises an on search shows complete event.
|
|
OnSettingsChanged ( object sender, |
Handles the settings changing.
|
|
OnTvShowAdded ( object sender, TvShowEventArgs e ) : void |
Handles the TVShow's OnTvShowAdded event.
|
|
OnTvShowChanged ( object sender, TvShowEventArgs e ) : void |
Handles the TVShow's OnTvShowChanged event.
|
|
OnTvShowRemoved ( object sender, TvShowEventArgs e ) : void |
Handles the TVShow's OnTvShowRemoved event.
|
public Initialise ( IView view ) : void | ||
view | IView | /// The view the controller is for. /// |
return | void |
public TvShowSelected ( int newIndex ) : void | ||
newIndex | int | /// The new index. /// |
return | void |