Class for a toggle button. More...
#include <toggle_panel.hpp>
Public Member Functions | |
ttoggle_panel () | |
void | set_child_members (const std::map< std::string, string_map > &data) |
Sets the members of the child controls. More... | |
virtual twidget * | find_at (const tpoint &coordinate, const bool must_be_active) override |
See twidget::find_at. More... | |
virtual const twidget * | find_at (const tpoint &coordinate, const bool must_be_active) const override |
See twidget::find_at. More... | |
virtual void | set_active (const bool active) override |
See tcontrol::set_active. More... | |
virtual bool | get_active () const override |
See tcontrol::get_active. More... | |
virtual unsigned | get_state () const override |
See tcontrol::get_state. More... | |
virtual SDL_Rect | get_client_rect () const override |
See tcontainer_::get_client_rect. More... | |
virtual tpoint | border_space () const override |
See tcontainer_::border_space. More... | |
unsigned | get_value () const override |
Inherited from tselectable_. More... | |
void | set_value (const unsigned selected) |
Inherited from tselectable_. More... | |
unsigned | num_states () const override |
Inherited from tselectable_. More... | |
void | set_retval (const int retval) |
void | set_callback_state_change (std::function< void(twidget &)> callback) |
Inherited from tselectable_. More... | |
void | set_callback_mouse_left_double_click (std::function< void(twidget &)> callback) |
Public Member Functions inherited from gui2::tpanel | |
tpanel (const unsigned canvas_count=2) | |
Constructor. More... | |
Public Member Functions inherited from gui2::tcontainer_ | |
tcontainer_ (const unsigned canvas_count) | |
virtual void | layout_initialise (const bool full_initialisation) override |
See twidget::layout_initialise. More... | |
void | reduce_width (const unsigned maximum_width) |
Tries to reduce the width of a container. More... | |
virtual void | request_reduce_width (const unsigned maximum_width) override |
See twidget::request_reduce_width. More... | |
virtual void | demand_reduce_width (const unsigned maximum_width) override |
See twidget::demand_reduce_width. More... | |
void | reduce_height (const unsigned maximum_height) |
Tries to reduce the height of a container. More... | |
virtual void | request_reduce_height (const unsigned maximum_height) override |
See twidget::request_reduce_height. More... | |
virtual void | demand_reduce_height (const unsigned maximum_height) override |
See twidget::demand_reduce_height. More... | |
virtual bool | can_wrap () const override |
See twidget::can_wrap. More... | |
virtual void | place (const tpoint &origin, const tpoint &size) override |
See twidget::place. More... | |
virtual bool | has_widget (const twidget &widget) const override |
See twidget::has_widget. More... | |
virtual void | set_origin (const tpoint &origin) override |
See twidget::set_origin. More... | |
virtual void | set_visible_rectangle (const SDL_Rect &rectangle) override |
See twidget::set_visible_rectangle. More... | |
virtual void | impl_draw_children (surface &frame_buffer, int x_offset, int y_offset) override |
See twidget::impl_draw_children. More... | |
twidget * | find (const std::string &id, const bool must_be_active) override |
See twidget::find. More... | |
const twidget * | find (const std::string &id, const bool must_be_active) const override |
See twidget::find. More... | |
bool | disable_click_dismiss () const override |
See twidget::disable_click_dismiss. More... | |
virtual iterator::twalker_ * | create_walker () override |
See twidget::create_walker. More... | |
void | init_grid (const boost::intrusive_ptr< tbuilder_grid > &grid_builder) |
Initializes and builds the grid. More... | |
tgrid::iterator | begin () |
tgrid::iterator | end () |
unsigned | add_row (const unsigned count=1) |
void | set_rows (const unsigned rows) |
unsigned int | get_rows () const |
void | set_cols (const unsigned cols) |
unsigned int | get_cols () const |
void | set_rows_cols (const unsigned rows, const unsigned cols) |
void | set_child (twidget *widget, const unsigned row, const unsigned col, const unsigned flags, const unsigned border_size) |
void | set_row_grow_factor (const unsigned row, const unsigned factor) |
void | set_column_grow_factor (const unsigned column, const unsigned factor) |
const tgrid & | grid () const |
tgrid & | grid () |
Public Member Functions inherited from gui2::tcontrol | |
tcontrol (const unsigned canvas_count) | |
tcontrol (const implementation::tbuilder_control &builder, const unsigned canvas_count, const std::string &control_type) | |
Constructor. More... | |
virtual void | set_members (const string_map &data) |
Sets the members of the control. More... | |
bool | disable_click_dismiss () const override |
See twidget::disable_click_dismiss. More... | |
tpoint | get_config_minimum_size () const |
Gets the minimum size as defined in the config. More... | |
tpoint | get_config_default_size () const |
Gets the default size as defined in the config. More... | |
tpoint | get_config_maximum_size () const |
Gets the best size as defined in the config. More... | |
virtual unsigned | get_characters_per_line () const |
Returns the number of characters per line. More... | |
virtual bool | get_link_aware () const |
Returns whether the label should be link_aware, in in rendering and in searching for links with get_link. More... | |
virtual std::string | get_link_color () const |
Returns the color string to be used with links. More... | |
twidget * | find (const std::string &id, const bool must_be_active) override |
See twidget::find. More... | |
const twidget * | find (const std::string &id, const bool must_be_active) const override |
See twidget::find. More... | |
void | set_definition (const std::string &definition) |
Sets the definition. More... | |
bool | get_use_tooltip_on_label_overflow () const |
void | set_use_tooltip_on_label_overflow (const bool use_tooltip=true) |
const t_string & | label () const |
virtual void | set_label (const t_string &label) |
virtual void | set_use_markup (bool use_markup) |
bool | get_use_markup () const |
const t_string & | tooltip () const |
void | set_tooltip (const t_string &tooltip) |
const t_string & | help_message () const |
void | set_help_message (const t_string &help_message) |
std::vector< tcanvas > & | canvas () |
tcanvas & | canvas (const unsigned index) |
void | set_text_alignment (const PangoAlignment text_alignment) |
PangoAlignment | get_text_alignment () const |
Public Member Functions inherited from gui2::twidget | |
twidget () | |
twidget (const tbuilder_widget &builder) | |
Constructor. More... | |
virtual | ~twidget () override |
void | set_id (const std::string &id) |
const std::string & | id () const |
twindow * | get_window () |
Get the parent window. More... | |
const twindow * | get_window () const |
The constant version of get_window. More... | |
tdialog * | dialog () |
Returns the top-level dialogue. More... | |
void | set_parent (twidget *parent) |
twidget * | parent () |
tpoint | get_best_size () const |
Gets the best size for the widget. More... | |
virtual bool | can_mouse_focus () const |
Whether the mouse move/click event go 'through' this widget. More... | |
virtual void | set_size (const tpoint &size) |
Sets the size of the widget. More... | |
virtual void | move (const int x_offset, const int y_offset) |
Moves a widget. More... | |
tpoint | get_origin () const |
Returns the screen origin of the widget. More... | |
tpoint | get_size () const |
Returns the size of the widget. More... | |
SDL_Rect | get_rectangle () const |
Gets the bounding rectangle of the widget on the screen. More... | |
int | get_x () const |
int | get_y () const |
unsigned | get_width () const |
unsigned | get_height () const |
void | set_linked_group (const std::string &linked_group) |
SDL_Rect | calculate_blitting_rectangle (const int x_offset, const int y_offset) |
Calculates the blitting rectangle of the widget. More... | |
SDL_Rect | calculate_clipping_rectangle (const int x_offset, const int y_offset) |
Calculates the clipping rectangle of the widget. More... | |
void | draw_background (surface &frame_buffer, int x_offset, int y_offset) |
Draws the background of a widget. More... | |
void | draw_children (surface &frame_buffer, int x_offset, int y_offset) |
Draws the children of a widget. More... | |
void | draw_foreground (surface &frame_buffer, int x_offset, int y_offset) |
Draws the foreground of the widget. More... | |
void | populate_dirty_list (twindow &caller, std::vector< twidget * > &call_stack) |
Adds a widget to the dirty list if it is dirty. More... | |
SDL_Rect | get_dirty_rectangle () const |
Gets the dirty rectangle of the widget. More... | |
void | set_is_dirty (const bool is_dirty) |
bool | get_is_dirty () const |
void | set_visible (const tvisible::scoped_enum visible) |
tvisible::scoped_enum | get_visible () const |
tredraw_action::scoped_enum | get_drawing_action () const |
void | set_debug_border_mode (const unsigned debug_border_mode) |
void | set_debug_border_colour (const unsigned debug_border_colour) |
Public Member Functions inherited from gui2::tevent_executor | |
tevent_executor () | |
virtual | ~tevent_executor () |
void | set_wants_mouse_hover (const bool hover=true) |
bool | wants_mouse_hover () const |
void | set_wants_mouse_left_double_click (const bool click=true) |
bool | wants_mouse_left_double_click () const |
void | set_wants_mouse_middle_double_click (const bool click=true) |
bool | wants_mouse_middle_double_click () const |
tevent_executor & | set_wants_mouse_right_double_click (const bool click=true) |
bool | wants_mouse_right_double_click () const |
Public Member Functions inherited from gui2::event::tdispatcher | |
tdispatcher () | |
virtual | ~tdispatcher () |
void | connect () |
Connects the dispatcher to the event handler. More... | |
bool | has_event (const tevent event, const tevent_type event_type) |
bool | fire (const tevent event, twidget &target) |
Fires an event which has no extra parameters. More... | |
bool | fire (const tevent event, twidget &target, const tpoint &coordinate) |
Fires an event which takes a coordinate parameter. More... | |
bool | fire (const tevent event, twidget &target, const SDLKey key, const SDLMod modifier, const utf8::string &unicode) |
Fires an event which takes keyboard parameters. More... | |
bool | fire (const tevent event, twidget &target, void *) |
Fires an event which takes notification parameters. More... | |
bool | fire (const tevent event, twidget &target, tmessage &message) |
Fires an event which takes message parameters. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event, boost::mpl::int_ < E > > >::type | connect_signal (const tsignal_function &signal, const tposition position=back_child) |
Connect a signal for callback in tset_event. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event, boost::mpl::int_ < E > > >::type | disconnect_signal (const tsignal_function &signal, const tposition position=back_child) |
Disconnect a signal for callback in tset_event. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_mouse, boost::mpl::int_< E > > >::type | connect_signal (const tsignal_mouse_function &signal, const tposition position=back_child) |
Connect a signal for callback in tset_event_mouse. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_mouse, boost::mpl::int_< E > > >::type | disconnect_signal (const tsignal_mouse_function &signal, const tposition position=back_child) |
Disconnect a signal for callback in tset_event_mouse. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_keyboard, boost::mpl::int_< E > > >::type | connect_signal (const tsignal_keyboard_function &signal, const tposition position=back_child) |
Connect a signal for callback in tset_event_keyboard. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_keyboard, boost::mpl::int_< E > > >::type | disconnect_signal (const tsignal_keyboard_function &signal, const tposition position=back_child) |
Disconnect a signal for callback in tset_event_keyboard. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_notification, boost::mpl::int_< E > > >::type | connect_signal (const tsignal_notification_function &signal, const tposition position=back_child) |
Connect a signal for callback in tset_event_notification. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_notification, boost::mpl::int_< E > > >::type | disconnect_signal (const tsignal_notification_function &signal, const tposition position=back_child) |
Disconnect a signal for callback in tset_event_notification. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_message, boost::mpl::int_< E > > >::type | connect_signal (const tsignal_message_function &signal, const tposition position=back_child) |
Connect a signal for callback in tset_event_message. More... | |
template<tevent E> | |
boost::enable_if < boost::mpl::has_key < tset_event_message, boost::mpl::int_< E > > >::type | disconnect_signal (const tsignal_message_function &signal, const tposition position=back_child) |
Disconnect a signal for callback in tset_event_message. More... | |
void | capture_mouse () |
Captures the mouse. More... | |
void | release_mouse () |
Releases the mouse capture. More... | |
void | set_mouse_behavior (const tmouse_behavior mouse_behavior) |
tmouse_behavior | get_mouse_behavior () const |
void | set_want_keyboard_input (const bool want_keyboard_input) |
bool | get_want_keyboard_input () const |
void | register_hotkey (const hotkey::HOTKEY_COMMAND id, const thotkey_function &function) |
Registers a hotkey. More... | |
bool | execute_hotkey (const hotkey::HOTKEY_COMMAND id) |
Executes a hotkey. More... | |
Public Member Functions inherited from gui2::tselectable_ | |
virtual | ~tselectable_ () |
bool | get_value_bool () const |
void | set_value_bool (const bool value) |
Private Types | |
enum | tstate { ENABLED, DISABLED, FOCUSED, COUNT } |
Possible states of the widget. More... | |
Private Member Functions | |
void | set_state (const tstate state) |
virtual void | impl_draw_background (surface &frame_buffer, int x_offset, int y_offset) override |
See twidget::impl_draw_background. More... | |
virtual void | impl_draw_foreground (surface &frame_buffer, int x_offset, int y_offset) override |
See twidget::impl_draw_foreground. More... | |
virtual const std::string & | get_control_type () const override |
See tcontrol::get_control_type. More... | |
void | signal_handler_mouse_enter (const event::tevent event, bool &handled) |
void | signal_handler_mouse_leave (const event::tevent event, bool &handled) |
void | signal_handler_pre_left_button_click (const event::tevent event) |
void | signal_handler_left_button_click (const event::tevent event, bool &handled) |
void | signal_handler_left_button_double_click (const event::tevent event, bool &handled) |
Private Attributes | |
tstate | state_ |
Current state of the widget. More... | |
unsigned | state_num_ |
Usually 1 for selected and 0 for not selected, can also have higher values in tristate buttons. More... | |
int | retval_ |
The return value of the button. More... | |
std::function< void(twidget &)> | callback_state_change_ |
See tselectable_::set_callback_state_change. More... | |
std::function< void(twidget &)> | callback_mouse_left_double_click_ |
Mouse left double click callback. More... | |
Additional Inherited Members | |
Public Types inherited from gui2::event::tdispatcher | |
enum | tevent_type { pre = 1, child = 2, post = 4 } |
enum | tposition { front_pre_child, back_pre_child, front_child, back_child, front_post_child, back_post_child } |
The position where to add a new callback in the signal handler. More... | |
enum | tmouse_behavior { all, hit, none } |
The behavior of the mouse events. More... | |
Protected Member Functions inherited from gui2::tcontainer_ | |
virtual void | layout_children () override |
See twidget::layout_children. More... | |
virtual void | child_populate_dirty_list (twindow &caller, const std::vector< twidget * > &call_stack) override |
See twidget::child_populate_dirty_list. More... | |
Protected Member Functions inherited from gui2::tcontrol | |
tresolution_definition_ptr | config () |
tresolution_definition_const_ptr | config () const |
void | set_config (tresolution_definition_ptr config) |
virtual void | update_canvas () |
Updates the canvas(ses). More... | |
int | get_text_maximum_width () const |
Returns the maximum width available for the text. More... | |
int | get_text_maximum_height () const |
Returns the maximum height available for the text. More... | |
std::string | get_label_token (const gui2::tpoint &position, const char *delimiters=" \n\r\t") const |
Exposes font::ttext::get_token, for the text label of this control. More... | |
std::string | get_label_link (const gui2::tpoint &position) const |
Protected Member Functions inherited from gui2::twidget | |
void | set_layout_size (const tpoint &size) |
const tpoint & | layout_size () const |
Class for a toggle button.
Quite some code looks like ttoggle_button maybe we should inherit from that but let's test first. the problem is that the toggle_button has an icon we don't want, but maybe look at refactoring later. but maybe we should also ditch the icon, not sure however since it's handy for checkboxes...
Definition at line 34 of file toggle_panel.hpp.
|
private |
Possible states of the widget.
Note the order of the states must be the same as defined in settings.hpp. Also note the internals do assume the order for 'up' and 'down' to be the same and also that 'up' is before 'down'. 'up' has no suffix, 'down' has the SELECTED suffix.
Enumerator | |
---|---|
ENABLED | |
DISABLED | |
FOCUSED | |
COUNT |
Definition at line 125 of file toggle_panel.hpp.
gui2::ttoggle_panel::ttoggle_panel | ( | ) |
Definition at line 40 of file toggle_panel.cpp.
References gui2::event::tdispatcher::back_post_child, gui2::event::tdispatcher::back_pre_child, signal_handler_left_button_click(), signal_handler_left_button_double_click(), signal_handler_mouse_enter(), signal_handler_mouse_leave(), and signal_handler_pre_left_button_click().
|
overridevirtual |
See tcontainer_::border_space.
Reimplemented from gui2::tpanel.
Definition at line 158 of file toggle_panel.cpp.
References gui2::tcontrol::config().
|
overridevirtual |
See twidget::find_at.
Reimplemented from gui2::tcontainer_.
Definition at line 101 of file toggle_panel.cpp.
References gui2::tcontainer_::find_at(), and gui2::tcontrol::find_at().
|
overridevirtual |
See twidget::find_at.
Reimplemented from gui2::tcontainer_.
Definition at line 116 of file toggle_panel.cpp.
References gui2::tcontainer_::find_at(), and gui2::tcontrol::find_at().
|
overridevirtual |
See tcontrol::get_active.
Reimplemented from gui2::tpanel.
Definition at line 132 of file toggle_panel.cpp.
|
overridevirtual |
See tcontainer_::get_client_rect.
Reimplemented from gui2::tpanel.
Definition at line 142 of file toggle_panel.cpp.
References gui2::tcontrol::config(), and gui2::twidget::get_rectangle().
|
overrideprivatevirtual |
See tcontrol::get_control_type.
Reimplemented from gui2::tpanel.
Definition at line 216 of file toggle_panel.cpp.
Referenced by signal_handler_pre_left_button_click().
|
overridevirtual |
See tcontrol::get_state.
Reimplemented from gui2::tpanel.
Definition at line 137 of file toggle_panel.cpp.
References COUNT, state_, and state_num_.
|
inlineoverridevirtual |
Inherited from tselectable_.
Implements gui2::tselectable_.
Definition at line 89 of file toggle_panel.hpp.
References state_num_.
Referenced by set_value(), and signal_handler_left_button_click().
|
overrideprivatevirtual |
See twidget::impl_draw_background.
Reimplemented from gui2::tpanel.
Definition at line 198 of file toggle_panel.cpp.
References gui2::tcontrol::impl_draw_background().
|
overrideprivatevirtual |
See twidget::impl_draw_foreground.
Reimplemented from gui2::tpanel.
Definition at line 207 of file toggle_panel.cpp.
References gui2::tcontrol::impl_draw_foreground().
|
overridevirtual |
Inherited from tselectable_.
Implements gui2::tselectable_.
Definition at line 82 of file toggle_panel.cpp.
References gui2::tcontrol::config(), and COUNT.
Referenced by set_value().
|
overridevirtual |
See tcontrol::set_active.
Reimplemented from gui2::tcontainer_.
Definition at line 123 of file toggle_panel.cpp.
References DISABLED, ENABLED, and set_state().
|
inline |
Definition at line 110 of file toggle_panel.hpp.
References callback_mouse_left_double_click_.
Referenced by gui2::tlobby_main::adjust_game_row_contents().
|
inlinevirtual |
Inherited from tselectable_.
Implements gui2::tselectable_.
Definition at line 105 of file toggle_panel.hpp.
References callback_state_change_.
Referenced by gui2::policy::select_action::tselect::init().
void gui2::ttoggle_panel::set_child_members | ( | const std::map< std::string, string_map > & | data | ) |
Sets the members of the child controls.
Sets the members for all controls which have the proper member id. See tcontrol::set_members for more info.
data | Map with the key value pairs to set the members. |
Definition at line 90 of file toggle_panel.cpp.
References gui2::tcontainer_::find(), and gui2::tcontrol::set_members().
Referenced by gui2::policy::select_action::tselect::init(), and gui2::ttree_view_node::init_grid().
Definition at line 178 of file toggle_panel.cpp.
References retval_.
Referenced by gui2::implementation::tbuilder_toggle_panel::build().
Definition at line 183 of file toggle_panel.cpp.
References gui2::tcontrol::config(), gui2::twidget::set_is_dirty(), and state_.
Referenced by set_active(), signal_handler_mouse_enter(), and signal_handler_mouse_leave().
|
virtual |
Inherited from tselectable_.
Implements gui2::tselectable_.
Definition at line 169 of file toggle_panel.cpp.
References get_value(), num_states(), gui2::twidget::set_is_dirty(), and state_num_.
Referenced by signal_handler_left_button_click(), and signal_handler_pre_left_button_click().
|
private |
Definition at line 268 of file toggle_panel.cpp.
References callback_state_change_, DBG_GUI_E, get_value(), LOG_HEADER, sound::play_UI_sound(), set_value(), and gui2::settings::sound_toggle_panel_click.
Referenced by ttoggle_panel().
|
private |
Definition at line 283 of file toggle_panel.cpp.
References callback_mouse_left_double_click_, DBG_GUI_E, gui2::twidget::get_window(), LOG_HEADER, retval_, and gui2::twindow::set_retval().
Referenced by ttoggle_panel().
|
private |
Definition at line 222 of file toggle_panel.cpp.
References DBG_GUI_E, FOCUSED, LOG_HEADER, and set_state().
Referenced by ttoggle_panel().
|
private |
Definition at line 231 of file toggle_panel.cpp.
References DBG_GUI_E, ENABLED, LOG_HEADER, and set_state().
Referenced by ttoggle_panel().
|
private |
Definition at line 241 of file toggle_panel.cpp.
References callback_state_change_, DBG_GUI_E, get_control_type(), gui2::twidget::id(), and set_value().
Referenced by ttoggle_panel().
Mouse left double click callback.
Definition at line 159 of file toggle_panel.hpp.
Referenced by set_callback_mouse_left_double_click(), and signal_handler_left_button_double_click().
See tselectable_::set_callback_state_change.
Definition at line 156 of file toggle_panel.hpp.
Referenced by set_callback_state_change(), signal_handler_left_button_click(), and signal_handler_pre_left_button_click().
|
private |
The return value of the button.
If this value is not 0 and the button is double clicked it sets the retval of the window and the window closes itself.
Definition at line 153 of file toggle_panel.hpp.
Referenced by set_retval(), and signal_handler_left_button_double_click().
|
private |
Current state of the widget.
The state of the widget determines what to render and how the widget reacts to certain 'events'.
Definition at line 140 of file toggle_panel.hpp.
Referenced by get_active(), get_state(), and set_state().
|
private |
Usually 1 for selected and 0 for not selected, can also have higher values in tristate buttons.
Definition at line 145 of file toggle_panel.hpp.
Referenced by get_state(), get_value(), and set_value().