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

kdevplatform/serialization

  • sources
  • kfour-appscomplete
  • kdevelop
  • kdevplatform
  • serialization
abstractitemrepository.cpp
Go to the documentation of this file.
1 /*
2  Copyright 2008 David Nolden <[email protected]>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License version 2 as published by the Free Software Foundation.
7 
8  This library is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  Library General Public License for more details.
12 
13  You should have received a copy of the GNU Library General Public License
14  along with this library; see the file COPYING.LIB. If not, write to
15  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16  Boston, MA 02110-1301, USA.
17  */
18 
19 #include "abstractitemrepository.h"
20 
21 #include "config-kdevplatform.h"
22 
23 namespace KDevelop {
24 uint staticItemRepositoryVersion()
25 {
26  return KDEV_ITEMREPOSITORY_VERSION;
27 }
28 
29 AbstractItemRepository::~AbstractItemRepository()
30 {
31 }
32 
33 AbstractRepositoryManager::AbstractRepositoryManager()
34 {
35 }
36 
37 AbstractRepositoryManager::~AbstractRepositoryManager()
38 {
39 }
40 
41 void AbstractRepositoryManager::deleteRepository()
42 {
43  delete m_repository;
44  m_repository = nullptr;
45 }
46 }
KDevelop::AbstractItemRepository::~AbstractItemRepository
virtual ~AbstractItemRepository()
Definition: abstractitemrepository.cpp:29
KDevelop::AbstractRepositoryManager::m_repository
AbstractItemRepository * m_repository
Definition: abstractitemrepository.h:62
KDevelop::AbstractRepositoryManager::~AbstractRepositoryManager
virtual ~AbstractRepositoryManager()
Definition: abstractitemrepository.cpp:37
KDevelop::staticItemRepositoryVersion
uint staticItemRepositoryVersion()
Returns a version-number that is used to reset the item-repository after incompatible layout changes.
Definition: abstractitemrepository.cpp:24
KDevelop::AbstractRepositoryManager::deleteRepository
void deleteRepository()
Definition: abstractitemrepository.cpp:41
KDevelop::AbstractRepositoryManager::AbstractRepositoryManager
AbstractRepositoryManager()
Definition: abstractitemrepository.cpp:33
KDevelop
Definition: abstractitemrepository.cpp:23
abstractitemrepository.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:38:04 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdevplatform/serialization

Skip menu "kdevplatform/serialization"
  • 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