11 #include "AddonClass.h" 61 #ifdef DOXYGEN_SHOULD_USE_THIS 98 #ifdef DOXYGEN_SHOULD_USE_THIS 115 #ifdef DOXYGEN_SHOULD_USE_THIS 129 String getPlatform();
132 #ifdef DOXYGEN_SHOULD_USE_THIS 146 std::vector<String> getGenres();
149 #ifdef DOXYGEN_SHOULD_USE_THIS 163 String getPublisher();
166 #ifdef DOXYGEN_SHOULD_USE_THIS 180 String getDeveloper();
183 #ifdef DOXYGEN_SHOULD_USE_THIS 197 String getOverview();
200 #ifdef DOXYGEN_SHOULD_USE_THIS 214 unsigned int getYear();
217 #ifdef DOXYGEN_SHOULD_USE_THIS 231 String getGameClient();
234 #ifdef DOXYGEN_SHOULD_USE_THIS 248 void setTitle(
const String& title);
251 #ifdef DOXYGEN_SHOULD_USE_THIS 265 void setPlatform(
const String& platform);
268 #ifdef DOXYGEN_SHOULD_USE_THIS 282 void setGenres(
const std::vector<String>& genres);
285 #ifdef DOXYGEN_SHOULD_USE_THIS 299 void setPublisher(
const String& publisher);
302 #ifdef DOXYGEN_SHOULD_USE_THIS 316 void setDeveloper(
const String& developer);
319 #ifdef DOXYGEN_SHOULD_USE_THIS 333 void setOverview(
const String& overview);
336 #ifdef DOXYGEN_SHOULD_USE_THIS 350 void setYear(
unsigned int year);
353 #ifdef DOXYGEN_SHOULD_USE_THIS 367 void setGameClient(
const String& gameClient);
Definition: InfoTagGame.h:48
Definition: GameInfoTag.h:21
Controller configuration window.
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