• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeplasma-addons API Reference
  • KDE Home
  • Contact Us
 

liblancelot

  • sources
  • kde-4.12
  • kdeplasma-addons
  • libs
  • lancelot
lancelot_export.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2007, 2008, 2009, 2010 Ivan Cukic <ivan.cukic(at)kde.org>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser/Library General Public License version 2,
6  * or (at your option) any later version, as published by the Free
7  * Software Foundation
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser/Library General Public License for more details
13  *
14  * You should have received a copy of the GNU Lesser/Library General Public
15  * License along with this program; if not, write to the
16  * Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18  */
19 
20 #ifndef LANCELOT_EXPORT_H
21 #define LANCELOT_EXPORT_H
22 
23 /* needed for KDE_EXPORT and KDE_IMPORT macros */
24 #include <kdemacros.h>
25 
26 #ifndef LANCELOT_EXPORT
27 # if defined(MAKE_LANCELOT_LIB)
28  /* We are building this library */
29 # define LANCELOT_EXPORT KDE_EXPORT
30 # else
31  /* We are using this library */
32 # define LANCELOT_EXPORT KDE_IMPORT
33 # endif
34 #endif
35 
36 #ifndef LANCELOT_EXPORT_DEPRECATED
37 # define LANCELOT_EXPORT_DEPRECATED KDE_DEPRECATED LANCELOT_EXPORT
38 #endif
39 
40 // Override annotation.
41 #define L_Override virtual
42 
43 // Include annotation. Does nothing. Needed by PUCK module generator
44 #define L_INCLUDE(A)
45 
46 // Extra data needed by PUCK module generator. Does nothing otherwise
47 #define L_EXTRA(A)
48 
49 #endif // LANCELOT_EXPORT_H
50 
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Oct 13 2014 22:55:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

liblancelot

Skip menu "liblancelot"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeplasma-addons API Reference

Skip menu "kdeplasma-addons API Reference"
  •     GroupingDesktop
  •   liblancelot

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