enum Entity: int
  • Hull
  • Compartments
  • Ship
template <class T>
class vtb::gui::DatabaseWindow
Base classes
Enumerations
  • enum Action
Methods
  • show() -> bool
  • show(bool b) -> void
  • showPanel(Entity entity) -> void
  • show(bool rhs) -> void
  • menuItem() -> bool
  • selected_entity_id() const -> id_type
  • entity() const -> Entity
  • draw() -> Action
  • load() -> void
  • DatabaseWindow()
template <class T>
integer(T value) -> std::enable_if< std::is_enum< T >::value, typename std::underlying_type< T >::type >::type