Home
last modified time | relevance | path

Searched refs:btnIndex (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/blue_force/
H A Dblueforce_dialogs.cpp403 int btnIndex = -1; in execute() local
406 btnIndex = idx; in execute()
411 return btnIndex; in execute()
425 return btnIndex; in show()
438 int btnIndex = -1; in show() local
440 btnIndex = 0; in show()
442 btnIndex = 1; in show()
444 btnIndex = 2; in show()
446 btnIndex = 3; in show()
448 btnIndex = 4; in show()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/blue_force/
H A Dblueforce_dialogs.cpp405 int btnIndex = -1; in execute() local
408 btnIndex = idx; in execute()
413 return btnIndex; in execute()
427 return btnIndex; in show()
440 int btnIndex = -1; in show() local
442 btnIndex = 0; in show()
444 btnIndex = 1; in show()
446 btnIndex = 2; in show()
448 btnIndex = 3; in show()
450 btnIndex = 4; in show()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs.cpp122 for (uint btnIndex = 0; btnIndex < _buttons.size(); ++btnIndex) { in checkEvents() local
123 UIButton &btn = _buttons[btnIndex]; in checkEvents()
150 for (uint btnIndex = 0; btnIndex < _buttons.size(); ++btnIndex) { in drawButtons() local
151 UIButton &btn = _buttons[btnIndex]; in drawButtons()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs.cpp122 for (uint btnIndex = 0; btnIndex < _buttons.size(); ++btnIndex) { in checkEvents() local
123 UIButton &btn = _buttons[btnIndex]; in checkEvents()
150 for (uint btnIndex = 0; btnIndex < _buttons.size(); ++btnIndex) { in drawButtons() local
151 UIButton &btn = _buttons[btnIndex]; in drawButtons()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JFrame/8255880/
H A DRepaintOnFrameIconifiedStateChangeTest.java53 private static final int btnIndex = 1; field in RepaintOnFrameIconifiedStateChangeTest
96 button.setText(strsForComps[btnIndex][1]); in main()
176 comps[btnIndex] = button = new JButton(strsForComps[btnIndex][0]) { in createGUI()
181 compRedrawn[btnIndex] = true; in createGUI()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel_saveload.cpp143 void ScalpelSaveManager::highlightButtons(int btnIndex) { in highlightButtons() argument
145 byte color = (btnIndex == 0) ? COMMAND_HIGHLIGHTED : COMMAND_FOREGROUND; in highlightButtons()
149 if ((btnIndex == 1) || ((_envMode == SAVEMODE_LOAD) && (btnIndex != 2))) in highlightButtons()
154 if ((btnIndex == 2) || ((_envMode == SAVEMODE_SAVE) && (btnIndex != 1))) in highlightButtons()
159 if (btnIndex == 3 && _savegameIndex) in highlightButtons()
165 if ((btnIndex == 4) && (_savegameIndex < MAX_SAVEGAME_SLOTS - 5)) in highlightButtons()
170 color = (btnIndex == 5) ? COMMAND_HIGHLIGHTED : COMMAND_FOREGROUND; in highlightButtons()
H A Dscalpel_saveload.h78 void highlightButtons(int btnIndex);
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel_saveload.cpp143 void ScalpelSaveManager::highlightButtons(int btnIndex) { in highlightButtons() argument
145 byte color = (btnIndex == 0) ? COMMAND_HIGHLIGHTED : COMMAND_FOREGROUND; in highlightButtons()
149 if ((btnIndex == 1) || ((_envMode == SAVEMODE_LOAD) && (btnIndex != 2))) in highlightButtons()
154 if ((btnIndex == 2) || ((_envMode == SAVEMODE_SAVE) && (btnIndex != 1))) in highlightButtons()
159 if (btnIndex == 3 && _savegameIndex) in highlightButtons()
165 if ((btnIndex == 4) && (_savegameIndex < MAX_SAVEGAME_SLOTS - 5)) in highlightButtons()
170 color = (btnIndex == 5) ? COMMAND_HIGHLIGHTED : COMMAND_FOREGROUND; in highlightButtons()
H A Dscalpel_saveload.h78 void highlightButtons(int btnIndex);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/pet_control/
H A Dpet_rooms_glyphs.cpp205 for (int idx = 0, btnIndex = 19; idx < 5; ++idx, btnIndex -= 4) { in getSelection() local
210 return btnIndex - i; in getSelection()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/pet_control/
H A Dpet_rooms_glyphs.cpp205 for (int idx = 0, btnIndex = 19; idx < 5; ++idx, btnIndex -= 4) { in getSelection() local
210 return btnIndex - i; in getSelection()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/qml/
H A Dapp.qml356 for (var btnIndex in contentChildren) {
357 if (contentChildren[btnIndex] == item) {
358 currentIndex = btnIndex;
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/include/
H A DSymbolDialog.h97 void getChar(int btnIndex);
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DSymbolDialog.h93 void getChar(int btnIndex);
H A DSymbolDialog.cpp353 void SymbolDialog::getChar(int btnIndex) in getChar() argument
355 QPushButton *btn = (QPushButton *)buttons->button(btnIndex); in getChar()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dsaveload.h118 void highlightButtons(int btnIndex);
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dsaveload.h118 void highlightButtons(int btnIndex);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/
H A DRemediationGroup.java396 private boolean isContraintOK(int btnIndex, boolean value) { in isContraintOK() argument
397 …return (checkboxes.get(btnIndex).getSelection() && value) || (!checkboxes.get(btnIndex).getSelecti… in isContraintOK()

12