Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
|
成员的完整列表,这些成员属于 ui::Node,包括所有继承而来的类成员
add_pin(const Pin &pin) (定义于 ui::Node) | ui::Node | |
get_id() const noexcept (定义于 ui::Widget) | ui::Widget | |
get_label() const noexcept | ui::Widget | |
get_pin_by_id(uint64_t id) (定义于 ui::Node) | ui::Node | |
handle_ (定义于 ui::Widget) | ui::Widget | protected |
id_ (定义于 ui::Widget) | ui::Widget | protected |
label_ (定义于 ui::Widget) | ui::Widget | protected |
Node(const std::string &label) (定义于 ui::Node) | ui::Node | |
request_id() (定义于 ui::Widget) | ui::Widget | static |
set_label(const std::string &label) | ui::Widget | |
update() override (定义于 ui::Node) | ui::Node | virtual |
update_handle() | ui::Widget | protected |
Widget() (定义于 ui::Widget) | ui::Widget | |
Widget(const std::string &label) (定义于 ui::Widget) | ui::Widget | |
Widget(const std::string &label, const std::string &id) (定义于 ui::Widget) | ui::Widget | |
Widget(const Widget &) (定义于 ui::Widget) | ui::Widget |