Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Panel with a combobox and a container for the selected option. More...
#include <CPanelSelection.hpp>
Classes | |
struct | SPrvPanelSelection |
Public Member Functions | |
~CPanelSelection () override | |
void | add (uint32_t idSelected, const std::string &txtOption, AbstractComponentGUI **panel) |
void | addEmpty (uint32_t idSelected, const std::string &txtOption) |
void | emplaceListenerChange (const std::function< void(CDialog *, AbstractComponentGUI *)> &changeFunctionCall) |
uint64_t | getIdOptionSelection () |
Static Public Member Functions | |
static CPanelSelection * | createPanel (uint32_t *idSelected, AbstractComponentGUI **panel, bool isVertical) |
static CPanelSelection * | createComponents (uint32_t *idSelected, AbstractComponentGUI **selection, AbstractComponentGUI **container) |
Private Member Functions | |
CPanelSelection (SPrvPanelSelection **dataPrivate) | |
Private Attributes | |
SPrvPanelSelection * | m_dataPrivate |
Panel with a combobox and a container for the selected option.
|
override |
|
explicitprivate |
void CPanelSelection::add | ( | uint32_t | idSelected, |
const std::string & | txtOption, | ||
AbstractComponentGUI ** | panel ) |
void CPanelSelection::addEmpty | ( | uint32_t | idSelected, |
const std::string & | txtOption ) |
|
static |
|
static |
|
inline |
|
inline |
|
private |