C# Class LongoMatch.Core.Store.Playlists.Playlist

ファイルを表示 Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
Copy ( ) : Playlist
HasNext ( ) : bool
HasPrev ( ) : bool
Next ( ) : IPlaylistElement
Playlist ( ) : System
Prev ( ) : IPlaylistElement
Remove ( IPlaylistElement plNode ) : bool
Reorder ( int indexIn, int indexOut ) : void
Select ( int index ) : IPlaylistElement
SetActive ( IPlaylistElement play ) : void

Method Details

Copy() public method

public Copy ( ) : Playlist
return Playlist

HasNext() public method

public HasNext ( ) : bool
return bool

HasPrev() public method

public HasPrev ( ) : bool
return bool

Next() public method

public Next ( ) : IPlaylistElement
return IPlaylistElement

Playlist() public method

public Playlist ( ) : System
return System

Prev() public method

public Prev ( ) : IPlaylistElement
return IPlaylistElement

Remove() public method

public Remove ( IPlaylistElement plNode ) : bool
plNode IPlaylistElement
return bool

Reorder() public method

public Reorder ( int indexIn, int indexOut ) : void
indexIn int
indexOut int
return void

Select() public method

public Select ( int index ) : IPlaylistElement
index int
return IPlaylistElement

SetActive() public method

public SetActive ( IPlaylistElement play ) : void
play IPlaylistElement
return void