CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
component_event_dispatcher.cppm File Reference
#include <tracy/Tracy.hpp>
import fabric.wiring.signals;
import fabric.async;
import fabric.memory.lazy_alloc;
import fabric.logging;
import cydui.components.event_handler;
import std;
+ Include dependency graph for component_event_dispatcher.cppm:

Go to the source code of this file.

Classes

class  cydui::components::event_dispatcher_t< ComponentType, EventHandler >
 

Namespaces

namespace  cydui
 
namespace  cydui::components
 

Typedefs

using children_list = std::vector<cydui::components::component_holder_t>
 

Typedef Documentation

◆ children_list

Definition at line 18 of file component_event_dispatcher.cppm.