Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <CComboBox.hpp>
Public Member Functions | |
SComboBox (EComboBoxType type, uint32_t *idSelectedRef, const std::string &strValueRef, std::vector< SOptionComboBox * > **options) | |
~SComboBox () | |
size_t | size () const |
Public Attributes | |
EComboBoxType | m_type |
std::vector< SOptionComboBox * > * | m_options |
uint32_t * | m_idSelectedRef |
std::string | m_strValue |
IWidget * | m_compBox |
SComboBox::SComboBox | ( | EComboBoxType | type, |
uint32_t * | idSelectedRef, | ||
const std::string & | strValueRef, | ||
std::vector< SOptionComboBox * > ** | options ) |
SComboBox::~SComboBox | ( | ) |
|
nodiscard |
IWidget* SComboBox::m_compBox |
uint32_t* SComboBox::m_idSelectedRef |
std::vector<SOptionComboBox *>* SComboBox::m_options |
std::string SComboBox::m_strValue |
EComboBoxType SComboBox::m_type |