![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmwindownonclientarea.h>
Classes | |
class | Callbacks |
Public Member Functions | |
WebImageButton () | |
~WebImageButton () | |
void | setCallbacks (Callbacks callbacks) |
void | setImage (std::string_view imageData, std::string_view format) |
void | setVisible (bool visible) |
emscripten::val | htmlElement () const |
emscripten::val | imageElement () const |
Definition at line 48 of file qwasmwindownonclientarea.h.
WebImageButton::WebImageButton | ( | ) |
Definition at line 40 of file qwasmwindownonclientarea.cpp.
References WebImageButton().
Referenced by WebImageButton().
|
default |
|
inline |
Definition at line 80 of file qwasmwindownonclientarea.h.
|
inline |
Definition at line 81 of file qwasmwindownonclientarea.h.
Definition at line 53 of file qwasmwindownonclientarea.cpp.
void WebImageButton::setImage | ( | std::string_view | imageData, |
std::string_view | format ) |
Definition at line 77 of file qwasmwindownonclientarea.cpp.
void WebImageButton::setVisible | ( | bool | visible | ) |
Definition at line 83 of file qwasmwindownonclientarea.cpp.