11 #include "AddonClass.h" 12 #include "games/tags/GameInfoTag.h" 62 #ifdef DOXYGEN_SHOULD_USE_THIS 99 #ifdef DOXYGEN_SHOULD_USE_THIS 116 #ifdef DOXYGEN_SHOULD_USE_THIS 130 String getPlatform();
133 #ifdef DOXYGEN_SHOULD_USE_THIS 147 std::vector<String> getGenres();
150 #ifdef DOXYGEN_SHOULD_USE_THIS 164 String getPublisher();
167 #ifdef DOXYGEN_SHOULD_USE_THIS 181 String getDeveloper();
184 #ifdef DOXYGEN_SHOULD_USE_THIS 198 String getOverview();
201 #ifdef DOXYGEN_SHOULD_USE_THIS 215 unsigned int getYear();
218 #ifdef DOXYGEN_SHOULD_USE_THIS 232 String getGameClient();
235 #ifdef DOXYGEN_SHOULD_USE_THIS 252 #ifdef DOXYGEN_SHOULD_USE_THIS 266 void setTitle(
const String& title);
269 #ifdef DOXYGEN_SHOULD_USE_THIS 283 void setPlatform(
const String& platform);
286 #ifdef DOXYGEN_SHOULD_USE_THIS 300 void setGenres(
const std::vector<String>& genres);
303 #ifdef DOXYGEN_SHOULD_USE_THIS 317 void setPublisher(
const String& publisher);
320 #ifdef DOXYGEN_SHOULD_USE_THIS 334 void setDeveloper(
const String& developer);
337 #ifdef DOXYGEN_SHOULD_USE_THIS 351 void setOverview(
const String& overview);
354 #ifdef DOXYGEN_SHOULD_USE_THIS 368 void setYear(
unsigned int year);
371 #ifdef DOXYGEN_SHOULD_USE_THIS 385 void setGameClient(
const String& gameClient);
388 #ifdef DOXYGEN_SHOULD_USE_THIS 402 void setCaption(
const String& caption);
Definition: InfoTagGame.h:49
Definition: GameInfoTag.h:24
Definition: AudioDecoder.h:18
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
This class is the superclass for all reference counted classes in the api.
Definition: AddonClass.h:57