Home
last modified time | relevance | path

Searched refs:m_projectPath (Results 1 – 20 of 20) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/meson/mintro/
H A Dmesonintrospectjob.cpp48 m_projectPath = project->path(); in MesonIntrospectJob()
63 m_projectPath = project->path(); in MesonIntrospectJob()
64 m_buildDir.buildDir = m_projectPath; in MesonIntrospectJob()
79 m_projectPath = project->path(); in MesonIntrospectJob()
147 proc.setWorkingDirectory(m_projectPath.toLocalFile()); in importMesonAPI()
H A Dmesonintrospectjob.h62 KDevelop::Path m_projectPath; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dprojectimporter.h55 const Utils::FilePath projectFilePath() const { return m_projectPath; } in projectFilePath()
56 const Utils::FilePath projectDirectory() const { return m_projectPath.parentDir(); } in projectDirectory()
121 const Utils::FilePath m_projectPath; variable
H A Dtargetsetuppage.cpp273 const auto widget = new TargetSetupWidget(k, m_projectPath); in setupWidgets()
284 m_importWidget->setCurrentDirectory(Internal::importDirectory(m_projectPath)); in setupWidgets()
316 m_projectPath = path; in setProjectPath()
317 if (!m_projectPath.isEmpty()) { in setProjectPath()
323 m_ui->headerLabel->setVisible(!m_projectPath.isEmpty()); in setProjectPath()
351 if (!m_importer || m_projectPath.isEmpty()) in setupImports()
599 const auto widget = new TargetSetupWidget(k, m_projectPath); in addWidget()
H A Dtargetsetupwidget.cpp215 m_projectPath = projectPath; in setProjectPath()
297 for (const BuildInfo &buildInfo : buildInfoList(m_kit, m_projectPath)) { in updateDefaultBuildDirectories()
368 if (m_projectPath.isEmpty() || !info.factory) in findIssues()
374 issues = info.factory->reportIssues(m_kit, m_projectPath.toString(), buildDir); in findIssues()
H A Dprojectimporter.cpp76 ProjectImporter::ProjectImporter(const Utils::FilePath &path) : m_projectPath(path) in ProjectImporter()
286 …projects.append(m_projectPath.toString()); // note: There can be more than one instance of the pro… in addProject()
298 projects.removeOne(m_projectPath.toString()); in removeProject()
H A Dtargetsetupwidget.h95 Utils::FilePath m_projectPath; variable
H A Dtargetsetuppage.h132 Utils::FilePath m_projectPath; variable
/dports/editors/kate/kate-21.12.3/addons/project/
H A Dbranchcheckoutdialog.cpp40 branches << GitUtils::getAllBranches(m_projectPath); in openDialog()
85 …tils::CheckoutResult> future = QtConcurrent::run(&GitUtils::checkoutBranch, m_projectPath, branch); in slotReturnPressed()
118 … const GitUtils::CheckoutResult r = GitUtils::checkoutNewBranch(m_projectPath, branch, fromBranch); in createNewBranch()
H A Dbranchesdialog.h50 QString m_projectPath; variable
H A Dbranchesdialog.cpp156 , m_projectPath(projectPath) in BranchesDialog()
176 QVector<GitUtils::Branch> branches = GitUtils::getAllBranchesAndTags(m_projectPath, r); in openDialog()
H A Dstashdialog.h70 QString m_projectPath; variable
/dports/devel/wxformbuilder/source/src/rad/
H A Dappdata.h85 wxString m_projectPath; variable
375 const wxString &GetProjectPath() { return m_projectPath; }; in GetProjectPath()
388 void SetProjectPath( const wxString &path ) { m_projectPath = path; }; in SetProjectPath()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialogs/
H A Ddialog_page_settings.cpp86 m_projectPath = Prj().GetProjectPath(); in DIALOG_PAGES_SETTINGS()
469 wxString fullFileName = DS_DATA_MODEL::ResolvePath( fileName, m_projectPath ); in SavePageSettings()
789 path = m_projectPath; in OnWksFileSelection()
803 if( !m_projectPath.IsEmpty() && fileName.StartsWith( m_projectPath ) ) in OnWksFileSelection()
806 fn.MakeRelativeTo( m_projectPath ); in OnWksFileSelection()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/quickopen/
H A Dduchainitemquickopen.h26 KDevelop::Path m_projectPath; member
H A Dprojectitemquickopen.cpp254 item.m_projectPath = findProjectForForPath(filteredItem.m_file); in data()
261 item.m_projectPath = findProjectForForPath(filteredItem.m_file); in data()
H A Dduchainitemquickopen.cpp197 return m_item.m_projectPath; in projectPath()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/titler/
H A Dtitledocument.h70 QString m_projectPath; variable
H A Dtitledocument.cpp126 return xml(m_scene->items(), m_width, m_height, startv, endv, embed, m_projectPath); in xml()
391 m_projectPath = projectpath; in loadFromXml()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/dialogs/
H A Ddialog_page_settings.h118 wxString m_projectPath; // the curr project path variable