Project Alice
|
#include <system_state.hpp>
Public Attributes | |
bool | single_state_select = false |
std::vector< dcon::state_definition_id > | selectable_states |
std::function< void(sys::state &, dcon::state_definition_id)> | on_select |
std::function< void(sys::state &)> | on_cancel |
Definition at line 452 of file system_state.hpp.
std::function<void(sys::state&)> sys::state_selection_data::on_cancel |
Definition at line 456 of file system_state.hpp.
std::function<void(sys::state&, dcon::state_definition_id)> sys::state_selection_data::on_select |
Definition at line 455 of file system_state.hpp.
std::vector<dcon::state_definition_id> sys::state_selection_data::selectable_states |
Definition at line 454 of file system_state.hpp.
bool sys::state_selection_data::single_state_select = false |
Definition at line 453 of file system_state.hpp.