#include <dx_gui.h>
◆ checkbox() [1/5]
| dx::gui::checkbox::checkbox |
( |
checkbox && | move | ) |
|
|
inline |
◆ checkbox() [2/5]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ checkbox() [3/5]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const decltype(listen)&& | listen, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ checkbox() [4/5]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const juce::String & | id, |
|
|
const decltype(listen)&& | listen = {}, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ checkbox() [5/5]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const juce::String & | id, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ clicked()
| void dx::gui::checkbox::clicked |
( |
| ) |
|
|
inlineoverrideprotected |
◆ listen
| std::function<void(bool)> dx::gui::checkbox::listen |
◆ setup
| std::function<void(checkbox&)> dx::gui::checkbox::setup |
The documentation for this class was generated from the following file: