Movie Class Reference
This class is used to store a movie. More...
#include <Movie.hpp>
Public Member Functions | |
Movie () | |
default constructor | |
~Movie () | |
default destructor | |
Movie (string name, string id, string description, string image, string url) | |
constructor | |
string | getName () |
string | getId () |
string | getDescription () |
string | getImage () |
string | getUrl (uint userId, uint profileId) |
string | getUrl () |
string | getHTMLRepresentation (char *imgPath, uint userId=0, uint profileId=0, uint linktype=1, uint qtewidth=0, uint qteheight=0, bool fakeRtspServer=false, char *sphost=NULL, char *spport=NULL) |
Get the HTML representation of a movie. | |
void | setName (string n) |
set name of movie | |
void | setId (string id) |
set internal id of movie | |
void | setDescription (string desc) |
set description of movie | |
void | setImage (string img) |
set image file-path of movie | |
void | setUrl (string u) |
set Rtsp-URI of movie |
Detailed Description
This class is used to store a movie.
- Author:
- Klaus Schoeffmann
Definition at line 70 of file Movie.hpp.
Member Function Documentation
|
Referenced by getHTMLRepresentation().
|
|
Get the HTML representation of a movie. This representation contains the name, the image, the description and the Rtsp-URI.
References semifunc::createSDPFile(), Globals::getAbsoluteSDPFilePath(), getDescription(), getId(), getImage(), getName(), Globals::getRelativeSDPFilePath(), and getUrl(). Referenced by MovieList::getHTMLRepresentation().
|
|
Referenced by getHTMLRepresentation(), MovieList::getMovieById(), and MovieList::readMoviesFromFile().
|
|
Referenced by getHTMLRepresentation().
|
|
Referenced by getHTMLRepresentation(), and SessionList::writeHTMLRepresentation().
|
|
Referenced by getHTMLRepresentation(), and getUrl().
|
|
References getUrl(). Referenced by SessionList::writeHTMLRepresentation().
|
The documentation for this class was generated from the following files: