C# Class TvPlugin.TvCropSettings

TvCropSettings
Inheritance: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer
ファイルを表示 Open project: MediaPortal/MediaPortal-1

Public Methods

Method 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

Protected Methods

Method Description
OnPageDestroy ( int new_windowId ) : void

Page gets destroyed

OnPageLoad ( ) : void

Page gets loaded

Private Methods

Method Description
Close ( ) : void

Close

Method Details

DoModal() public method

Do this modal
public DoModal ( int parentId ) : void
parentId int
return void

Init() public method

Init method
public Init ( ) : bool
return bool

OnAction() public method

On action
public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
return void

OnMessage() public method

On Message
public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
return bool

OnPageDestroy() protected method

Page gets destroyed
protected OnPageDestroy ( int new_windowId ) : void
new_windowId int
return void

OnPageLoad() protected method

Page gets loaded
protected OnPageLoad ( ) : void
return void

RenderLayer() public method

public RenderLayer ( float timePassed ) : void
timePassed float
return void

ShouldRenderLayer() public method

public ShouldRenderLayer ( ) : bool
return bool

TvCropSettings() public method

Constructor
public TvCropSettings ( ) : System
return System