dxd - dynax driver framework 2.6.0d160
cross platform open source driver development framework
Loading...
Searching...
No Matches
dx::gui::box< item_t > Class Template Reference

#include <dx_gui.h>

+ Inheritance diagram for dx::gui::box< item_t >:
+ Collaboration diagram for dx::gui::box< item_t >:

Classes

class  label
 box::label Corrects JUCE awkward positioning and size of the juce::ComboBox editor. This is attached by the cpl::looknfeel class. More...
 

Public Member Functions

 box (box &&move)
 
 box (decltype(listen)&&listen, decltype(setup)&&setup={}, decltype(cleanup)&&cleanup={})
 
 box (decltype(setup)&&setup)
 
 ~box () noexcept
 

Public Attributes

std::function< void(box &) setup )
 

Protected Member Functions

void comboBoxChanged (juce::ComboBox *) override
 

Protected Attributes

std::function< void(box &) cleanup )
 
std::function< void(const item_t &) listen )
 

Constructor & Destructor Documentation

◆ box() [1/3]

template<typename item_t = int>
dx::gui::box< item_t >::box ( box< item_t > && move)
inline

◆ box() [2/3]

template<typename item_t = int>
dx::gui::box< item_t >::box ( decltype(setup)&& setup)
inline

◆ box() [3/3]

template<typename item_t = int>
dx::gui::box< item_t >::box ( decltype(listen)&& listen,
decltype(setup)&& setup = {},
decltype(cleanup)&& cleanup = {} )
inline

◆ ~box()

template<typename item_t = int>
dx::gui::box< item_t >::~box ( )
inlinenoexcept

Member Function Documentation

◆ comboBoxChanged()

template<typename item_t = int>
void dx::gui::box< item_t >::comboBoxChanged ( juce::ComboBox * )
inlineoverrideprotected

Member Data Documentation

◆ cleanup

template<typename item_t = int>
std::function<void(box&) dx::gui::box< item_t >::cleanup)
protected

◆ listen

template<typename item_t = int>
std::function<void(const item_t&) dx::gui::box< item_t >::listen)
protected

◆ setup

template<typename item_t = int>
std::function<void(box&) dx::gui::box< item_t >::setup)

The documentation for this class was generated from the following file:

(c) copyright 2009 dynamic acoustics e.U. generated on Mon Sep 8 2025

a closed source license may be obtained by requesting a written permission from dynamic acoustics e.U.
however - governmental use generally and military use especially is strictly prohibited though.