#include <VComboBox.h>
class VComboBox
Wraps a QComboBox and provides vaporgui's standard setter/getter functions and signals.
Definition at line 12 of file VComboBox.h.
◆ VComboBox()
VComboBox::VComboBox |
( |
const std::vector< std::string > & |
values = {} | ) |
|
◆ emitComboChanged
void VComboBox::emitComboChanged |
( |
const QString & |
value | ) |
|
|
slot |
◆ GetCount()
int VComboBox::GetCount |
( |
| ) |
const |
◆ GetCurrentIndex()
int VComboBox::GetCurrentIndex |
( |
| ) |
const |
◆ GetValue()
std::string VComboBox::GetValue |
( |
| ) |
const |
◆ IndexChanged
void VComboBox::IndexChanged |
( |
int |
index | ) |
|
|
signal |
◆ SetIndex()
void VComboBox::SetIndex |
( |
int |
index | ) |
|
◆ SetItemEnabled()
void VComboBox::SetItemEnabled |
( |
int |
index, |
|
|
bool |
enabled |
|
) |
| |
◆ SetOptions()
void VComboBox::SetOptions |
( |
const std::vector< std::string > & |
values | ) |
|
◆ SetValue()
void VComboBox::SetValue |
( |
const std::string & |
value | ) |
|
◆ ValueChanged
void VComboBox::ValueChanged |
( |
std::string |
value | ) |
|
|
signal |
The documentation for this class was generated from the following file: