C# Class TvPlugin.TvCropSettings

TvCropSettings
Inheritance: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Méthodes publiques

Méthode Description
DoModal ( int parentId ) : void

Do this modal

Init ( ) : bool

Init method

OnAction ( MediaPortal.GUI.Library.Action action ) : void

On action

OnMessage ( GUIMessage message ) : bool

On Message

RenderLayer ( float timePassed ) : void
ShouldRenderLayer ( ) : bool
TvCropSettings ( ) : System

Constructor

Méthodes protégées

Méthode Description
OnPageDestroy ( int new_windowId ) : void

Page gets destroyed

OnPageLoad ( ) : void

Page gets loaded

Private Methods

Méthode Description
Close ( ) : void

Close

Method Details

DoModal() public méthode

Do this modal
public DoModal ( int parentId ) : void
parentId int
Résultat void

Init() public méthode

Init method
public Init ( ) : bool
Résultat bool

OnAction() public méthode

On action
public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Résultat void

OnMessage() public méthode

On Message
public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
Résultat bool

OnPageDestroy() protected méthode

Page gets destroyed
protected OnPageDestroy ( int new_windowId ) : void
new_windowId int
Résultat void

OnPageLoad() protected méthode

Page gets loaded
protected OnPageLoad ( ) : void
Résultat void

RenderLayer() public méthode

public RenderLayer ( float timePassed ) : void
timePassed float
Résultat void

ShouldRenderLayer() public méthode

public ShouldRenderLayer ( ) : bool
Résultat bool

TvCropSettings() public méthode

Constructor
public TvCropSettings ( ) : System
Résultat System