HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
observer.hpp
1
2#pragma once
3
4#include "../dispatch/socket_event.hpp" // XXX #616
5#include <memory> // XXX #619
6#include "group_ptr.hpp" // export
7#include "observed.hpp" // export
8#include "observer_intf.hpp" // export
9#include "shared_state.hpp" // export
10
11hi_export_module(hikogui.observer);