• 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
  • interfaces
iprojectfilemanager.cpp
Go to the documentation of this file.
1 /* This file is part of KDevelop
2  Copyright 2004 Roberto Raggi <[email protected]>
3  Copyright 2006 Matt Rogers <[email protected]>
4  Copyright 2006 Hamish Rodda <[email protected]>
5  Copyright 2007 Andreas Pakulat <[email protected]
6 
7  This library is free software; you can redistribute it and/or
8  modify it under the terms of the GNU Library General Public
9  License as published by the Free Software Foundation; either
10  version 2 of the License, or (at your option) any later version.
11 
12  This library is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  Library General Public License for more details.
16 
17  You should have received a copy of the GNU Library General Public License
18  along with this library; see the file COPYING.LIB. If not, write to
19  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20  Boston, MA 02110-1301, USA.
21 */
22 #include "iprojectfilemanager.h"
23 #include "projectmodel.h"
24 #include "importprojectjob.h"
25 
26 namespace KDevelop
27 {
28 IProjectFileManager::~IProjectFileManager()
29 {
30 }
31 
32 KJob* IProjectFileManager::createImportJob(ProjectFolderItem* item)
33 {
34  return new ImportProjectJob( item, this );
35 }
36 
37 
38 }
KDevelop::ProjectFolderItem
Implementation of the ProjectBaseItem interface that is specific to a folder.
Definition: projectmodel.h:268
KDevelop::ImportProjectJob
Definition: importprojectjob.h:32
projectmodel.h
KJob
KDevelop::IProjectFileManager::createImportJob
virtual KJob * createImportJob(ProjectFolderItem *item)
This method creates an import job for the given item.
Definition: iprojectfilemanager.cpp:32
KDevelop::IProjectFileManager::~IProjectFileManager
virtual ~IProjectFileManager()
Definition: iprojectfilemanager.cpp:28
KDevelop
Definition: abstractfilemanagerplugin.h:33
iprojectfilemanager.h
importprojectjob.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 23:31:31 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