C# 클래스 TraktPlugin.GUI.GUIRateDialog

상속: MediaPortal.Dialogs.GUIDialogWindow
파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetRatingDescription string
SetControlVisibility void
UpdateRating void

공개 메소드들

메소드 설명
DoModal ( int ParentID ) : void
GUIRateDialog ( ) : System
GetModuleName ( ) : string

MediaPortal will set #currentmodule with GetModuleName()

Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
OnMessage ( GUIMessage message ) : bool
Reset ( ) : void
SetHeading ( string HeadingLine ) : void
SetLine ( int LineNr, string Line ) : void

보호된 메소드들

메소드 설명
OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void

비공개 메소드들

메소드 설명
GetRatingDescription ( ) : string
SetControlVisibility ( ) : void
UpdateRating ( ) : void

메소드 상세

DoModal() 공개 메소드

public DoModal ( int ParentID ) : void
ParentID int
리턴 void

GUIRateDialog() 공개 메소드

public GUIRateDialog ( ) : System
리턴 System

GetModuleName() 공개 메소드

MediaPortal will set #currentmodule with GetModuleName()
public GetModuleName ( ) : string
리턴 string

Init() 공개 메소드

public Init ( ) : bool
리턴 bool

OnAction() 공개 메소드

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
리턴 void

OnClicked() 보호된 메소드

protected OnClicked ( int controlId, GUIControl control, MediaPortal.GUI.Library.Action actionType ) : void
controlId int
control MediaPortal.GUI.Library.GUIControl
actionType MediaPortal.GUI.Library.Action
리턴 void

OnMessage() 공개 메소드

public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetHeading() 공개 메소드

public SetHeading ( string HeadingLine ) : void
HeadingLine string
리턴 void

SetLine() 공개 메소드

public SetLine ( int LineNr, string Line ) : void
LineNr int
Line string
리턴 void