Home
last modified time | relevance | path

Searched refs:findWrapper (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mesonprojectmanager/project/buildoptions/
H A Dmesonbuildsettingswidget.cpp64 QFrame *findWrapper variable
67 findWrapper->setFrameStyle(QFrame::StyledPanel);
68 m_progressIndicator.attachToWidget(findWrapper);
71 ui->details->layout()->addWidget(findWrapper);
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/cache_leveldb/
H A DLevelDBCache.cpp52 owm->findWrapper("osg::Image");
53 owm->findWrapper("osg::HeightField");
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DClassInterface.cpp289 …return osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(object->getCompoundClas…
300 …osgDB::ObjectWrapper* ow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(com…
517 …er* associate_wrapper = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(*aitr);
575 …ObjectWrapper* ow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(compoundCl…
592 …B::ObjectWrapper* aow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(*aitr);
616 …ObjectWrapper* ow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(compoundCl…
628 …B::ObjectWrapper* aow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(*aitr);
H A DObjectWrapper.cpp133 …ObjectWrapper* assocWrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(assocNa… in getSerializer()
169 …ObjectWrapper* assocWrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(assocNa… in getSerializer()
671 ObjectWrapper* ObjectWrapperManager::findWrapper( const std::string& name ) in findWrapper() function in ObjectWrapperManager
686 return findWrapper(name); in findWrapper()
690 return findWrapper(name); in findWrapper()
694 return findWrapper(name); in findWrapper()
H A DInputStream.cpp901 …ObjectWrapper* wrapper = Registry::instance()->getObjectWrapperManager()->findWrapper( className );
916 … ObjectWrapper* assocWrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(*itr);
1053 ObjectWrapper* wrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(name);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DClassInterface.cpp291 …return osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(object->getCompoundClas… in getObjectWrapper()
302 …osgDB::ObjectWrapper* ow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(com… in createObject()
519 …sociate_wrapper = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(aitr->_name); in getSupportedProperties()
577 …ObjectWrapper* ow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(compoundCl… in run()
594 …ectWrapper* aow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(aitr->_name); in run()
618 …ObjectWrapper* ow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(compoundCl… in hasMethod()
630 …ectWrapper* aow = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper(aitr->_name); in hasMethod()
H A DObjectWrapper.cpp128 …ctWrapper* assocWrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(itr->_name); in setupAssociatesRevisionsInheritanceIfRequired()
204 …ObjectWrapper* assocWrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(assocNa… in getSerializer()
240 …ObjectWrapper* assocWrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(assocNa… in getSerializer()
737 ObjectWrapper* ObjectWrapperManager::findWrapper( const std::string& name ) in findWrapper() function in ObjectWrapperManager
753 found= findWrapper(name); in findWrapper()
757 found= findWrapper(name); in findWrapper()
761 found= findWrapper(name); in findWrapper()
H A DInputStream.cpp910 …ObjectWrapper* wrapper = Registry::instance()->getObjectWrapperManager()->findWrapper( className ); in readObjectFields()
929 …ctWrapper* assocWrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(itr->_name); in readObjectFields()
1072 ObjectWrapper* wrapper = Registry::instance()->getObjectWrapperManager()->findWrapper(name); in setWrapperSchema()
/dports/devel/apitrace/apitrace-9.0/cli/
H A Dcli_resources.hpp42 findWrapper(const char *wrapperFilename, bool verbose = false);
H A Dcli_resources.cpp94 findWrapper(const char *wrapperFilename, bool verbose) in findWrapper() function
H A Dcli_trace.cpp145 os::String wrapperPath = findWrapper(wrapperFilename, verbose); in traceProgram()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/cache_rocksdb/
H A DRocksDBCache.cpp54 owm->findWrapper("osg::Image"); in RocksDBCacheImpl()
55 owm->findWrapper("osg::HeightField"); in RocksDBCacheImpl()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_viewer/
H A Dosgearth_viewer.cpp65 osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper("osg::Image"); in main()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_skyview/
H A Dosgearth_skyview.cpp66 osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper("osg::Image"); in main()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_computerangecallback/
H A Dosgearth_computerangecallback.cpp89 osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper("osg::Image"); in main()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_htm/
H A Dosgearth_htm.cpp64 osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper("osg::Image");
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DTileVisitor.cpp232 …per* wrapper = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper( "osg::Image" ); in MultithreadedTileVisitor()
339 …per* wrapper = osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper( "osg::Image" ); in MultiprocessTileVisitor()
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Dserialize.cpp117 mgr->removeWrapper(mgr->findWrapper("osg::Geometry")); in registerSerializers()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Denvironmentwidget.cpp239 …QFrame *findWrapper = Core::ItemViewFind::createSearchableWrapper(d->m_environmentView, Core::Item… in EnvironmentWidget() local
240 findWrapper->setFrameStyle(QFrame::StyledPanel); in EnvironmentWidget()
241 horizontalLayout->addWidget(findWrapper); in EnvironmentWidget()
/dports/net/yate/yate-6.4.0-1/modules/
H A Dysockschan.cpp1119 YSocksWrapper* findWrapper(bool client, const String& dstAddr, int dstPort);
1121 YSocksWrapper* findWrapper(const String& wID);
1124 YSocksWrapper* findWrapper(SOCKSConn* conn);
2993 YSocksWrapper* YSocksEngine::findWrapper(bool client, const String& dstAddr, int dstPort) in findWrapper() function in __anon83a7b1d40111::YSocksEngine
3005 YSocksWrapper* YSocksEngine::findWrapper(const String& wID) in findWrapper() function in __anon83a7b1d40111::YSocksEngine
3018 YSocksWrapper* YSocksEngine::findWrapper(SOCKSConn* conn) in findWrapper() function in __anon83a7b1d40111::YSocksEngine
3077 YSocksWrapper* w = findWrapper(false,conn->reqAddr(),conn->reqPort()); in processSOCKSRequest()
3101 YSocksWrapper* w = findWrapper(conn); in processSOCKSReply()
3114 YSocksWrapper* w = findWrapper(conn); in socksConnError()
3728 YSocksWrapper* w = m_engine ? m_engine->findWrapper(m_wrapperId) : 0; in notify()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_infinitescroll/
H A Dosgearth_infinitescroll.cpp70 osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper("osg::Image"); in createControlPanel()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cmakeprojectmanager/
H A Dcmakebuildconfiguration.cpp273 …QFrame *findWrapper = Core::ItemViewFind::createSearchableWrapper(m_configView, Core::ItemViewFind… in CMakeBuildSettingsWidget() local
274 findWrapper->setFrameStyle(QFrame::StyledPanel); in CMakeBuildSettingsWidget()
276 m_progressIndicator = new ProgressIndicator(ProgressIndicatorSize::Large, findWrapper); in CMakeBuildSettingsWidget()
277 m_progressIndicator->attachToWidget(findWrapper); in CMakeBuildSettingsWidget()
330 findWrapper, in CMakeBuildSettingsWidget()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/bridge/
H A Dqscriptqobject_p.h160 QScriptObject *findWrapper(QScriptEngine::ValueOwnership ownership,
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_viewerIOS/
H A DViewController.mm94 osgDB::Registry::instance()->getObjectWrapperManager()->findWrapper("osg::Image");
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptextqobject_p.h225 bool findWrapper(QScriptEngine::ValueOwnership ownership,

12