|
|
| Actor (const String &name=emptyString, const String &role=emptyString, int order=-1, const String &thumbnail=emptyString) |
| |
|
String | getName () const |
| |
|
String | getRole () const |
| |
|
int | getOrder () const |
| |
|
String | getThumbnail () const |
| |
|
void | setName (const String &name) |
| |
|
void | setRole (const String &role) |
| |
|
void | setOrder (int order) |
| |
|
void | setThumbnail (const String &thumbnail) |
| |
|
SActorInfo | ToActorInfo () const |
| |
|
const char * | GetClassname () const |
| |
|
LanguageHook * | GetLanguageHook () |
| |
| bool | isDeallocating () |
| | This method should be called while holding a Synchronize on the object. More...
|
| |
|
void | Release () const |
| |
|
void | Acquire () const |
| |
|
|
static short | getNumAddonClasses () |
| |
| virtual void | deallocating () |
| | This method is meant to be called from the destructor of the lowest level class. More...
|
| |
|
static short | getNextClassIndex () |
| | This is meant to be called during static initialization and so isn't synchronized.
|
| |
|
LanguageHook * | languageHook |
| |
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/InfoTagVideo.h
- xbmc/interfaces/legacy/InfoTagVideo.cpp