class vtb::gui::DropDownList
Types
  • using value_array = std::vector< std::any >
  • using label_array = std::vector< const char * >
Methods
  • label() const -> const char *
  • template <class T>
    value() const -> T
  • value() const -> std::any
  • template <class T>
    value(T rhs) -> void
  • values(value_array rhs) -> void
  • labels(label_array rhs) -> void
  • name(std::string rhs) -> void
  • draw() -> bool