#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() [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 |
The documentation for this class was generated from the following file: