|
void | create (const String &heading, const String &message=emptyString) |
|
void | update (int percent, const String &message=emptyString) |
|
void | close () |
|
bool | iscanceled () |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
| This method should be called while holding a Synchronize on the object. More...
|
|
void | Release () const |
|
void | Acquire () const |
|
|
void | deallocating () override |
| This method is meant to be called from the destructor of the lowest level class. More...
|
|
|
static short | getNumAddonClasses () |
|
static short | getNextClassIndex () |
| This is meant to be called during static initialization and so isn't synchronized.
|
|
LanguageHook * | languageHook |
|
◆ deallocating()
void XBMCAddon::xbmcgui::DialogProgress::deallocating |
( |
| ) |
|
|
overrideprotectedvirtual |
This method is meant to be called from the destructor of the lowest level class.
It's virtual because it's a convenient place to receive messages that we're about to go be deleted but prior to any real tear-down.
Any overloading classes need to remember to pass the call up the chain.
Reimplemented from XBMCAddon::AddonClass.
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/Dialog.h
- xbmc/interfaces/legacy/Dialog.cpp