Home
last modified time | relevance | path

Searched refs:getIconIndex (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/multimc/MultiMC5-0.6.11/api/gui/icons/
H A DIconList.cpp98 int idx = getIconIndex(key); in directoryChanged()
137 int idx = getIconIndex(key); in fileChanged()
294 int iconIdx = getIconIndex(key); in icon()
302 int iconIdx = getIconIndex(key); in deleteIcon()
392 int icon_index = getIconIndex(key); in getIcon()
398 icon_index = getIconIndex("infinity"); in getIcon()
405 int IconList::getIconIndex(const QString &key) const in getIconIndex() function in IconList
H A DIconList.h41 int getIconIndex(const QString &key) const;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/
H A DTranscodeProfile.java42 getIconIndex(); in getIconIndex() method
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/MessageBox/
H A DMessageBoxStyle.cpp8 size_t MessageBoxStyle::getIconIndex() in getIconIndex() function in MyGUI::MessageBoxStyle
H A DMessageBox.cpp120 mIcon->setItemName(getIconName(_value.getIconIndex())); in setMessageIcon()
124 mIcon->setImageIndex(_value.getIconIndex()); in setMessageIcon()
H A DMessageBoxStyle.h104 size_t getIconIndex();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dobjectman.h62 IconIndice getIconIndex(Thing thing); // @ F0033_OBJECT_GetIconIndex
H A Dobjectman.cpp145 IconIndice ObjectMan::getIconIndex(Thing thing) { in getIconIndex() function in DM::ObjectMan
239 int16 iconIndex = getIconIndex(thing); in drawLeaderObjectName()
H A Dchampion.cpp450 IconIndice newIconIndex = objMan.getIconIndex(thing); in hasObjectIconInSlotBoxChanged()
480 IconIndice iconIndex = objMan.getIconIndex(_leaderHandObject); in drawChangedObjectIcons()
550 IconIndice iconIndex = objMan.getIconIndex(thing); in addObjectInSlot()
691 int16 curIconIndex = _vm->_objectMan->getIconIndex(curThing); in getObjectRemovedFromSlot()
1232 …_vm->_objectMan->extractIconFromBitmap(_leaderHandObjectIconIndex = _vm->_objectMan->getIconIndex(… in putObjectInLeaderHand()
1274 if (_vm->_objectMan->getIconIndex(champ->_slots[kDMSlotFeet]) == kDMIconIndiceArmourBootOfSpeed) in getMovementTicks()
1715 …if (_vm->_objectMan->getIconIndex(championPtr->_slots[kDMSlotNeck]) == kDMIconIndiceJunkEkkhardCro… in applyTimeEffects()
2165 if (_vm->_objectMan->getIconIndex(champ->getSlot(kDMSlotFeet)) == kDMIconIndiceArmourElvenBoots) in getMaximumLoad()
2420 iconIndex = _vm->_objectMan->getIconIndex(thing); // BUG0_35 in drawSlot()
2653 int16 actionHandIconIndex = _vm->_objectMan->getIconIndex(champ->_slots[kDMSlotActionHand]); in getSkillLevel()
[all …]
H A Dinventory.cpp387 objMan.drawIconInSlotBox(chestSlotIndex + kDMSlotBoxChestFirstSlot, objMan.getIconIndex(thing)); in openAndDrawChest()
505 IconIndice iconIndex = objMan.getIconIndex(thingToDraw); in drawPanelObject()
776 int16 iconIndex = _vm->_objectMan->getIconIndex(curChampion->_slots[slotIndex]); in decreaseTorchesLightPower()
926 uint16 iconIndex = _vm->_objectMan->getIconIndex(handThing); in clickOnMouth()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dobjectman.h62 IconIndice getIconIndex(Thing thing); // @ F0033_OBJECT_GetIconIndex
H A Dobjectman.cpp145 IconIndice ObjectMan::getIconIndex(Thing thing) { in getIconIndex() function in DM::ObjectMan
241 int16 iconIndex = getIconIndex(thing); in drawLeaderObjectName()
H A Dchampion.cpp450 IconIndice newIconIndex = objMan.getIconIndex(thing); in hasObjectIconInSlotBoxChanged()
480 IconIndice iconIndex = objMan.getIconIndex(_leaderHandObject); in drawChangedObjectIcons()
550 IconIndice iconIndex = objMan.getIconIndex(thing); in addObjectInSlot()
691 int16 curIconIndex = _vm->_objectMan->getIconIndex(curThing); in getObjectRemovedFromSlot()
1232 …_vm->_objectMan->extractIconFromBitmap(_leaderHandObjectIconIndex = _vm->_objectMan->getIconIndex(… in putObjectInLeaderHand()
1274 if (_vm->_objectMan->getIconIndex(champ->_slots[kDMSlotFeet]) == kDMIconIndiceArmourBootOfSpeed) in getMovementTicks()
1715 …if (_vm->_objectMan->getIconIndex(championPtr->_slots[kDMSlotNeck]) == kDMIconIndiceJunkEkkhardCro… in applyTimeEffects()
2165 if (_vm->_objectMan->getIconIndex(champ->getSlot(kDMSlotFeet)) == kDMIconIndiceArmourElvenBoots) in getMaximumLoad()
2420 iconIndex = _vm->_objectMan->getIconIndex(thing); // BUG0_35 in drawSlot()
2653 int16 actionHandIconIndex = _vm->_objectMan->getIconIndex(champ->_slots[kDMSlotActionHand]); in getSkillLevel()
[all …]
H A Dinventory.cpp387 objMan.drawIconInSlotBox(chestSlotIndex + kDMSlotBoxChestFirstSlot, objMan.getIconIndex(thing)); in openAndDrawChest()
505 IconIndice iconIndex = objMan.getIconIndex(thingToDraw); in drawPanelObject()
776 int16 iconIndex = _vm->_objectMan->getIconIndex(curChampion->_slots[slotIndex]); in decreaseTorchesLightPower()
926 uint16 iconIndex = _vm->_objectMan->getIconIndex(handThing); in clickOnMouth()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DTranscodeProfileImpl.java111 getIconIndex() in getIconIndex() method in TranscodeProfileImpl
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Common/MessageBox/
H A DMessageBox.h116 mIcon->setItemName(getIconName(_value.getIconIndex())); in setMessageIcon()
120 mIcon->setImageIndex(_value.getIconIndex()); in setMessageIcon()
H A DMessageBoxStyle.h102 size_t getIconIndex() in getIconIndex() function
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Common/MessageBox/
H A DMessageBox.h116 mIcon->setItemName(getIconName(_value.getIconIndex())); in setMessageIcon()
120 mIcon->setImageIndex(_value.getIconIndex()); in setMessageIcon()
H A DMessageBoxStyle.h102 size_t getIconIndex() in getIconIndex() function
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Common/MessageBox/
H A DMessageBox.h116 mIcon->setItemName(getIconName(_value.getIconIndex())); in setMessageIcon()
120 mIcon->setImageIndex(_value.getIconIndex()); in setMessageIcon()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Common/MessageBox/
H A DMessageBox.h116 mIcon->setItemName(getIconName(_value.getIconIndex())); in setMessageIcon()
120 mIcon->setImageIndex(_value.getIconIndex()); in setMessageIcon()
H A DMessageBoxStyle.h102 size_t getIconIndex() in getIconIndex() function
/dports/devel/jna/jna-5.7.0/contrib/msoffice/src/com/sun/jna/platform/win32/COM/util/office/word/
H A DOLEFormat.java101 Integer getIconIndex(); in getIconIndex() method
/dports/games/multimc/MultiMC5-0.6.11/application/dialogs/
H A DIconPickerDialog.cpp139 int index_nr = list->getIconIndex(selection); in execWithSelection()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/platform/win32/
H A DPlatformManagerImpl.java270 String target = az_exe_string + "," + getIconIndex(); in applyPatches()
339 getIconIndex() in getIconIndex() method in PlatformManagerImpl
1631 …oftware\\Magnet\\Handlers\\Azureus", "DefaultIcon", "\"" + az_exe_string + "\"," + getIconIndex()); in registerMagnet()
1779 "\"" + az_exe_string + "\"," + getIconIndex()); in registerAdditionalFileType()

123