C# 클래스 MediaPortal.Plugins.MovingPictures.MainUI.ConfigConnector

상속: ISetupForm
파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 메소드들

메소드 설명
Author ( ) : string
CanEnable ( ) : bool
DefaultEnabled ( ) : bool
Description ( ) : string
GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool

If the plugin should have its own button on the main menu of Media Portal then it should return true to this method, otherwise if it should not be on home it should return false

GetWindowId ( ) : int
HasSetup ( ) : bool
PluginName ( ) : string
ShowPlugin ( ) : void

메소드 상세

Author() 공개 메소드

public Author ( ) : string
리턴 string

CanEnable() 공개 메소드

public CanEnable ( ) : bool
리턴 bool

DefaultEnabled() 공개 메소드

public DefaultEnabled ( ) : bool
리턴 bool

Description() 공개 메소드

public Description ( ) : string
리턴 string

GetHome() 공개 메소드

If the plugin should have its own button on the main menu of Media Portal then it should return true to this method, otherwise if it should not be on home it should return false
public GetHome ( string &strButtonText, string &strButtonImage, string &strButtonImageFocus, string &strPictureImage ) : bool
strButtonText string text the button should have
strButtonImage string image for the button, or empty for default
strButtonImageFocus string image for the button, or empty for default
strPictureImage string subpicture for the button or empty for none
리턴 bool

GetWindowId() 공개 메소드

public GetWindowId ( ) : int
리턴 int

HasSetup() 공개 메소드

public HasSetup ( ) : bool
리턴 bool

PluginName() 공개 메소드

public PluginName ( ) : string
리턴 string

ShowPlugin() 공개 메소드

public ShowPlugin ( ) : void
리턴 void