Home
last modified time | relevance | path

Searched refs:selId (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DWorkspacePanel.cpp348 if(isProject(selId)) in OnNewTechnique()
350 project = getProject(selId); in OnNewTechnique()
352 else if(isMaterial(selId)) in OnNewTechnique()
357 material = getMaterial(selId); in OnNewTechnique()
378 if(isProject(selId)) in OnNewPass()
380 project = getProject(selId); in OnNewPass()
382 else if(isMaterial(selId)) in OnNewPass()
387 material = getMaterial(selId); in OnNewPass()
389 else if(isTechnique(selId)) in OnNewPass()
423 if(isProject(selId)) in OnAddMaterial()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ngi/
H A Dinput.cpp200 int selId = getGameLoaderInventory()->getSelectedItemId(); in updateCursorCommon() local
207 if (!selId && ani->_id >= _minCursorId && ani->_id <= _maxCursorId) { in updateCursorCommon()
208 selId = _objectIdCursors[ani->_id - _minCursorId]; in updateCursorCommon()
209 if (selId) { in updateCursorCommon()
210 _cursorId = selId; in updateCursorCommon()
214 if (canInteractAny(_aniMan, ani, selId)) { in updateCursorCommon()
215 _cursorId = selId > 0 ? PIC_CSR_ITN_INV : PIC_CSR_ITN; in updateCursorCommon()
218 if (selId) { in updateCursorCommon()
239 if (selId) { in updateCursorCommon()
H A Dinventory.cpp452 int selId = getSelectedItemId(); in getHoveredItem() local
457 if (!selId && point->y >= 55) { in getHoveredItem()
472 if (selId || in getHoveredItem()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/fullpipe/
H A Dinput.cpp200 int selId = getGameLoaderInventory()->getSelectedItemId(); in updateCursorCommon() local
207 if (!selId && ani->_id >= _minCursorId && ani->_id <= _maxCursorId) { in updateCursorCommon()
208 selId = _objectIdCursors[ani->_id - _minCursorId]; in updateCursorCommon()
209 if (selId) { in updateCursorCommon()
210 _cursorId = selId; in updateCursorCommon()
214 if (canInteractAny(_aniMan, ani, selId)) { in updateCursorCommon()
215 _cursorId = selId > 0 ? PIC_CSR_ITN_INV : PIC_CSR_ITN; in updateCursorCommon()
218 if (selId) { in updateCursorCommon()
239 if (selId) { in updateCursorCommon()
H A Dinventory.cpp452 int selId = getSelectedItemId(); in getHoveredItem() local
457 if (!selId && point->y >= 55) { in getHoveredItem()
472 if (selId || in getHoveredItem()
/dports/math/vtk6/VTK-6.2.0/Domains/ChemistryOpenGL2/
H A DvtkOpenGLStickMapper.cxx340 unsigned int selId = 0; in vtkOpenGLStickMapperCreateVBO() local
351 selId = static_cast<unsigned int>(selectionIds[i]) + 1; in vtkOpenGLStickMapperCreateVBO()
369 *(it++) = *reinterpret_cast<float *>(&selId); in vtkOpenGLStickMapperCreateVBO()
386 *(it++) = *reinterpret_cast<float *>(&selId); in vtkOpenGLStickMapperCreateVBO()
403 *(it++) = *reinterpret_cast<float *>(&selId); in vtkOpenGLStickMapperCreateVBO()
420 *(it++) = *reinterpret_cast<float *>(&selId); in vtkOpenGLStickMapperCreateVBO()
437 *(it++) = *reinterpret_cast<float *>(&selId); in vtkOpenGLStickMapperCreateVBO()
454 *(it++) = *reinterpret_cast<float *>(&selId); in vtkOpenGLStickMapperCreateVBO()
/dports/games/freesynd/freesynd-0.7.5/src/menus/
H A Dmapmenu.cpp287 uint8 selId = g_Session.getSelectedBlockId(); in drawSelector() local
288 int logo_x = g_BlocksDisplay[selId].logo_pos.x; in drawSelector()
289 int logo_y = g_BlocksDisplay[selId].logo_pos.y; in drawSelector()
307 int blk_line_end_x = g_BlocksDisplay[selId].line_end.x; in drawSelector()
308 int blk_line_end_y = g_BlocksDisplay[selId].line_end.y; in drawSelector()
309 int blk_line_start_x = g_BlocksDisplay[selId].line_start.x; in drawSelector()
310 int blk_line_start_y = g_BlocksDisplay[selId].line_start.y; in drawSelector()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DFlagging.hs64 selId <- use (csTeam tId.tsPostListOverlay.postListSelected)
66 let nextId = case getNextPostId selId posts of
67 Nothing -> getPrevPostId selId posts
H A DPostListOverlay.hs103 selId <- use (csCurrentTeam.tsPostListOverlay.postListSelected)
105 let nextMsg = getNextMessage (MessagePostId <$> selId) posts
121 selId <- use (csCurrentTeam.tsPostListOverlay.postListSelected)
123 let prevMsg = getPrevMessage (MessagePostId <$> selId) posts
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/semantic/
H A Dtst_semantic.cpp764 QVERIFY(selId); in objcSelector_1()
765 QCOMPARE(selId->nameCount(), 3); in objcSelector_1()
766 QCOMPARE(selId->nameAt(0)->identifier()->chars(), "a"); in objcSelector_1()
767 QCOMPARE(selId->nameAt(1)->identifier()->chars(), "b"); in objcSelector_1()
768 QCOMPARE(selId->nameAt(2)->identifier()->chars(), "c"); in objcSelector_1()
811 const SelectorNameId *selId = sel->name->asSelectorNameId(); in objcSelector_2() local
812 QVERIFY(selId); in objcSelector_2()
813 QCOMPARE(selId->nameCount(), 3); in objcSelector_2()
814 QCOMPARE(selId->nameAt(0)->identifier()->chars(), "a"); in objcSelector_2()
815 QCOMPARE(selId->nameAt(1)->identifier()->chars(), "b"); in objcSelector_2()
[all …]
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/forms/SDRDevices/
H A DSDRDevices.cpp23 selId = nullptr; in SDRDevicesDialog()
117 selId = devTree->GetSelection(); in refreshDeviceProperties()
256 removeId = selId; in refreshDeviceProperties()
272 selId = nullptr; in refreshDeviceProperties()
299 selId = nullptr; in OnAddRemote()
604 editId = selId; in OnPropGridFocus()
609 selId = nullptr; in doRefreshDevices()
H A DSDRDevices.h51 wxTreeItemId selId; variable
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstetree.cpp400 wxTreeItemId id, selId; in UpdateFromNotebook() local
555 selId = id; in UpdateFromNotebook()
568 if (selId) in UpdateFromNotebook()
570 m_notePageId = selId; in UpdateFromNotebook()
571 SetItemBold(selId, true); in UpdateFromNotebook()
572 SelectItem(selId); in UpdateFromNotebook()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DwxExtensions.cpp292 int selId = GetSelection(); in OnListBoxSelection() local
293 if (selId != wxNOT_FOUND) in OnListBoxSelection()
298 Check((unsigned int)selId, !IsChecked((unsigned int)selId)); in OnListBoxSelection()
304 event.SetInt(selId); in OnListBoxSelection()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/editors/
H A Dmodelasseteditor.cpp522 int selId = (instChoice->isValidSelection()?
536 if (rememberSelection && selId > 0)
538 instChoice->setSelected(instChoice->items().findData(selId));
/dports/games/libkdegames/libkdegames-21.12.3/src/
H A Dkgthemeselector.cpp155 const QByteArray selId = selItem->data(KgThemeDelegate::IdRole).toByteArray(); in _k_updateProviderSelection() local
159 if (theme->identifier() == selId) in _k_updateProviderSelection()
/dports/finance/kraft/kraft-0.97/src/
H A Dflostempldialog.cpp364 int selId = m_gbPriceSrc->checkedId(); in accept() local
366 if( selId == 0 ) { in accept()
368 } else if( selId == 1 ) { in accept()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/
H A DAboutFeaturesPage.java278 String selId = lastSelection == null ? null : lastSelection.getId(); in createTable() local
281 if (bundleGroupInfos[i].getId().equals(selId)) { in createTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Ddead_branch_elim_pass.cpp63 bool DeadBranchElimPass::GetConstInteger(uint32_t selId, uint32_t* selVal) { in GetConstInteger() argument
64 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp64 bool DeadBranchElimPass::GetConstInteger(uint32_t selId, uint32_t* selVal) { in GetConstInteger() argument
65 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp64 bool DeadBranchElimPass::GetConstInteger(uint32_t selId, uint32_t* selVal) { in GetConstInteger() argument
65 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp63 bool DeadBranchElimPass::GetConstInteger(uint32_t selId, uint32_t* selVal) { in GetConstInteger() argument
64 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp63 bool DeadBranchElimPass::GetConstInteger(uint32_t selId, uint32_t* selVal) { in GetConstInteger() argument
64 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Ddead_branch_elim_pass.cpp64 bool DeadBranchElimPass::GetConstInteger(uint32_t selId, uint32_t* selVal) { in GetConstInteger() argument
65 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Ddead_branch_elim_pass.cpp64 bool DeadBranchElimPass::GetConstInteger(uint32_t selId, uint32_t* selVal) { in GetConstInteger() argument
65 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger()

1234567