Home
last modified time | relevance | path

Searched refs:Keypad (Results 1 – 25 of 1361) sorted by relevance

12345678910>>...55

/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/gui/
H A Dkeypad.cpp37 const Keypad::KeyDescription Keypad::keyDescriptions[] = {
76 Keypad::Keypad(QWidget* parent) in Keypad() function in Keypad
88 void Keypad::handleRadixCharacterChange() in handleRadixCharacterChange()
93 void Keypad::retranslateText() in retranslateText()
104 QPushButton* Keypad::key(Button button) const in key()
110 void Keypad::createButtons() in createButtons()
134 void Keypad::disableButtonFocus() in disableButtonFocus()
143 void Keypad::layoutButtons() in layoutButtons()
167 void Keypad::setButtonTooltips() in setButtonTooltips()
185 void Keypad::sizeButtons() in sizeButtons()
[all …]
H A Dkeypad.h29 class Keypad : public QWidget {
42 explicit Keypad(QWidget* parent = 0);
45 void buttonPressed(Keypad::Button) const;
58 Q_DISABLE_COPY(Keypad)
H A Dmainwindow.cpp689 m_widgets.keypad = new Keypad(m_widgets.root); in createKeypad()
692 …connect(m_widgets.keypad, SIGNAL(buttonPressed(Keypad::Button)), SLOT(handleKeypadButtonPress(Keyp… in createKeypad()
2079 case Keypad::Key0: insertTextIntoEditor("0"); break; in handleKeypadButtonPress()
2080 case Keypad::Key1: insertTextIntoEditor("1"); break; in handleKeypadButtonPress()
2081 case Keypad::Key2: insertTextIntoEditor("2"); break; in handleKeypadButtonPress()
2082 case Keypad::Key3: insertTextIntoEditor("3"); break; in handleKeypadButtonPress()
2083 case Keypad::Key4: insertTextIntoEditor("4"); break; in handleKeypadButtonPress()
2084 case Keypad::Key5: insertTextIntoEditor("5"); break; in handleKeypadButtonPress()
2085 case Keypad::Key6: insertTextIntoEditor("6"); break; in handleKeypadButtonPress()
2086 case Keypad::Key7: insertTextIntoEditor("7"); break; in handleKeypadButtonPress()
[all …]
/dports/sysutils/hid-tools/hid-tools-0.2/hidtools/data/
H A D0007_keyboard.hut86 54 Keypad /
87 55 Keypad *
88 56 Keypad -
89 57 Keypad +
90 58 Keypad ENTER
91 59 Keypad 1 and End
95 5D Keypad 5
97 5F Keypad 7 and Home
105 67 Keypad =
135 85 Keypad Comma
[all …]
/dports/cad/ktechlab/ktechlab-0.50.0/src/flowparts/
H A Dkeypad.cpp18 Item* Keypad::construct( ItemDocument *itemDocument, bool newItem, const char *id ) in construct()
20 return new Keypad( (ICNDocument*)itemDocument, newItem, id ); in construct()
23 LibraryItem* Keypad::libraryItem() in libraryItem()
31 Keypad::construct in libraryItem()
35 Keypad::Keypad( ICNDocument *icnDocument, bool newItem, const char *id ) in Keypad() function in Keypad
51 Keypad::~Keypad() in ~Keypad()
55 void Keypad::dataChanged() in dataChanged()
60 void Keypad::generateMicrobe( FlowCode *code ) in generateMicrobe()
H A Dkeypad.h20 class Keypad : public FlowPart
23 Keypad( ICNDocument *icnDocument, bool newItem, const char *id = nullptr );
24 ~Keypad() override;
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/src/nds/
H A Dinput.inc7 KEY_A : KEYPAD_BITS = (1 shl 0); // Keypad A button.
8 KEY_B : KEYPAD_BITS = (1 shl 1); // Keypad B button.
9 KEY_SELECT : KEYPAD_BITS = (1 shl 2); // Keypad SELECT button.
10 KEY_START : KEYPAD_BITS = (1 shl 3); // Keypad START button.
11 KEY_RIGHT : KEYPAD_BITS = (1 shl 4); // Keypad RIGHT button.
12 KEY_LEFT : KEYPAD_BITS = (1 shl 5); // Keypad LEFT button.
13 KEY_UP : KEYPAD_BITS = (1 shl 6); // Keypad UP button.
14 KEY_DOWN : KEYPAD_BITS = (1 shl 7); // Keypad DOWN button.
17 KEY_X : KEYPAD_BITS = (1 shl 10); // Keypad X button.
18 KEY_Y : KEYPAD_BITS = (1 shl 11); // Keypad Y button.
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerInterface/Quartz/
H A DQuartzKeyboardAndMouse.mm96 {kVK_ANSI_KeypadPlus, "Keypad +"},
98 {kVK_ANSI_Keypad1, "Keypad 1"},
99 {kVK_ANSI_Keypad2, "Keypad 2"},
100 {kVK_ANSI_Keypad3, "Keypad 3"},
101 {kVK_ANSI_Keypad4, "Keypad 4"},
102 {kVK_ANSI_Keypad5, "Keypad 5"},
103 {kVK_ANSI_Keypad6, "Keypad 6"},
104 {kVK_ANSI_Keypad7, "Keypad 7"},
105 {kVK_ANSI_Keypad8, "Keypad 8"},
106 {kVK_ANSI_Keypad9, "Keypad 9"},
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/auto/
H A Dkeypad.rs28 impl Keypad { impl
29 pub fn new(only_digits: bool, show_symbols: bool) -> Keypad { in new() argument
37 pub const NONE_KEYPAD: Option<&Keypad> = None;
69 impl<O: IsA<Keypad>> KeypadExt for O {
130 where P: IsA<Keypad> in connect_property_entry_notify() argument
133 f(&Keypad::from_glib_borrow(this).unsafe_cast()) in connect_property_entry_notify()
144 where P: IsA<Keypad> in connect_property_left_action_notify() argument
158 where P: IsA<Keypad> in connect_property_only_digits_notify() argument
172 where P: IsA<Keypad> in connect_property_right_action_notify() argument
186 where P: IsA<Keypad> in connect_property_show_symbols_notify() argument
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/doc/
H A DKEYBINDINGS51 KP_0: Keypad 0
52 KP_1: Keypad 1
53 KP_2: Keypad 2
54 KP_3: Keypad 3
55 KP_4: Keypad 4
56 KP_5: Keypad 5
57 KP_6: Keypad 6
58 KP_7: Keypad 7
59 KP_8: Keypad 8
60 KP_9: Keypad 9
[all …]
/dports/devel/z88dk/z88dk/libsrc/target/alphatro/input/
H A Din_keytranstbl.asm26 defb 255, '+', '=', '-', 255, '.', '9', '8' ; Keypad
27 defb '7', '6', '5', '4', '3', '2', '1', '0' ; Keypad
40 defb 255, '+', '=', '-', 255, '.', '9', '8' ; Keypad
41 defb '7', '6', '5', '4', '3', '2', '1', '0' ; Keypad
54 defb 255, '+', '=', '-', 255, '.', '9', '8' ; Keypad
55 defb '7', '6', '5', '4', '3', '2', '1', '0' ; Keypad
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dkeypad.rs26 impl Keypad { impl
111 pub fn build(self) -> Keypad { in build() argument
477 pub const NONE_KEYPAD: Option<&Keypad> = None;
551 impl<O: IsA<Keypad>> KeypadExt for O {
655 P: IsA<Keypad>, in connect_column_spacing_notify() argument
663 f(Keypad::from_glib_borrow(this).unsafe_cast_ref()) in connect_column_spacing_notify()
685 f(Keypad::from_glib_borrow(this).unsafe_cast_ref()) in connect_end_action_notify()
707 f(Keypad::from_glib_borrow(this).unsafe_cast_ref()) in connect_entry_notify()
724 P: IsA<Keypad>, in connect_letters_visible_notify() argument
793 P: IsA<Keypad>, in connect_symbols_visible_notify() argument
[all …]
/dports/emulators/cemu/CEmu-1.3/gui/qt/keypad/
H A Dkeymap.cpp176 static const HostKey KEY(neg)[] = { MOD(Minus, No, Keypad), MOD(Slash, No, Keypad), none };
177 static const HostKey KEY(add)[] = { MOD(Plus, Keypad, Keypad), none };
178 static const HostKey KEY(sub)[] = { MOD(Minus, Keypad, Keypad), NRM(W), none };
179 static const HostKey KEY(mul)[] = { MOD(Asterisk, Keypad, Keypad), NRM(R), none };
180 static const HostKey KEY(div)[] = { MOD(Slash, Keypad, Keypad), NRM(M), none };
206 static const HostKey KEY(dot)[] = { NRM(Period), MOD(Delete, Keypad, Keypad), none };
231 static const HostKey KEY(clr)[] = { MOD(Slash, No, Keypad), none };
243 static const HostKey KEY(add)[] = { MOD(Plus, Keypad, Keypad), none };
244 static const HostKey KEY(sub)[] = { MOD(Minus, Keypad, Keypad), NRM(W), none };
245 static const HostKey KEY(mul)[] = { MOD(Asterisk, Keypad, Keypad), NRM(R), none };
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dkdeglwidget.cpp333 if (e->state() & Qt::Keypad) in handleSpecialKey()
337 if (e->state() & Qt::Keypad) in handleSpecialKey()
341 if (e->state() & Qt::Keypad) in handleSpecialKey()
345 if (e->state() & Qt::Keypad) in handleSpecialKey()
349 if (e->state() & Qt::Keypad) in handleSpecialKey()
353 if (e->state() & Qt::Keypad) in handleSpecialKey()
357 if (e->state() & Qt::Keypad) in handleSpecialKey()
361 if (e->state() & Qt::Keypad) in handleSpecialKey()
365 if (e->state() & Qt::Keypad) in handleSpecialKey()
369 if (e->state() & Qt::Keypad) in handleSpecialKey()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dkdeglwidget.cpp333 if (e->state() & Qt::Keypad) in handleSpecialKey()
337 if (e->state() & Qt::Keypad) in handleSpecialKey()
341 if (e->state() & Qt::Keypad) in handleSpecialKey()
345 if (e->state() & Qt::Keypad) in handleSpecialKey()
349 if (e->state() & Qt::Keypad) in handleSpecialKey()
353 if (e->state() & Qt::Keypad) in handleSpecialKey()
357 if (e->state() & Qt::Keypad) in handleSpecialKey()
361 if (e->state() & Qt::Keypad) in handleSpecialKey()
365 if (e->state() & Qt::Keypad) in handleSpecialKey()
369 if (e->state() & Qt::Keypad) in handleSpecialKey()
/dports/games/zangband/zangband/lib/pref/
H A Dpref-mac.prf15 # Shift-Keypad -- Directed running
47 # Control-Keypad -- Directed tunneling
80 # Option-Control-Keypad -- wield {@0} and tunnel
112 # Option-Control-Keypad-Zero -- wield {@0}
138 # Keypad -- (/,*,7,8,9,-,4,5,6,+,1,2,3,0,.)
H A Dpref-tnb.prf4 # Control + Keypad
33 # Shift + Keypad
88 # Shift + Keypad
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/hlpfiles/Kp/
H A DCancel.btn24 Keypad Cancel Button
26 This button is used to close the Keypad window.
27 To open it again, use the Keypad button on the
H A DEnter.btn24 Keypad Enter Button
26 Keypad in "track" mode:
33 Keypad in "disc" mode:
H A DWarp.scl26 Keypad in "track" mode:
30 The elapsed time is displayed in the Keypad
38 Keypad in "disc" mode:
/dports/games/tomenet/tomenet-4.6.0/lib/user/
H A Dpref-mac.prf12 # Shift-Keypad -- Directed running
44 # Control-Keypad -- Directed tunneling
77 # Option-Control-Keypad -- wield {@0} and tunnel
109 # Option-Control-Keypad-Zero -- wield {@0}
/dports/games/mangband/mangband-1.5.3/lib/pref/
H A Dpref-mac.prf12 # Shift-Keypad -- Directed running
44 # Control-Keypad -- Directed tunneling
77 # Option-Control-Keypad -- wield {@0} and tunnel
109 # Option-Control-Keypad-Zero -- wield {@0}
/dports/sysutils/apcctrl/apcctrl-0.8.21/examples/
H A Dusb_hid_usages21 0x07 Keypad
285 0x54 Keypad /
286 0x55 Keypad *
287 0x56 Keypad -
288 0x57 Keypad +
289 0x58 Keypad ENTER
290 0x59 Keypad 1 and End
294 0x5D Keypad 5
296 0x5F Keypad 7 and Home
304 0x67 Keypad =
[all …]
/dports/sysutils/apcupsd/apcupsd-3.14.14/examples/
H A Dusb_hid_usages21 0x07 Keypad
285 0x54 Keypad /
286 0x55 Keypad *
287 0x56 Keypad -
288 0x57 Keypad +
289 0x58 Keypad ENTER
290 0x59 Keypad 1 and End
294 0x5D Keypad 5
296 0x5F Keypad 7 and Home
304 0x67 Keypad =
[all …]
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/
H A Dataritt101 section "Keypad" {
124 }; // End of "Keypad" section
226 section "Keypad" {
249 }; // End of "Keypad" section

12345678910>>...55