|
foobar2000 SDK
2015-01-14
|
#include <ui.h>
Inheritance diagram for ui_status_text_override:Public Member Functions | |
| FB2K_MAKE_SERVICE_INTERFACE (ui_status_text_override, service_base) | |
| virtual void | override_text (const char *p_message)=0 |
| virtual void | revert_text ()=0 |
Public Member Functions inherited from service_base | |
| template<typename outPtr_t > | |
| bool | cast (outPtr_t &outPtr) |
| virtual int | service_add_ref ()=0 throw () |
| virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
| template<class T > | |
| bool | service_query_t (service_ptr_t< T > &p_out) |
| virtual int | service_release ()=0 throw () |
Additional Inherited Members | |
Public Types inherited from service_base | |
| typedef service_base | t_interface |
Protected Member Functions inherited from service_base | |
| service_base () | |
| ~service_base () | |
Interface class allowing you to override UI statusbar text. There may be multiple callers trying to override statusbar text; backend decides which one succeeds so you will not always get what you want. Statusbar text override is automatically cancelled when the object is released.
Use ui_control::override_status_text_create() to instantiate. Implemented by core. Do not reimplement.
| ui_status_text_override::FB2K_MAKE_SERVICE_INTERFACE | ( | ui_status_text_override | , |
| service_base | |||
| ) |
|
pure virtual |
Sets statusbar text to specified UTF-8 null-terminated string.
|
pure virtual |
Cancels statusbar text override.
1.8.9.1