#include <ProjectOpusPlaylistExtension.h>
List of all members.
Detailed Description
Represents a Project Opus playlist extension.
Definition at line 73 of file ProjectOpusPlaylistExtension.h.
Constructor & Destructor Documentation
Creates a new Project Opus playlist extension.
Copy constructor.
- Parameters:
-
| source | Source to copy from |
Member Function Documentation
Clones this extension.
- Returns:
- A clone of this extension
Implements XspfExtension.
unsigned int getNodeId |
( |
|
) |
const |
Returns the node ID.
- Returns:
- Node ID
ProjectOpusPlaylistType getType |
( |
|
) |
const |
Returns the type of the playlist.
- Returns:
- Playlist type
static XML_Char* nodeIdToString |
( |
unsigned int |
nodeId |
) |
[static] |
Converts the given node ID to a string.
- Parameters:
-
- Returns:
- Node ID string, delete on your own
Assignment operator.
- Parameters:
-
| source | Source to copy from |
void setNodeId |
( |
unsigned int |
nodeId |
) |
|
Sets the playlist type.
- Parameters:
-
| nodeId | Playlist type to set |
void setType |
( |
ProjectOpusPlaylistType |
type |
) |
|
Sets the playlist type.
- Parameters:
-
| type | Playlist type to set |
static XML_Char const* typeToString |
( |
ProjectOpusPlaylistType |
type |
) |
[static] |
Returns a string representation of the given playlist type.
- Parameters:
-
- Returns:
- Corresponding string
The documentation for this class was generated from the following file: