Home
last modified time | relevance | path

Searched refs:findItemWithID (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/search/
H A Dpluginselectdialog.h61 QTreeWidgetItem *findItemWithID(const QString &id);
H A Dpluginselectdialog.cpp274 QTreeWidgetItem *PluginSelectDialog::findItemWithID(const QString &id) in findItemWithID() function in PluginSelectDialog
494 QTreeWidgetItem *item = findItemWithID(name); in pluginUpdated()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExporter.cpp809 return project.getMainGroup().findItemWithID (settings [Ids::bigIcon]).loadAsImageFile(); in getBigIcon()
814 return project.getMainGroup().findItemWithID (settings [Ids::smallIcon]).loadAsImageFile(); in getSmallIcon()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.h348 Item findItemWithID (const String& targetId) const; // (recursive search)
H A Djucer_Project.cpp1555 Project::Item Project::Item::findItemWithID (const String& targetId) const in findItemWithID() function in Project::Item
1564 auto found = getChild(i).findItemWithID (targetId); in findItemWithID()
1845 while (project.getMainGroup().findItemWithID (newID).isValid()) in addNewSubGroup()