Method | Description | |
---|---|---|
DoModal ( int parentId ) : void |
Do this modal
|
|
Init ( ) : bool |
Init method
|
|
OnAction ( MediaPortal.GUI.Library.Action action ) : void |
On action
|
|
OnMessage ( |
On Message
|
|
RenderLayer ( float timePassed ) : void | ||
ShouldRenderLayer ( ) : bool | ||
TvCropSettings ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnPageDestroy ( int new_windowId ) : void |
Page gets destroyed
|
|
OnPageLoad ( ) : void |
Page gets loaded
|
Method | Description | |
---|---|---|
Close ( ) : void |
Close
|
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | |
return | void |
public OnMessage ( |
||
message | ||
return | bool |
protected OnPageDestroy ( int new_windowId ) : void | ||
new_windowId | int | |
return | void |
public RenderLayer ( float timePassed ) : void | ||
timePassed | float | |
return | void |