#include <select.h>
Definition at line 14 of file select.h.
◆ background()
std::string gridui::Select::background |
( |
| ) |
const |
|
inline |
◆ color()
std::string gridui::Select::color |
( |
| ) |
const |
|
inline |
◆ disabled()
bool gridui::Select::disabled |
( |
| ) |
const |
|
inline |
◆ options()
std::vector< std::string > gridui::Select::options |
( |
| ) |
const |
|
inline |
◆ selectedIndex()
int gridui::Select::selectedIndex |
( |
| ) |
const |
|
inline |
◆ setBackground()
void gridui::Select::setBackground |
( |
const std::string & |
background | ) |
|
|
inline |
◆ setColor()
void gridui::Select::setColor |
( |
const std::string & |
color | ) |
|
|
inline |
◆ setDisabled()
void gridui::Select::setDisabled |
( |
bool |
disabled | ) |
|
|
inline |
◆ setOptions() [1/2]
void gridui::Select::setOptions |
( |
const std::string & |
options | ) |
|
|
inline |
◆ setOptions() [2/2]
void gridui::Select::setOptions |
( |
const std::vector< std::string > & |
options | ) |
|
|
inline |
◆ setSelectedIndex()
void gridui::Select::setSelectedIndex |
( |
int |
index | ) |
|
|
inline |
◆ builder::BuilderMixin
template<typename Self , typename Finished >
The documentation for this class was generated from the following file: