• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdevelop API Reference
  • KDE Home
  • Contact Us
 

kdevplatform/project

  • sources
  • kfour-appscomplete
  • kdevelop
  • kdevplatform
  • project
importprojectjob.h
Go to the documentation of this file.
1 /* This file is part of KDevelop
2  Copyright 2004 Roberto Raggi <[email protected]>
3  Copyright 2007 Andreas Pakulat <[email protected]>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 #ifndef KDEVPLATFORM_IMPORTPROJECTJOB_H
21 #define KDEVPLATFORM_IMPORTPROJECTJOB_H
22 
23 #include <KJob>
24 
25 #include "projectexport.h"
26 
27 namespace KDevelop
28 {
29 class ProjectFolderItem;
30 class IProjectFileManager;
31 
32 class KDEVPLATFORMPROJECT_EXPORT ImportProjectJob: public KJob
33 {
34  Q_OBJECT
35 public:
36  ImportProjectJob(ProjectFolderItem *folder, IProjectFileManager *importer);
37  ~ImportProjectJob() override;
38 
39 public:
40  void start() override;
41  bool doKill() override;
42 
43 private Q_SLOTS:
44  void importDone();
45  void importCanceled();
46  void aboutToShutdown();
47 
48 private:
49  class ImportProjectJobPrivate* const d;
50  friend class ImportProjectJobPrivate;
51 };
52 
53 }
54 #endif // KDEVPLATFORM_IMPORTPROJECTJOB_H
55 
56 
KDevelop::ProjectFolderItem
Implementation of the ProjectBaseItem interface that is specific to a folder.
Definition: projectmodel.h:268
KDevelop::ImportProjectJob
Definition: importprojectjob.h:32
KJob
KDevelop::IProjectFileManager
An interface to project file management.
Definition: iprojectfilemanager.h:55
KDevelop
Definition: abstractfilemanagerplugin.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:37:59 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdevplatform/project

Skip menu "kdevplatform/project"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdevelop API Reference

Skip menu "kdevelop API Reference"
  • kdevplatform
  •   debugger
  •   documentation
  •   interfaces
  •   language
  •     assistant
  •     backgroundparser
  •     checks
  •     classmodel
  •     codecompletion
  •     codegen
  •     duchain
  •     editor
  •     highlighting
  •     interfaces
  •     util
  •   outputview
  •   project
  •   serialization
  •   shell
  •   sublime
  •   tests
  •   util
  •   vcs

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal