#include "../global.h"#include <SDL.h>Include dependency graph for keysymbols.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ct_invvalue -1 |
| #define | ct_shp 2048 |
| #define | ct_stp 512 |
| #define | ct_altp 1024 |
| #define | ct_space SDLK_SPACE |
| #define | ct_bspace SDLK_BACKSPACE |
| #define | ct_lshift SDLK_LSHIFT |
| #define | ct_rshift SDLK_RSHIFT |
| #define | ct_lstrg SDLK_LCTRL |
| #define | ct_rstrg SDLK_RCTRL |
| #define | ct_lalt SDLK_LALT |
| #define | ct_ralt SDLK_RALT |
| #define | ct_roll SDLK_SCROLLOCK |
| #define | ct_pause SDLK_PAUSE |
| #define | ct_druck SDLK_PRINT |
| #define | ct_esc SDLK_ESCAPE |
| #define | ct_tab SDLK_TAB |
| #define | ct_shift_tab (ct_tab | ct_shp) |
| #define | ct_capslck SDLK_CAPSLOCK |
| #define | ct_sb SDLK_LESS |
| #define | ct_gitt SDLK_HASH |
| #define | ct_enter SDLK_RETURN |
| #define | ct_minus SDLK_MINUS |
| #define | ct_plus SDLK_PLUS |
| #define | ct_punkt SDLK_PERIOD |
| #define | ct_point ct_punkt |
| #define | ct_komma SDLK_COMMA |
| #define | ct_num SDLK_NUMLOCK |
| #define | ct_divk SDLK_KP_DIVIDE |
| #define | ct_malk SDLK_KP_MULTIPLY |
| #define | ct_minusk SDLK_KP_MINUS |
| #define | ct_plusk SDLK_KP_PLUS |
| #define | ct_enterk SDLK_KP_ENTER |
| #define | ct_entk SDLK_KP_PERIOD |
| #define | ct_0k SDLK_KP0 |
| #define | ct_1k SDLK_KP1 |
| #define | ct_2k SDLK_KP2 |
| #define | ct_3k SDLK_KP3 |
| #define | ct_4k SDLK_KP4 |
| #define | ct_5k SDLK_KP5 |
| #define | ct_6k SDLK_KP6 |
| #define | ct_7k SDLK_KP7 |
| #define | ct_8k SDLK_KP8 |
| #define | ct_9k SDLK_KP9 |
| #define | ct_a SDLK_a |
| #define | ct_b SDLK_b |
| #define | ct_c SDLK_c |
| #define | ct_d SDLK_d |
| #define | ct_e SDLK_e |
| #define | ct_f SDLK_f |
| #define | ct_g SDLK_g |
| #define | ct_h SDLK_h |
| #define | ct_i SDLK_i |
| #define | ct_j SDLK_j |
| #define | ct_k SDLK_k |
| #define | ct_l SDLK_l |
| #define | ct_m SDLK_m |
| #define | ct_n SDLK_n |
| #define | ct_o SDLK_o |
| #define | ct_p SDLK_p |
| #define | ct_q SDLK_q |
| #define | ct_r SDLK_r |
| #define | ct_s SDLK_s |
| #define | ct_t SDLK_t |
| #define | ct_u SDLK_u |
| #define | ct_v SDLK_v |
| #define | ct_w SDLK_w |
| #define | ct_x SDLK_x |
| #define | ct_y SDLK_y |
| #define | ct_z SDLK_z |
| #define | ct_circ SDLK_CARET |
| #define | ct_0 SDLK_0 |
| #define | ct_1 SDLK_1 |
| #define | ct_2 SDLK_2 |
| #define | ct_3 SDLK_3 |
| #define | ct_4 SDLK_4 |
| #define | ct_5 SDLK_5 |
| #define | ct_6 SDLK_6 |
| #define | ct_7 SDLK_7 |
| #define | ct_8 SDLK_8 |
| #define | ct_9 SDLK_9 |
| #define | ct_left SDLK_LEFT |
| #define | ct_right SDLK_RIGHT |
| #define | ct_up SDLK_UP |
| #define | ct_down SDLK_DOWN |
| #define | ct_entf SDLK_DELETE |
| #define | ct_einf SDLK_INSERT |
| #define | ct_pos1 SDLK_HOME |
| #define | ct_ende SDLK_END |
| #define | ct_pdown SDLK_PAGEDOWN |
| #define | ct_pup SDLK_PAGEUP |
| #define | ct_f1 SDLK_F1 |
| #define | ct_f2 SDLK_F2 |
| #define | ct_f3 SDLK_F3 |
| #define | ct_f4 SDLK_F4 |
| #define | ct_f5 SDLK_F5 |
| #define | ct_f6 SDLK_F6 |
| #define | ct_f7 SDLK_F7 |
| #define | ct_f8 SDLK_F8 |
| #define | ct_f9 SDLK_F9 |
| #define | ct_f10 SDLK_F10 |
| #define | ct_f11 SDLK_F11 |
| #define | ct_f12 SDLK_F12 |
| #define | cto_invvalue -1 |
| #define | cto_shp 2048 |
| #define | cto_stp 512 |
| #define | cto_altp 1024 |
| #define | cto_space SDLK_SPACE |
| #define | cto_bspace SDLK_BACKSPACE |
| #define | cto_lshift SDLK_LSHIFT |
| #define | cto_rshift SDLK_RSHIFT |
| #define | cto_lstrg SDLK_LCTRL |
| #define | cto_rstrg SDLK_RCTRL |
| #define | cto_lalt SDLK_LALT |
| #define | cto_ralt SDLK_RALT |
| #define | cto_roll SDLK_SCROLLOCK |
| #define | cto_pause SDLK_PAUSE |
| #define | cto_druck SDLK_PRINT |
| #define | cto_esc SDLK_ESCAPE |
| #define | cto_tab SDLK_TAB |
| #define | cto_shift_tab (cto_tab | cto_shp) |
| #define | cto_capslck SDLK_CAPSLOCK |
| #define | cto_sb SDLK_LESS |
| #define | cto_gitt SDLK_HASH |
| #define | cto_enter SDLK_RETURN |
| #define | cto_minus SDLK_MINUS |
| #define | cto_plus SDLK_PLUS |
| #define | cto_punkt SDLK_PERIOD |
| #define | cto_point cto_punkt |
| #define | cto_komma SDLK_COMMA |
| #define | cto_num SDLK_NUMLOCK |
| #define | cto_divk SDLK_KP_DIVIDE |
| #define | cto_malk SDLK_KP_MULTIPLY |
| #define | cto_minusk SDLK_KP_MINUS |
| #define | cto_plusk SDLK_KP_PLUS |
| #define | cto_enterk SDLK_KP_ENTER |
| #define | cto_entk SDLK_KP_PERIOD |
| #define | cto_0k SDLK_KP0 |
| #define | cto_1k SDLK_KP1 |
| #define | cto_2k SDLK_KP2 |
| #define | cto_3k SDLK_KP3 |
| #define | cto_4k SDLK_KP4 |
| #define | cto_5k SDLK_KP5 |
| #define | cto_6k SDLK_KP6 |
| #define | cto_7k SDLK_KP7 |
| #define | cto_8k SDLK_KP8 |
| #define | cto_9k SDLK_KP9 |
| #define | cto_a SDLK_a |
| #define | cto_b SDLK_b |
| #define | cto_c SDLK_c |
| #define | cto_d SDLK_d |
| #define | cto_e SDLK_e |
| #define | cto_f SDLK_f |
| #define | cto_g SDLK_g |
| #define | cto_h SDLK_h |
| #define | cto_i SDLK_i |
| #define | cto_j SDLK_j |
| #define | cto_k SDLK_k |
| #define | cto_l SDLK_l |
| #define | cto_m SDLK_m |
| #define | cto_n SDLK_n |
| #define | cto_o SDLK_o |
| #define | cto_p SDLK_p |
| #define | cto_q SDLK_q |
| #define | cto_r SDLK_r |
| #define | cto_s SDLK_s |
| #define | cto_t SDLK_t |
| #define | cto_u SDLK_u |
| #define | cto_v SDLK_v |
| #define | cto_w SDLK_w |
| #define | cto_x SDLK_x |
| #define | cto_y SDLK_y |
| #define | cto_z SDLK_z |
| #define | cto_circ SDLK_CARET |
| #define | cto_0 SDLK_0 |
| #define | cto_1 SDLK_1 |
| #define | cto_2 SDLK_2 |
| #define | cto_3 SDLK_3 |
| #define | cto_4 SDLK_4 |
| #define | cto_5 SDLK_5 |
| #define | cto_6 SDLK_6 |
| #define | cto_7 SDLK_7 |
| #define | cto_8 SDLK_8 |
| #define | cto_9 SDLK_9 |
| #define | cto_left SDLK_LEFT |
| #define | cto_right SDLK_RIGHT |
| #define | cto_up SDLK_UP |
| #define | cto_down SDLK_DOWN |
| #define | cto_entf SDLK_DELETE |
| #define | cto_einf SDLK_INSERT |
| #define | cto_pos1 SDLK_HOME |
| #define | cto_ende SDLK_END |
| #define | cto_pdown SDLK_PAGEDOWN |
| #define | cto_pup SDLK_PAGEUP |
| #define | cto_f1 SDLK_F1 |
| #define | cto_f2 SDLK_F2 |
| #define | cto_f3 SDLK_F3 |
| #define | cto_f4 SDLK_F4 |
| #define | cto_f5 SDLK_F5 |
| #define | cto_f6 SDLK_F6 |
| #define | cto_f7 SDLK_F7 |
| #define | cto_f8 SDLK_F8 |
| #define | cto_f9 SDLK_F9 |
| #define | cto_f10 SDLK_F10 |
| #define | cto_f11 SDLK_F11 |
| #define | cto_f12 SDLK_F12 |
|
|
Definition at line 107 of file keysymbols.h. Referenced by UnitPropertyEditor::init(). |
|
|
Definition at line 65 of file keysymbols.h. |
|
|
Definition at line 108 of file keysymbols.h. Referenced by tplayerselall::init(), tplayerchange::init(), and tmapgenerator::init(). |
|
|
Definition at line 66 of file keysymbols.h. Referenced by tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 109 of file keysymbols.h. Referenced by tmapgenerator::init(). |
|
|
Definition at line 67 of file keysymbols.h. Referenced by tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 110 of file keysymbols.h. Referenced by tmapgenerator::init(). |
|
|
Definition at line 68 of file keysymbols.h. Referenced by tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 111 of file keysymbols.h. Referenced by tmapgenerator::init(). |
|
|
Definition at line 69 of file keysymbols.h. |
|
|
Definition at line 112 of file keysymbols.h. Referenced by tmapgenerator::init(). |
|
|
Definition at line 70 of file keysymbols.h. |
|
|
Definition at line 113 of file keysymbols.h. |
|
|
Definition at line 71 of file keysymbols.h. |
|
|
Definition at line 114 of file keysymbols.h. |
|
|
Definition at line 72 of file keysymbols.h. Referenced by tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 115 of file keysymbols.h. |
|
|
Definition at line 73 of file keysymbols.h. Referenced by tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 116 of file keysymbols.h. |
|
|
Definition at line 74 of file keysymbols.h. Referenced by tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 76 of file keysymbols.h. |
|
|
Definition at line 28 of file keysymbols.h. Referenced by processEvents(). |
|
|
Definition at line 77 of file keysymbols.h. Referenced by MirrorMap::init(), and ResizeMap::init(). |
|
|
Definition at line 31 of file keysymbols.h. |
|
|
Definition at line 78 of file keysymbols.h. |
|
|
Definition at line 48 of file keysymbols.h. |
|
|
Definition at line 106 of file keysymbols.h. |
|
|
Definition at line 79 of file keysymbols.h. |
|
|
Definition at line 59 of file keysymbols.h. |
|
|
Definition at line 123 of file keysymbols.h. Referenced by tdlgengine::addscrollbar(), tviewtextwithscrolling::checkscrolling(), tmapgenerator::init(), tgiveunitawaydlg::run(), ttributepayments::run(), tchoosetechnology::run(), and tstringselect::run(). |
|
|
Definition at line 41 of file keysymbols.h. |
|
|
Definition at line 80 of file keysymbols.h. |
|
|
Definition at line 126 of file keysymbols.h. Referenced by tdialogbox::intedit(), and tdialogbox::stredit(). |
|
|
Definition at line 128 of file keysymbols.h. Referenced by tdlgengine::addscrollbar(), tdlgengine::buttonpressed(), tviewtextwithscrolling::checkscrolling(), tdialogbox::intedit(), tstringselect::run(), and tdialogbox::stredit(). |
|
|
|
Definition at line 63 of file keysymbols.h. Referenced by tdisplaymessage::init(). |
|
|
Definition at line 125 of file keysymbols.h. Referenced by tdialogbox::intedit(), and tdialogbox::stredit(). |
|
|
Definition at line 64 of file keysymbols.h. |
|
|
|
Definition at line 81 of file keysymbols.h. |
|
|
Definition at line 132 of file keysymbols.h. Referenced by BuildingValues::init(), tplayerchange::run(), and tmapgenerator::run(). |
|
|
Definition at line 141 of file keysymbols.h. |
|
|
Definition at line 142 of file keysymbols.h. |
|
|
Definition at line 143 of file keysymbols.h. |
|
|
Definition at line 133 of file keysymbols.h. |
|
|
Definition at line 134 of file keysymbols.h. |
|
|
Definition at line 135 of file keysymbols.h. |
|
|
Definition at line 136 of file keysymbols.h. |
|
|
Definition at line 137 of file keysymbols.h. |
|
|
Definition at line 138 of file keysymbols.h. |
|
|
Definition at line 139 of file keysymbols.h. |
|
|
Definition at line 140 of file keysymbols.h. |
|
|
Definition at line 82 of file keysymbols.h. |
|
|
Definition at line 50 of file keysymbols.h. |
|
|
Definition at line 83 of file keysymbols.h. |
|
|
Definition at line 84 of file keysymbols.h. |
|
|
Definition at line 25 of file keysymbols.h. Referenced by char2key(), tdialogbox::run(), and tdialogbox::stredit(). |
|
|
Definition at line 85 of file keysymbols.h. |
|
|
Definition at line 86 of file keysymbols.h. |
|
|
Definition at line 56 of file keysymbols.h. |
|
|
Definition at line 87 of file keysymbols.h. Referenced by ResizeMap::init(). |
|
|
Definition at line 36 of file keysymbols.h. |
|
|
Definition at line 120 of file keysymbols.h. Referenced by tmapgenerator::init(), tdialogbox::intedit(), and tdialogbox::stredit(). |
|
|
Definition at line 32 of file keysymbols.h. Referenced by GuiFunctions::Descend::execute(), GuiFunctions::Ascend::execute(), GuiFunctions::Movement::execute(), CargoGuiFunctions::Movement::execute(), and researchinfo(). |
|
|
Definition at line 34 of file keysymbols.h. |
|
|
Definition at line 88 of file keysymbols.h. Referenced by MirrorMap::init(). |
|
|
Definition at line 60 of file keysymbols.h. |
|
|
Definition at line 52 of file keysymbols.h. Referenced by tmapgenerator::init(). |
|
|
Definition at line 61 of file keysymbols.h. |
|
|
Definition at line 89 of file keysymbols.h. |
|
|
Definition at line 58 of file keysymbols.h. |
|
|
Definition at line 90 of file keysymbols.h. Referenced by MirrorMap::init(). |
|
|
Definition at line 91 of file keysymbols.h. |
|
|
Definition at line 40 of file keysymbols.h. |
|
|
Definition at line 129 of file keysymbols.h. Referenced by tdlgengine::addscrollbar(), tdlgengine::buttonpressed(), and tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 53 of file keysymbols.h. Referenced by tmapgenerator::init(). |
|
|
Definition at line 62 of file keysymbols.h. |
|
|
Definition at line 55 of file keysymbols.h. |
|
|
Definition at line 127 of file keysymbols.h. Referenced by tdlgengine::addscrollbar(), tdlgengine::buttonpressed(), tviewtextwithscrolling::checkscrolling(), tdialogbox::intedit(), tstringselect::run(), and tdialogbox::stredit(). |
|
|
Definition at line 54 of file keysymbols.h. |
|
|
Definition at line 130 of file keysymbols.h. Referenced by tdlgengine::addscrollbar(), tdlgengine::buttonpressed(), and tviewtextwithscrolling::checkscrolling(). |
|
|
Definition at line 92 of file keysymbols.h. |
|
|
Definition at line 93 of file keysymbols.h. Referenced by MirrorMap::init(), and ResizeMap::init(). |
|
|
Definition at line 37 of file keysymbols.h. |
|
|
Definition at line 121 of file keysymbols.h. Referenced by tmapgenerator::init(), tdialogbox::intedit(), and tdialogbox::stredit(). |
|
|
Definition at line 39 of file keysymbols.h. |
|
|
Definition at line 33 of file keysymbols.h. Referenced by GuiFunctions::Descend::execute(), GuiFunctions::Ascend::execute(), GuiFunctions::Movement::execute(), and CargoGuiFunctions::Movement::execute(). |
|
|
Definition at line 35 of file keysymbols.h. |
|
|
Definition at line 94 of file keysymbols.h. |
|
|
Definition at line 49 of file keysymbols.h. |
|
|
Definition at line 46 of file keysymbols.h. Referenced by tdialogbox::run(). |
|
|
Definition at line 26 of file keysymbols.h. Referenced by processEvents(). |
|
|
Definition at line 30 of file keysymbols.h. Referenced by tdlgengine::addeingabe(), tshownewtanks::init(), tchoosetechlevel::init(), tchoosetechnology::init(), tdisplaymessage::init(), tchoosezoomlevel::init(), tviewanytext::init(), and thelpsystem::setup(). |
|
|
Definition at line 27 of file keysymbols.h. Referenced by tdialogbox::intedit(), processEvents(), and tdialogbox::stredit(). |
|
|
Definition at line 95 of file keysymbols.h. Referenced by ResizeMap::init(). |
|
|
Definition at line 44 of file keysymbols.h. Referenced by tdialogbox::run(). |
|
|
Definition at line 96 of file keysymbols.h. Referenced by MirrorMap::init(). |
|
|
Definition at line 122 of file keysymbols.h. Referenced by tdlgengine::addscrollbar(), tviewtextwithscrolling::checkscrolling(), tmapgenerator::init(), tgiveunitawaydlg::run(), ttributepayments::run(), tchoosetechnology::run(), and tstringselect::run(). |
|
|
Definition at line 97 of file keysymbols.h. |
|
|
Definition at line 98 of file keysymbols.h. Referenced by MirrorMap::init(). |
|
|
Definition at line 99 of file keysymbols.h. Referenced by MirrorMap::init(). |
|
|
Definition at line 100 of file keysymbols.h. Referenced by MirrorMap::init(). |
|
|
Definition at line 101 of file keysymbols.h. |
|
|
Definition at line 227 of file keysymbols.h. |
|
|
Definition at line 185 of file keysymbols.h. |