11 #include "AddonString.h" 14 #include "swighelper.h" 18 #ifndef DOXYGEN_SHOULD_SKIP_THIS 36 #ifdef DOXYGEN_SHOULD_USE_THIS 37 addDirectoryItem(...);
70 bool isFolder =
false,
int totalItems = 0);
73 #ifdef DOXYGEN_SHOULD_USE_THIS 74 addDirectoryItems(...);
102 bool addDirectoryItems(
int handle,
103 const std::vector<Tuple<String,const XBMCAddon::xbmcgui::ListItem*,bool> >& items,
107 #ifdef DOXYGEN_SHOULD_USE_THIS 137 void endOfDirectory(
int handle,
bool succeeded =
true,
bool updateListing =
false,
138 bool cacheToDisc =
true);
141 #ifdef DOXYGEN_SHOULD_USE_THIS 170 #ifdef DOXYGEN_SHOULD_USE_THIS 266 void addSortMethod(
int handle,
int sortMethod,
const String& labelMask = emptyString,
const String& label2Mask = emptyString);
269 #ifdef DOXYGEN_SHOULD_USE_THIS 295 String getSetting(
int handle,
const char*
id);
298 #ifdef DOXYGEN_SHOULD_USE_THIS 320 void setSetting(
int handle,
const String&
id,
const String& value);
323 #ifdef DOXYGEN_SHOULD_USE_THIS 356 void setContent(
int handle,
const char* content);
359 #ifdef DOXYGEN_SHOULD_USE_THIS 360 setPluginCategory(...);
380 void setPluginCategory(
int handle,
const String& category);
383 #ifdef DOXYGEN_SHOULD_USE_THIS 384 setPluginFanart(...);
407 void setPluginFanart(
int handle,
const char* image = NULL,
408 const char* color1 = NULL,
409 const char* color2 = NULL,
410 const char* color3 = NULL);
413 #ifdef DOXYGEN_SHOULD_USE_THIS 438 void setProperty(
int handle,
const char* key,
const String& value);
441 #ifndef DOXYGEN_SHOULD_SKIP_THIS 442 SWIG_CONSTANT(
int, SORT_METHOD_NONE);
443 SWIG_CONSTANT(
int, SORT_METHOD_LABEL);
444 SWIG_CONSTANT(
int, SORT_METHOD_LABEL_IGNORE_THE);
445 SWIG_CONSTANT(
int, SORT_METHOD_DATE);
446 SWIG_CONSTANT(
int, SORT_METHOD_SIZE);
447 SWIG_CONSTANT(
int, SORT_METHOD_FILE);
448 SWIG_CONSTANT(
int, SORT_METHOD_DRIVE_TYPE);
449 SWIG_CONSTANT(
int, SORT_METHOD_TRACKNUM);
450 SWIG_CONSTANT(
int, SORT_METHOD_DURATION);
451 SWIG_CONSTANT(
int, SORT_METHOD_TITLE);
452 SWIG_CONSTANT(
int, SORT_METHOD_TITLE_IGNORE_THE);
453 SWIG_CONSTANT(
int, SORT_METHOD_ARTIST);
454 SWIG_CONSTANT(
int, SORT_METHOD_ARTIST_IGNORE_THE);
455 SWIG_CONSTANT(
int, SORT_METHOD_ALBUM);
456 SWIG_CONSTANT(
int, SORT_METHOD_ALBUM_IGNORE_THE);
457 SWIG_CONSTANT(
int, SORT_METHOD_GENRE);
458 SWIG_CONSTANT2(
int, SORT_METHOD_VIDEO_YEAR,SORT_METHOD_YEAR);
459 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_RATING);
460 SWIG_CONSTANT(
int, SORT_METHOD_PROGRAM_COUNT);
461 SWIG_CONSTANT(
int, SORT_METHOD_PLAYLIST_ORDER);
462 SWIG_CONSTANT(
int, SORT_METHOD_EPISODE);
463 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_TITLE);
464 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_SORT_TITLE);
465 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_SORT_TITLE_IGNORE_THE);
466 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_ORIGINAL_TITLE);
467 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_ORIGINAL_TITLE_IGNORE_THE);
468 SWIG_CONSTANT(
int, SORT_METHOD_PRODUCTIONCODE);
469 SWIG_CONSTANT(
int, SORT_METHOD_SONG_RATING);
470 SWIG_CONSTANT(
int, SORT_METHOD_MPAA_RATING);
471 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_RUNTIME);
472 SWIG_CONSTANT(
int, SORT_METHOD_STUDIO);
473 SWIG_CONSTANT(
int, SORT_METHOD_STUDIO_IGNORE_THE);
474 SWIG_CONSTANT(
int, SORT_METHOD_UNSORTED);
475 SWIG_CONSTANT(
int, SORT_METHOD_BITRATE);
476 SWIG_CONSTANT(
int, SORT_METHOD_LISTENERS);
477 SWIG_CONSTANT(
int, SORT_METHOD_COUNTRY);
478 SWIG_CONSTANT(
int, SORT_METHOD_DATEADDED);
479 SWIG_CONSTANT(
int, SORT_METHOD_FULLPATH);
480 SWIG_CONSTANT(
int, SORT_METHOD_LABEL_IGNORE_FOLDERS);
481 SWIG_CONSTANT(
int, SORT_METHOD_LASTPLAYED);
482 SWIG_CONSTANT(
int, SORT_METHOD_PLAYCOUNT);
483 SWIG_CONSTANT(
int, SORT_METHOD_CHANNEL);
484 SWIG_CONSTANT(
int, SORT_METHOD_DATE_TAKEN);
485 SWIG_CONSTANT(
int, SORT_METHOD_VIDEO_USER_RATING);
486 SWIG_CONSTANT(
int, SORT_METHOD_SONG_USER_RATING);
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
Definition: ListItem.h:52