| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | /****************************************************************************
 | 
					
						
							|  |  |  | ** | 
					
						
							| 
									
										
										
										
											2016-01-15 14:57:40 +01:00
										 |  |  | ** Copyright (C) 2016 The Qt Company Ltd. | 
					
						
							|  |  |  | ** Contact: https://www.qt.io/licensing/
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | ** | 
					
						
							|  |  |  | ** This file is part of Qt Creator. | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** Commercial License Usage | 
					
						
							|  |  |  | ** Licensees holding valid commercial Qt licenses may use this file in | 
					
						
							|  |  |  | ** accordance with the commercial license agreement provided with the | 
					
						
							|  |  |  | ** Software or, alternatively, in accordance with the terms contained in | 
					
						
							| 
									
										
										
										
											2016-01-15 14:57:40 +01:00
										 |  |  | ** a written agreement between you and The Qt Company. For licensing terms | 
					
						
							|  |  |  | ** and conditions see https://www.qt.io/terms-conditions. For further
 | 
					
						
							|  |  |  | ** information use the contact form at https://www.qt.io/contact-us.
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2016-01-15 14:57:40 +01:00
										 |  |  | ** GNU General Public License Usage | 
					
						
							|  |  |  | ** Alternatively, this file may be used under the terms of the GNU | 
					
						
							|  |  |  | ** General Public License version 3 as published by the Free Software | 
					
						
							|  |  |  | ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT | 
					
						
							|  |  |  | ** included in the packaging of this file. Please review the following | 
					
						
							|  |  |  | ** information to ensure the GNU General Public License requirements will | 
					
						
							|  |  |  | ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | ** | 
					
						
							|  |  |  | ****************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-18 07:55:01 +01:00
										 |  |  | #pragma once
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-30 17:37:17 +02:00
										 |  |  | #include "baseeditordocumentparser.h"
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | #include "cpptools_global.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <cplusplus/CppDocument.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <QString>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | namespace CppTools { | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-19 15:46:50 +02:00
										 |  |  | class CPPTOOLS_EXPORT BuiltinEditorDocumentParser : public BaseEditorDocumentParser | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2014-08-19 15:59:29 +02:00
										 |  |  |     Q_OBJECT | 
					
						
							| 
									
										
										
										
											2014-08-19 15:53:15 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2014-08-19 15:46:50 +02:00
										 |  |  |     BuiltinEditorDocumentParser(const QString &filePath); | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-07 15:02:14 +02:00
										 |  |  |     bool releaseSourceAndAST() const; | 
					
						
							|  |  |  |     void setReleaseSourceAndAST(bool release); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  |     CPlusPlus::Document::Ptr document() const; | 
					
						
							| 
									
										
										
										
											2013-10-07 11:44:50 +02:00
										 |  |  |     CPlusPlus::Snapshot snapshot() const; | 
					
						
							| 
									
										
										
										
											2016-01-13 14:12:15 +01:00
										 |  |  |     ProjectPartHeaderPaths headerPaths() const; | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-07 15:02:14 +02:00
										 |  |  |     void releaseResources(); | 
					
						
							| 
									
										
										
										
											2014-08-05 11:34:52 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-26 14:26:28 +02:00
										 |  |  | signals: | 
					
						
							|  |  |  |     void finished(CPlusPlus::Document::Ptr document, CPlusPlus::Snapshot snapshot); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-19 15:59:29 +02:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2015-09-01 17:34:07 +02:00
										 |  |  |     using Ptr = QSharedPointer<BuiltinEditorDocumentParser>; | 
					
						
							|  |  |  |     static Ptr get(const QString &filePath); | 
					
						
							| 
									
										
										
										
											2014-08-19 15:59:29 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | private: | 
					
						
							| 
									
										
										
										
											2016-07-27 14:48:42 +02:00
										 |  |  |     void updateHelper(const QFutureInterface<void> &future, | 
					
						
							| 
									
										
										
										
											2016-12-16 13:12:04 +01:00
										 |  |  |                       const WorkingCopy &workingCopy, | 
					
						
							|  |  |  |                       const ProjectExplorer::Project *activeProject) override; | 
					
						
							| 
									
										
										
										
											2015-07-07 15:02:14 +02:00
										 |  |  |     void addFileAndDependencies(CPlusPlus::Snapshot *snapshot, | 
					
						
							|  |  |  |                                 QSet<Utils::FileName> *toRemove, | 
					
						
							|  |  |  |                                 const Utils::FileName &fileName) const; | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-07 15:02:14 +02:00
										 |  |  |     struct ExtraState { | 
					
						
							|  |  |  |         QByteArray configFile; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-13 14:12:15 +01:00
										 |  |  |         ProjectPartHeaderPaths headerPaths; | 
					
						
							| 
									
										
										
										
											2015-07-07 15:02:14 +02:00
										 |  |  |         QString projectConfigFile; | 
					
						
							|  |  |  |         QStringList precompiledHeaders; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         CPlusPlus::Snapshot snapshot; | 
					
						
							|  |  |  |         bool forceSnapshotInvalidation = false; | 
					
						
							|  |  |  |     }; | 
					
						
							|  |  |  |     ExtraState extraState() const; | 
					
						
							|  |  |  |     void setExtraState(const ExtraState &extraState); | 
					
						
							| 
									
										
										
										
											2014-07-30 17:37:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-07 15:02:14 +02:00
										 |  |  |     bool m_releaseSourceAndAST = true; | 
					
						
							|  |  |  |     ExtraState m_extraState; | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } // namespace CppTools
 |