| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | /****************************************************************************
 | 
					
						
							| 
									
										
										
										
											2012-03-02 16:26:22 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2014-01-07 13:27:11 +01:00
										 |  |  | ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ** Contact: http://www.qt-project.org/legal
 | 
					
						
							| 
									
										
										
										
											2012-03-02 16:26:22 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ** This file is part of Qt Creator. | 
					
						
							| 
									
										
										
										
											2012-03-02 16:26:22 +01:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ** 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 | 
					
						
							|  |  |  | ** a written agreement between you and Digia.  For licensing terms and | 
					
						
							|  |  |  | ** conditions see http://qt.digia.com/licensing.  For further information
 | 
					
						
							|  |  |  | ** use the contact form at http://qt.digia.com/contact-us.
 | 
					
						
							| 
									
										
										
										
											2012-03-02 16:26:22 +01:00
										 |  |  | ** | 
					
						
							|  |  |  | ** GNU Lesser General Public License Usage | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ** Alternatively, this file may be used under the terms of the GNU Lesser | 
					
						
							|  |  |  | ** General Public License version 2.1 as published by the Free Software | 
					
						
							|  |  |  | ** Foundation and appearing in the file LICENSE.LGPL included in the | 
					
						
							|  |  |  | ** packaging of this file.  Please review the following information to | 
					
						
							|  |  |  | ** ensure the GNU Lesser General Public License version 2.1 requirements | 
					
						
							|  |  |  | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
 | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** In addition, as a special exception, Digia gives you certain additional | 
					
						
							|  |  |  | ** rights.  These rights are described in the Digia Qt LGPL Exception | 
					
						
							| 
									
										
										
										
											2012-03-02 16:26:22 +01:00
										 |  |  | ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. | 
					
						
							|  |  |  | ** | 
					
						
							| 
									
										
										
										
											2012-10-02 09:12:39 +02:00
										 |  |  | ****************************************************************************/ | 
					
						
							| 
									
										
										
										
											2012-03-02 16:26:22 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-21 10:00:32 +01:00
										 |  |  | #ifndef CPPTOOLS_CPPCOMPLETIONASSISTPROVIDER_H
 | 
					
						
							|  |  |  | #define CPPTOOLS_CPPCOMPLETIONASSISTPROVIDER_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "cpptools_global.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-30 13:13:44 +02:00
										 |  |  | #include <texteditor/codeassist/assistenums.h>
 | 
					
						
							| 
									
										
										
										
											2012-02-21 10:00:32 +01:00
										 |  |  | #include <texteditor/codeassist/completionassistprovider.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-17 19:23:20 +02:00
										 |  |  | #include <utils/qtcoverride.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-30 13:13:44 +02:00
										 |  |  | QT_BEGIN_NAMESPACE | 
					
						
							|  |  |  | class QTextDocument; | 
					
						
							|  |  |  | QT_END_NAMESPACE | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-11 21:55:42 +02:00
										 |  |  | namespace ProjectExplorer { class Project; } | 
					
						
							| 
									
										
										
										
											2013-08-30 13:13:44 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | namespace TextEditor { | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  | class BaseTextEditor; | 
					
						
							| 
									
										
										
										
											2013-08-30 13:13:44 +02:00
										 |  |  | class IAssistInterface; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-21 10:00:32 +01:00
										 |  |  | namespace CppTools { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class CPPTOOLS_EXPORT CppCompletionAssistProvider : public TextEditor::CompletionAssistProvider | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     Q_OBJECT | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public: | 
					
						
							| 
									
										
										
										
											2014-02-17 19:23:20 +02:00
										 |  |  |     bool supportsEditor(const Core::Id &editorId) const QTC_OVERRIDE; | 
					
						
							|  |  |  |     int activationCharSequenceLength() const QTC_OVERRIDE; | 
					
						
							|  |  |  |     bool isActivationCharSequence(const QString &sequence) const QTC_OVERRIDE; | 
					
						
							| 
									
										
										
										
											2014-05-08 09:48:27 -04:00
										 |  |  |     bool isContinuationChar(const QChar &c) const QTC_OVERRIDE; | 
					
						
							| 
									
										
										
										
											2012-02-21 10:00:32 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-30 13:13:44 +02:00
										 |  |  |     virtual TextEditor::IAssistInterface *createAssistInterface( | 
					
						
							| 
									
										
										
										
											2013-08-19 16:05:29 +02:00
										 |  |  |             ProjectExplorer::Project *project, TextEditor::BaseTextEditor *editor, | 
					
						
							| 
									
										
										
										
											2014-05-14 11:34:45 -04:00
										 |  |  |             QTextDocument *document, bool isObjCEnabled, int position, | 
					
						
							|  |  |  |             TextEditor::AssistReason reason) const = 0; | 
					
						
							| 
									
										
										
										
											2012-02-21 10:00:32 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     static int activationSequenceChar(const QChar &ch, const QChar &ch2, | 
					
						
							|  |  |  |                                       const QChar &ch3, unsigned *kind, | 
					
						
							|  |  |  |                                       bool wantFunctionCall); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } // namespace CppTools
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif // CPPTOOLS_CPPCOMPLETIONASSISTPROVIDER_H
 |