Lines Matching refs:mResults

74     mUI.mResults->initialize(mSettings, mApplications, mThread);  in MainWindow()
90 connect(mUI.mActionPrint, SIGNAL(triggered()), mUI.mResults, SLOT(print())); in MainWindow()
91 connect(mUI.mActionPrintPreview, SIGNAL(triggered()), mUI.mResults, SLOT(printPreview())); in MainWindow()
105 …connect(mUI.mActionShowCppcheck, &QAction::toggled, mUI.mResults, &ResultsView::showCppcheckResult… in MainWindow()
106 connect(mUI.mActionShowClang, &QAction::toggled, mUI.mResults, &ResultsView::showClangResults); in MainWindow()
109 …connect(mUI.mActionCollapseAll, &QAction::triggered, mUI.mResults, &ResultsView::collapseAllResult… in MainWindow()
110 … connect(mUI.mActionExpandAll, &QAction::triggered, mUI.mResults, &ResultsView::expandAllResults); in MainWindow()
111 …connect(mUI.mActionShowHidden, &QAction::triggered, mUI.mResults, &ResultsView::showHiddenResults); in MainWindow()
134 connect(mThread, &ThreadHandler::log, mUI.mResults, &ResultsView::log); in MainWindow()
135 connect(mThread, &ThreadHandler::debugError, mUI.mResults, &ResultsView::debugError); in MainWindow()
136 …connect(mThread, &ThreadHandler::bughuntingReportLine, mUI.mResults, &ResultsView::bughuntingRepor… in MainWindow()
137 connect(mUI.mResults, &ResultsView::gotResults, this, &MainWindow::resultsAdded); in MainWindow()
138 connect(mUI.mResults, &ResultsView::resultsHidden, mUI.mActionShowHidden, &QAction::setEnabled); in MainWindow()
139 … connect(mUI.mResults, &ResultsView::checkSelected, this, &MainWindow::performSelectedFilesCheck); in MainWindow()
140 connect(mUI.mResults, &ResultsView::suppressIds, this, &MainWindow::suppressIds); in MainWindow()
141 …connect(mUI.mResults, &ResultsView::editFunctionContract, this, &MainWindow::editFunctionContract); in MainWindow()
142 …connect(mUI.mResults, &ResultsView::editVariableContract, this, &MainWindow::editVariableContract); in MainWindow()
143 …connect(mUI.mResults, &ResultsView::deleteFunctionContract, this, &MainWindow::deleteFunctionContr… in MainWindow()
144 …connect(mUI.mResults, &ResultsView::deleteVariableContract, this, &MainWindow::deleteVariableContr… in MainWindow()
158 mThread->initialize(mUI.mResults); in MainWindow()
279 ShowTypes *types = mUI.mResults->getShowTypes(); in loadSettings()
404 mUI.mResults->saveSettings(mSettings); in saveSettings()
427 mUI.mResults->clear(true); in doAnalyzeProject()
430 mUI.mResults->checkingStarted(p.fileSettings.size()); in doAnalyzeProject()
438 mUI.mResults->setCheckDirectory(checkPath); in doAnalyzeProject()
481 mUI.mResults->clear(true); in doAnalyzeFiles()
494 mUI.mResults->checkingStarted(fileNames.count()); in doAnalyzeFiles()
506 mUI.mResults->setCheckDirectory(checkPath); in doAnalyzeFiles()
536 mUI.mResults, SLOT(progress(int,const QString&))); in analyzeCode()
538 mUI.mResults, SLOT(error(const ErrorItem&))); in analyzeCode()
540 mUI.mResults, SLOT(log(const QString&))); in analyzeCode()
542 mUI.mResults, SLOT(debugError(const ErrorItem&))); in analyzeCode()
551 mUI.mResults->checkingStarted(1); in analyzeCode()
556 if (mUI.mResults->hasVisibleResults()) in analyzeCode()
557 mUI.mResults->expandAllResults(); in analyzeCode()
624 mUI.mResults->setAddedFunctionContracts(addedContracts); in updateFunctionContractsTab()
640 mUI.mResults->setAddedVariableContracts(added); in updateVariableContractsTab()
1024 mUI.mResults->checkingFinished(); in analysisDone()
1048 mUI.mResults->saveStatistics(buildDir + "/statistics.txt"); in analysisDone()
1049 mUI.mResults->updateFromOldReport(buildDir + "/lastResults.xml"); in analysisDone()
1050 mUI.mResults->save(buildDir + "/lastResults.xml", Report::XMLV2); in analysisDone()
1094 mUI.mResults->updateSettings(dialog.showFullPath(), in programSettings()
1100 mUI.mResults->updateStyleSetting(mSettings); in programSettings()
1139 mUI.mResults->clear(false); in reAnalyzeSelected()
1141 mUI.mResults->clearRecheckFile(files[i]); in reAnalyzeSelected()
1143 mCurrentDirectory = mUI.mResults->getCheckDirectory(); in reAnalyzeSelected()
1150 mUI.mResults->checkingStarted(fileNames.size()); in reAnalyzeSelected()
1168 mUI.mResults->clear(all); in reAnalyze()
1172 mUI.mResults->clear(files[i]); in reAnalyze()
1175 mUI.mResults->checkingStarted(files.size()); in reAnalyze()
1193 mUI.mResults->clear(true); in clearResults()
1194 Q_ASSERT(false == mUI.mResults->hasResults()); in clearResults()
1200 if (mUI.mResults->hasResults()) { in openResults()
1237 mUI.mResults->clear(true); in loadResults()
1240 mUI.mResults->readErrorsXml(selectedFile); in loadResults()
1248 mUI.mResults->setCheckDirectory(sourceDirectory); in loadResults()
1269 bool enabled = mUI.mResults->hasResults(); in enableResultsButtons()
1278 mUI.mResults->showResults(ShowTypes::ShowStyle, checked); in showStyle()
1283 mUI.mResults->showResults(ShowTypes::ShowErrors, checked); in showErrors()
1288 mUI.mResults->showResults(ShowTypes::ShowWarnings, checked); in showWarnings()
1293 mUI.mResults->showResults(ShowTypes::ShowPortability, checked); in showPortability()
1298 mUI.mResults->showResults(ShowTypes::ShowPerformance, checked); in showPerformance()
1303 mUI.mResults->showResults(ShowTypes::ShowInformation, checked); in showInformation()
1419 mUI.mResults->save(selectedFile, type); in save()
1469 mUI.mResults->translate(); in setLanguage()
1488 mUI.mResults->disableProgressbar(); in stopAnalysis()
1491 mUI.mResults->updateFromOldReport(lastResults); in stopAnalysis()
1547 mUI.mResults->showContracts(mProjectFile->bugHunting); in loadProjectFile()
1568 mUI.mResults->readErrorsXml(lastResults); in loadLastResults()
1569 … mUI.mResults->setCheckDirectory(mSettings->value(SETTINGS_LAST_CHECK_PATH,QString()).toString()); in loadLastResults()
1683 mUI.mResults->showContracts(mProjectFile->bugHunting); in newProjectFile()
1697 mUI.mResults->clear(true); in closeProjectFile()
1698 mUI.mResults->clearContracts(); in closeProjectFile()
1699 mUI.mResults->showContracts(false); in closeProjectFile()
1720 mUI.mResults->showContracts(mProjectFile->bugHunting); in editProjectFile()
1734 statsDialog.setStatistics(mUI.mResults->getStatistics()); in showStatistics()
1747 mUI.mResults->filterResults(mLineEditFilter->text()); in filterResults()