The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
gui::dialog_process_info Struct Reference

#include <construct_dialog.hpp>

Public Member Functions

 dialog_process_info ()
 
void clear_buttons ()
 
void cycle ()
 

Public Attributes

CKey key
 
bool left_button
 
bool right_button
 
bool key_down
 
bool first_time
 
bool double_clicked
 
bool new_left_button
 
bool new_right_button
 
bool new_key_down
 
int selection
 

Private Attributes

bool clear_buttons_
 

Detailed Description

Definition at line 27 of file construct_dialog.hpp.

Constructor & Destructor Documentation

gui::dialog_process_info::dialog_process_info ( )
inline

Definition at line 30 of file construct_dialog.hpp.

Member Function Documentation

void gui::dialog_process_info::clear_buttons ( )
inline
void gui::dialog_process_info::cycle ( )
inline

Member Data Documentation

bool gui::dialog_process_info::clear_buttons_
private

Definition at line 65 of file construct_dialog.hpp.

Referenced by clear_buttons(), and cycle().

bool gui::dialog_process_info::double_clicked
bool gui::dialog_process_info::first_time
CKey gui::dialog_process_info::key

Definition at line 60 of file construct_dialog.hpp.

Referenced by gui::dialog::process().

bool gui::dialog_process_info::key_down

Definition at line 61 of file construct_dialog.hpp.

Referenced by statistics_dialog::action(), cycle(), and gui::dialog::process().

bool gui::dialog_process_info::left_button

Definition at line 61 of file construct_dialog.hpp.

Referenced by cycle(), and gui::dialog::process().

bool gui::dialog_process_info::new_key_down

Definition at line 62 of file construct_dialog.hpp.

Referenced by statistics_dialog::action(), cycle(), and gui::dialog::process().

bool gui::dialog_process_info::new_left_button

Definition at line 62 of file construct_dialog.hpp.

Referenced by dialogs::file_dialog::action(), cycle(), and gui::dialog::process().

bool gui::dialog_process_info::new_right_button

Definition at line 62 of file construct_dialog.hpp.

Referenced by cycle(), and gui::dialog::process().

bool gui::dialog_process_info::right_button

Definition at line 61 of file construct_dialog.hpp.

Referenced by cycle(), and gui::dialog::process().

int gui::dialog_process_info::selection

Definition at line 63 of file construct_dialog.hpp.

Referenced by dialogs::file_dialog::action(), and gui::dialog::process().


The documentation for this struct was generated from the following file: