Home
last modified time | relevance | path

Searched refs:dbItem (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp320 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
329 if (!dbItem || (flags & Referenced)) in slotRemove()
352 if (dbItem) { in slotSelectionChanged()
353 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
370 if (dbItem) { in databaseItemAt()
374 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
378 return dbItem; in databaseItemAt()
402 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
417 const QString oldName = dbItem->name(); in slotClassNameChanged()
431 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp183 if (canBePromoted(dbItem)) { in promotionBaseClasses()
184 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
194 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
197 const QString name = dbItem->name(); in canBePromoted()
222 if (dbItem->isPromoted()) { in promotedClasses()
223 const QString baseClassName = dbItem->extends(); in promotedClasses()
228 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
326 if (!dbItem) in changePromotedClassName()
330 dbItem->setName(newClassName); in changePromotedClassName()
356 if (!dbItem) in setPromotedClassIncludeFile()
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
H A Dqdesigner_promotion.cpp177 if (canBePromoted(dbItem)) { in promotionBaseClasses()
178 sortedDatabaseItemMap.insert(dbItem->name(), dbItem); in promotionBaseClasses()
188 if (dbItem->isPromoted() || !dbItem->extends().isEmpty()) in canBePromoted()
191 const QString name = dbItem->name(); in canBePromoted()
216 if (dbItem->isPromoted()) { in promotedClasses()
222 it.value().insert(dbItem->name(), dbItem); in promotedClasses()
337 if (!dbItem) in changePromotedClassName()
341 dbItem->setName(newClassName); in changePromotedClassName()
369 if (!dbItem) in setPromotedClassIncludeFile()
371 if (dbItem->includeFile() != includeFile) { in setPromotedClassIncludeFile()
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_promotiondialog.cpp310 *m_promoteTo = dbItem ->name(); in slotAcceptPromoteTo()
319 if (!dbItem || (flags & Referenced)) in slotRemove()
342 if (dbItem) { in slotSelectionChanged()
343 const QString baseClass = dbItem->extends(); in slotSelectionChanged()
359 if (dbItem) { in databaseItemAt()
363 …if (m_mode == ModeEditChooseClass && dbItem && dbItem->isPromoted() && dbItem->extends() == m_pr… in databaseItemAt()
367 return dbItem; in databaseItemAt()
391 if (dbItem->includeFile() == includeFile) in slotIncludeFileChanged()
406 const QString oldName = dbItem->name(); in slotClassNameChanged()
420 if (!dbItem) in slotTreeViewContextMenu()
[all …]

1234567891011