#include <dx_gui.h>
|
| | checkbox (checkbox &&move) |
| | checkbox (const juce::String &string, const decltype(listen)&&listen, const decltype(setup)&&setup={}) |
| | checkbox (const juce::String &string, const decltype(setup)&&setup={}) |
| | checkbox (const juce::String &string, const juce::String &id, const decltype(listen)&&listen={}, const decltype(setup)&&setup={}) |
| | checkbox (const juce::String &string, const juce::String &id, const decltype(setup)&&setup={}) |
| | checkbox (wxWindow *parent, const wxString &text, bool value=false, decltype(listen)&&listen={}) |
◆ checkbox() [1/6]
| dx::gui::checkbox::checkbox |
( |
checkbox && | move | ) |
|
|
inline |
◆ checkbox() [2/6]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ checkbox() [3/6]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const decltype(listen)&& | listen, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ checkbox() [4/6]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const juce::String & | id, |
|
|
const decltype(listen)&& | listen = {}, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ checkbox() [5/6]
| dx::gui::checkbox::checkbox |
( |
const juce::String & | string, |
|
|
const juce::String & | id, |
|
|
const decltype(setup)&& | setup = {} ) |
|
inline |
◆ checkbox() [6/6]
| dx::gui::checkbox::checkbox |
( |
wxWindow * | parent, |
|
|
const wxString & | text, |
|
|
bool | value = false, |
|
|
decltype(listen)&& | listen = {} ) |
|
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 files: