![]() |
Lysa
0.0
Lysa 3D Engine
|
This is the complete list of members for Style, including all inherited members.
| Object() = default | Object | default |
| Style() | Style | |
| addResource(Widget &widget, const std::string &resources) = 0 | Style | pure virtual |
| connect(const Signal::signal &name, const Signal::Handler &handler) | Object | |
| connect(const Signal::signal &name, const std::function< void ()> &handler) | Object | |
| create(const std::string &name="vector") | Style | static |
| draw(const Widget &widget, Resource &resources, UIRenderer &render, bool when) const = 0 | Style | pure virtual |
| emit(const Signal::signal &name, void *params=nullptr) | Object | |
| font | Style | protected |
| getFont() const | Style | inline |
| getOption(const std::string &name) const | Style | |
| init() | Style | inlineprotectedvirtual |
| resize(Widget &widget, Rect &rect, Resource &resources) = 0 | Style | pure virtual |
| setOption(const std::string &name, const std::string &value) | Style | virtual |
| toString() const | Object | inlinevirtual |
| updateOptions() = 0 | Style | protectedpure virtual |
| ~Object() = default | Object | virtualdefault |
| ~Style() override = default | Style | overridedefault |