class vtb::gui::TablePanel
Base classes
Derived classes
Types
  • using table_type = array2
Methods
  • draw() -> bool
  • child(bool rhs) -> void
  • windowFlags(int rhs) -> void
  • windowHeight(int rhs) -> void
  • windowWidth(int rhs) -> void
  • show_first_column(bool b) -> void
  • table(array2 && rhs) -> void
  • empty() const -> bool
  • selected_row() const -> const array1 &
  • table() const -> const table_type &
  • width(width_array rhs) -> void
  • columns(array1 rhs) -> void
class vtb::gui::TableDialog
Base classes
Methods
  • draw() -> bool
  • TableDialog()