![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <WindowDialog.h>
Public Member Functions | |
WindowDialog () | |
~WindowDialog () override | |
SWIGHIDDENVIRTUAL bool | OnMessage (CGUIMessage &message) override |
SWIGHIDDENVIRTUAL bool | OnAction (const CAction &action) override |
SWIGHIDDENVIRTUAL void | OnDeinitWindow (int nextWindowID) override |
SWIGHIDDENVIRTUAL bool | IsDialogRunning () const override |
SWIGHIDDENVIRTUAL bool | IsModalDialog () const override |
SWIGHIDDENVIRTUAL bool | IsDialog () const override |
SWIGHIDDENVIRTUAL void | show () override |
SWIGHIDDENVIRTUAL void | close () override |
![]() | |
Window (int existingWindowId=-1) | |
~Window () override | |
SWIGHIDDENVIRTUAL bool | OnMessage (CGUIMessage &message) |
SWIGHIDDENVIRTUAL bool | OnAction (const CAction &action) |
SWIGHIDDENVIRTUAL bool | OnBack (int actionId) |
SWIGHIDDENVIRTUAL void | OnDeinitWindow (int nextWindowID) |
SWIGHIDDENVIRTUAL bool | IsDialogRunning () const |
SWIGHIDDENVIRTUAL bool | IsDialog () const |
SWIGHIDDENVIRTUAL bool | IsModalDialog () const |
SWIGHIDDENVIRTUAL bool | IsMediaWindow () const |
SWIGHIDDENVIRTUAL void | dispose () |
void | interceptorClear () |
onAction (...) | |
| |
void | onControl (...) |
| |
onClick (...) | |
| |
onDoubleClick (...) | |
| |
onFocus (...) | |
| |
onInit (...) | |
| |
show () | |
| |
setFocus (...) | |
| |
setFocusId (...) | |
| |
getFocus () | |
| |
getFocusId () | |
| |
removeControl (...) | |
| |
removeControls (...) | |
| |
getHeight () | |
| |
getWidth () | |
| |
getResolution () | |
| |
setCoordinateResolution (...) | |
| |
setProperty (...) | |
| |
getProperty (...) | |
| |
clearProperty (...) | |
| |
clearProperties () | |
| |
close () | |
| |
doModal () | |
| |
addControl (...) | |
| |
addControls (...) | |
| |
getControl (...) | |
| |
![]() | |
~AddonCallback () override | |
void | setHandler (CallbackHandler *_handler) |
void | invokeCallback (Callback *callback) |
![]() | |
AddonClass () | |
virtual | ~AddonClass () |
const char * | GetClassname () const |
LanguageHook * | GetLanguageHook () |
bool | isDeallocating () |
void | Release () const |
void | Acquire () const |
![]() | |
CountingLockable ()=default | |
void | lock () |
bool | try_lock () |
void | unlock () |
unsigned int | exit (unsigned int leave=0) |
void | restore (unsigned int restoreCount) |
XbmcThreads::CRecursiveMutex & | get_underlying () |
Additional Inherited Members | |
![]() | |
static short | getNumAddonClasses () |
![]() | |
Window (bool discrim) | |
void | deallocating () override |
void | setWindow (InterceptorBase *_window) |
void | popActiveWindowId () |
Control * | GetControlById (int iControlId, CCriticalSection *gc) |
SWIGHIDDENVIRTUAL void | PulseActionEvent () |
SWIGHIDDENVIRTUAL bool | WaitForActionEvent (unsigned int milliseconds) |
![]() | |
bool | hasHandler () |
AddonCallback () | |
![]() | |
static int | getNextAvailableWindowId () |
![]() | |
static short | getNextClassIndex () |
![]() | |
InterceptorBase * | window |
int | iWindowId = -1 |
std::vector< AddonClass::Ref< Control > > | vecControls |
int | iOldWindowId = 0 |
int | iCurrentControlId = 3000 |
bool | bModal = false |
CEvent | m_actionEvent |
bool | canPulse = false |
bool | existingWindow = true |
bool | destroyAfterDeInit = false |
![]() | |
AddonClass::Ref< CallbackHandler > | handler |
![]() | |
LanguageHook * | languageHook |
![]() | |
XbmcThreads::CRecursiveMutex | mutex |
unsigned int | count |
XBMCAddon::xbmcgui::WindowDialog::WindowDialog | ( | ) |
|
override |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
override |
|
override |
|
override |
|
inlineoverride |