gempyre
1.7.1
|
This is the complete list of members for Gempyre::CanvasElement, including all inherited members.
add_image(std::string_view url, const std::function< void(std::string_view id)> &loaded=nullptr) | Gempyre::CanvasElement | |
attributes() const | Gempyre::Element | |
Attributes typedef | Gempyre::Element | |
Bitmap (defined in Gempyre::CanvasElement) | Gempyre::CanvasElement | friend |
CanvasElement(const CanvasElement &other) | Gempyre::CanvasElement | |
CanvasElement(CanvasElement &&other) | Gempyre::CanvasElement | |
CanvasElement(Ui &ui, std::string_view id) | Gempyre::CanvasElement | |
CanvasElement(Ui &ui, std::string_view id, const Element &parent) | Gempyre::CanvasElement | |
CanvasElement(Ui &ui, const Element &parent) | Gempyre::CanvasElement | |
children() const | Gempyre::Element | |
Command typedef | Gempyre::CanvasElement | |
CommandList typedef | Gempyre::CanvasElement | |
draw(const CommandList &canvasCommands) | Gempyre::CanvasElement | |
draw(const FrameComposer &frameComposer) | Gempyre::CanvasElement | |
draw(const Bitmap &bmp) | Gempyre::CanvasElement | inline |
draw(int x, int y, const Bitmap &bmp) | Gempyre::CanvasElement | |
draw_completed(const DrawCallback &drawCompletedCallback, DrawNotify kick=DrawNotify::NoKick) | Gempyre::CanvasElement | |
DrawCallback typedef | Gempyre::CanvasElement | |
DrawNotify enum name | Gempyre::CanvasElement | |
Element(const Element &other)=default | Gempyre::Element | |
Element(Element &&other)=default | Gempyre::Element | |
Element(Ui &ui, std::string_view id) | Gempyre::Element | |
Element(Ui &ui, std::string_view id, std::string_view htmlElement, const Element &parent) | Gempyre::Element | |
Element(Ui &ui, std::string_view htmlElement, const Element &parent) | Gempyre::Element | |
Elements typedef | Gempyre::Element | |
erase(bool resized=false) | Gempyre::CanvasElement | |
html() const | Gempyre::Element | |
html_stream() | Gempyre::Element | |
id() const | Gempyre::Element | inline |
operator=(const CanvasElement &other) | Gempyre::CanvasElement | |
operator=(CanvasElement &&other) | Gempyre::CanvasElement | |
Gempyre::Element::operator=(const Element &other) | Gempyre::Element | inline |
Gempyre::Element::operator=(Element &&other) | Gempyre::Element | inline |
paint_image(std::string_view imageId, int x, int y, const Element::Rect &clippingRect={0, 0, 0, 0}) const | Gempyre::CanvasElement | |
paint_image(std::string_view imageId, const Element::Rect &targetRect, const Element::Rect &clippingRect={0, 0, 0, 0}) const | Gempyre::CanvasElement | |
parent() const | Gempyre::Element | |
Rect typedef | Gempyre::Element | |
rect() const | Gempyre::Element | |
remove() | Gempyre::Element | |
remove_attribute(std::string_view attr) | Gempyre::Element | |
set_attribute(std::string_view attr, std::string_view value) | Gempyre::Element | |
set_attribute(std::string_view attr) | Gempyre::Element | |
set_html(std::string_view htmlText) | Gempyre::Element | |
set_style(std::string_view style, std::string_view value) | Gempyre::Element | |
styles(const std::vector< std::string > &keys) const | Gempyre::Element | |
subscribe(std::string_view name, const SubscribeFunction &handler, const std::vector< std::string > &properties={}, const std::chrono::milliseconds &throttle=0ms) | Gempyre::Element | |
SubscribeFunction typedef | Gempyre::Element | |
type() const | Gempyre::Element | |
ui() const | Gempyre::Element | inline |
ui() | Gempyre::Element | inline |
values() const | Gempyre::Element | |
Values typedef | Gempyre::Element | |
~CanvasElement() | Gempyre::CanvasElement | |
~Element() | Gempyre::Element | virtual |