svvitch
digital signage player
PlayListItem Class Reference

プレイリストアイテムクラス. More...

#include <PlayListItem.h>

Collaboration diagram for PlayListItem:

List of all members.

Public Member Functions

 PlayListItem (const MediaItemPtr media, const string &next, const string transition)
 ‾PlayListItem ()
const MediaItemPtr media () const
const string & next () const
const string & transition () const

Private Attributes

Poco::Logger & _log
MediaItemPtr _media
string _next
string _transition

Detailed Description

プレイリストアイテムクラス.

プレイリストに定義されている1アイテムを表します

Definition at line 12 of file PlayListItem.h.


Constructor & Destructor Documentation

PlayListItem::PlayListItem ( const MediaItemPtr  media,
const string &  next,
const string  transition 
) [inline]

Definition at line 21 of file PlayListItem.h.


Member Function Documentation

const MediaItemPtr PlayListItem::media ( ) const [inline]

Definition at line 30 of file PlayListItem.h.

Here is the caller graph for this function:

const string& PlayListItem::next ( ) const [inline]

Definition at line 34 of file PlayListItem.h.

Here is the caller graph for this function:

const string& PlayListItem::transition ( ) const [inline]

Definition at line 38 of file PlayListItem.h.

Here is the caller graph for this function:

PlayListItem::‾PlayListItem ( ) [inline]

Definition at line 26 of file PlayListItem.h.


Member Data Documentation

Poco::Logger& PlayListItem::_log [private]

Definition at line 15 of file PlayListItem.h.

Definition at line 16 of file PlayListItem.h.

string PlayListItem::_next [private]

Definition at line 17 of file PlayListItem.h.

string PlayListItem::_transition [private]

Definition at line 18 of file PlayListItem.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines