template <class T>
class vtb::gui::InputInteger
Methods
  • draw() -> bool
  • max(T rhs) -> void
  • min(T rhs) -> void
  • flags(int rhs) -> void
  • step_fast(T rhs) -> void
  • step(T rhs) -> void
  • value(T rhs) -> void
  • value() const -> T
  • name() const -> const std::string &
  • name(const std::string & rhs) -> void