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

Defines delegate_delegate and some default selection delegates. More...

#include "../l10n/l10n.hpp"
#include "../observer/observer.hpp"
#include "../utility/utility.hpp"
#include "../concurrency/concurrency.hpp"
#include "../dispatch/dispatch.hpp"
#include "../GUI/GUI.hpp"
#include "../macros.hpp"
#include "radio_delegate.hpp"
#include "radio_widget.hpp"
#include <memory>
#include <functional>
#include <vector>

Go to the source code of this file.

Data Structures

class  hi::v1::selection_delegate
 A delegate that controls the state of a selection_widget. More...
 
class  hi::v1::default_selection_delegate< T >
 A delegate that control the state of a selection_widget. More...
 

Namespaces

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

Functions

 hi_export_module (hikogui.widgets.selection_delegate)
 
template<typename Value , typename Options >
 hi::v1::default_selection_delegate (Value &&, Options &&) -> default_selection_delegate< observer_decay_t< Value > >
 

Detailed Description

Defines delegate_delegate and some default selection delegates.