![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
import cydui.components.base:holder;
import cydui.events;
import fabric.async;
import fabric.logging;
import std;
Go to the source code of this file.
Classes | |
class | cydui::components::component_state_t |
class | cydui::components::component_state_delegate_t |
Namespaces | |
namespace | cydui |
namespace | cydui::components |
Typedefs | |
using | children_list = std::vector<cydui::components::component_holder_t> |
|
export |
Definition at line 23 of file component_state.cppm.