C# Class TraktPlugin.GUI.GUIDialogMultiSelect

Inheritance: MediaPortal.Dialogs.GUIDialogMenu
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal Class Usage Examples

Méthodes publiques

Свойство Type Description
DialogModalResult ModalResult
ListItems List

Protected Properties

Свойство Type Description
m_bRunning bool

Méthodes publiques

Méthode Description
Add ( GUIListItem pItem ) : void
Add ( string strLabel ) : void
Close ( ) : void
DoModal ( int dwParentId ) : void
GetModuleName ( ) : string
Init ( ) : bool
Reset ( ) : void

Méthodes protégées

Méthode Description
OnClicked ( int controlId, GUIControl control, MediaPortal actionType ) : void

Method Details

Add() public méthode

public Add ( GUIListItem pItem ) : void
pItem MediaPortal.GUI.Library.GUIListItem
Résultat void

Add() public méthode

public Add ( string strLabel ) : void
strLabel string
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DoModal() public méthode

public DoModal ( int dwParentId ) : void
dwParentId int
Résultat void

GetModuleName() public méthode

public GetModuleName ( ) : string
Résultat string

Init() public méthode

public Init ( ) : bool
Résultat bool

OnClicked() protected méthode

protected OnClicked ( int controlId, GUIControl control, MediaPortal actionType ) : void
controlId int
control MediaPortal.GUI.Library.GUIControl
actionType MediaPortal
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

DialogModalResult public_oe property

public ModalResult DialogModalResult
Résultat ModalResult

ListItems public_oe property

public List ListItems
Résultat List

m_bRunning protected_oe property

protected bool m_bRunning
Résultat bool