HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Namespaces
widget.hpp File Reference

Defines widget. More...

#include "../GFX/draw_context.hpp"
#include "../GUI/theme.hpp"
#include "../GUI/hitbox.hpp"
#include "../GUI/keyboard_focus_direction.hpp"
#include "../GUI/keyboard_focus_group.hpp"
#include "../GUI/gui_event.hpp"
#include "../geometry/extent.hpp"
#include "../geometry/axis_aligned_rectangle.hpp"
#include "../geometry/transform.hpp"
#include "../observer.hpp"
#include "../chrono.hpp"
#include "../generator.hpp"
#include "set_constraints_context.hpp"
#include "widget_constraints.hpp"
#include "widget_layout.hpp"
#include "widget_mode.hpp"
#include <memory>
#include <vector>
#include <string>
#include <ranges>

Go to the source code of this file.

Data Structures

class  hi::v1::widget
 An interactive graphical object as part of the user-interface. More...
 

Namespaces

namespace  hi
 The HikoGUI namespace.
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Detailed Description

Defines widget.