dx::gui::box A read-only dropdown of (label, value) pairs, reporting the selected value.
More...
#include <dx_gui.h>
|
| class | label |
| | box::label Corrects JUCE awkward positioning and size of the juce::ComboBox editor. This is attached by the cpl::looknfeel class. More...
|
template<typename item_t = int>
class dx::gui::box< item_t >
dx::gui::box A read-only dropdown of (label, value) pairs, reporting the selected value.
◆ box() [1/4]
template<typename item_t = int>
◆ box() [2/4]
template<typename item_t = int>
◆ box() [3/4]
template<typename item_t = int>
◆ ~box()
template<typename item_t = int>
◆ box() [4/4]
template<typename item_t = int>
◆ add()
template<typename item_t = int>
| void dx::gui::box< item_t >::add |
( |
const wxString & | text, |
|
|
const item_t & | id ) |
|
inline |
◆ clear()
template<typename item_t = int>
◆ comboBoxChanged()
template<typename item_t = int>
| void dx::gui::box< item_t >::comboBoxChanged |
( |
juce::ComboBox * | | ) |
|
|
inlineoverrideprotected |
◆ select()
template<typename item_t = int>
◆ cleanup
template<typename item_t = int>
◆ listen
template<typename item_t = int>
| std::function< void(const item_t &)> dx::gui::box< item_t >::listen |
◆ setup
template<typename item_t = int>
The documentation for this class was generated from the following files: