Home
last modified time | relevance | path

Searched refs:rootProcess (Results 1 – 14 of 14) sorted by relevance

/dports/x11/plasma5-kgamma5/kgamma5-5.23.5/kcmkgamma/
H A Dkgamma.cpp53 , rootProcess(nullptr)
79 rootProcess = new QProcess;
118 delete rootProcess; in ~KGamma()
358 if (!(rootProcess->state() == QProcess::Running)) { in save()
363 rootProcess->setProgram(QStandardPaths::findExecutable(QStringLiteral("kdesu"))); in save()
364 rootProcess->setArguments(Arguments.split(QLatin1Char(' '))); in save()
365 rootProcess->start(); in save()
H A Dkgamma.h67 QProcess *rootProcess; variable
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A DImporter.hpp469 … const aiScene* ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValidation );
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/include/assimp/
H A DImporter.hpp461 … const aiScene* ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValidation );
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DImporter.hpp469 … const aiScene* ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValidation );
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DImporter.hpp469 … const aiScene* ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValidation );
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/include/assimp/
H A DImporter.hpp459 … const aiScene* ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValidation );
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A DImporter.hpp484 const aiScene *ApplyCustomizedPostProcessing(BaseProcess *rootProcess, bool requestValidation);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DImporter.cpp842 const aiScene* Importer::ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValid… in ApplyCustomizedPostProcessing() argument
851 if ( NULL == rootProcess ) { in ApplyCustomizedPostProcessing()
889 rootProcess->ExecuteOnScene( this ); in ApplyCustomizedPostProcessing()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DImporter.cpp818 const aiScene* Importer::ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValid… in ApplyCustomizedPostProcessing() argument
827 if ( NULL == rootProcess ) { in ApplyCustomizedPostProcessing()
865 rootProcess->ExecuteOnScene( this ); in ApplyCustomizedPostProcessing()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DImporter.cpp818 const aiScene* Importer::ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValid… in ApplyCustomizedPostProcessing() argument
827 if ( NULL == rootProcess ) { in ApplyCustomizedPostProcessing()
865 rootProcess->ExecuteOnScene( this ); in ApplyCustomizedPostProcessing()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DImporter.cpp842 const aiScene* Importer::ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValid… in ApplyCustomizedPostProcessing() argument
851 if ( NULL == rootProcess ) { in ApplyCustomizedPostProcessing()
889 rootProcess->ExecuteOnScene( this ); in ApplyCustomizedPostProcessing()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Common/
H A DImporter.cpp834 const aiScene* Importer::ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValid… in ApplyCustomizedPostProcessing() argument
845 if ( NULL == rootProcess ) { in ApplyCustomizedPostProcessing()
883 rootProcess->ExecuteOnScene( this ); in ApplyCustomizedPostProcessing()
/dports/multimedia/assimp/assimp-5.1.3/code/Common/
H A DImporter.cpp853 const aiScene* Importer::ApplyCustomizedPostProcessing( BaseProcess *rootProcess, bool requestValid… in ApplyCustomizedPostProcessing() argument
864 if (nullptr == rootProcess) { in ApplyCustomizedPostProcessing()
902 rootProcess->ExecuteOnScene( this ); in ApplyCustomizedPostProcessing()