11 #include "AddonClass.h" 12 #include "AddonString.h" 13 #include "Exception.h" 21 XBMCCOMMONS_STANDARD_EXCEPTION(KeyboardException);
62 bool bConfirmed =
false;
65 Keyboard(
const String& line = emptyString,
const String& heading = emptyString,
bool hidden =
false);
68 #ifdef DOXYGEN_SHOULD_USE_THIS 89 void doModal(
int autoclose = 0);
92 #ifdef DOXYGEN_SHOULD_USE_THIS 113 void setDefault(
const String& line = emptyString);
116 #ifdef DOXYGEN_SHOULD_USE_THIS 136 void setHiddenInput(
bool hidden =
false);
140 #ifdef DOXYGEN_SHOULD_USE_THIS 160 void setHeading(
const String& heading);
164 #ifdef DOXYGEN_SHOULD_USE_THIS 191 #ifdef DOXYGEN_SHOULD_USE_THIS Definition: Keyboard.h:54
Definition: GUIDialogKeyboardGeneric.h:30
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