korganizer
Go to the documentation of this file.
   20 #ifndef KORGANIZER_EXPORT_H 
   21 #define KORGANIZER_EXPORT_H 
   24 #include <kdemacros.h> 
   26 #ifndef KORGANIZERPRIVATE_EXPORT 
   27 # if defined(KDEPIM_STATIC_LIBS) 
   29 #  define KORGANIZERPRIVATE_EXPORT 
   30 # elif defined(MAKE_KORGANIZERPRIVATE_LIB) 
   32 #  define KORGANIZERPRIVATE_EXPORT KDE_EXPORT 
   35 #  define KORGANIZERPRIVATE_EXPORT KDE_IMPORT 
   39 #ifndef KORG_STDPRINTING_EXPORT 
   40 # if defined(KDEPIM_STATIC_LIBS) 
   42 #  define KORG_STDPRINTING_EXPORT 
   43 # elif defined(MAKE_KORG_STDPRINTING_LIB) 
   45 #  define KORG_STDPRINTING_EXPORT KDE_EXPORT 
   48 #  define KORG_STDPRINTING_EXPORT KDE_IMPORT 
   52 #ifndef KORGANIZER_CORE_EXPORT 
   53 # if defined(KDEPIM_STATIC_LIBS) 
   55 #  define KORGANIZER_CORE_EXPORT 
   56 # elif defined(MAKE_KORGANIZER_CORE_LIB) 
   58 #  define KORGANIZER_CORE_EXPORT KDE_EXPORT 
   61 #  define KORGANIZER_CORE_EXPORT KDE_IMPORT 
   65 #ifndef KORGANIZER_EVENTVIEWER_EXPORT 
   66 # if defined(KDEPIM_STATIC_LIBS) 
   68 #  define KORGANIZER_EVENTVIEWER_EXPORT 
   69 # elif defined(MAKE_KORGANIZERPRIVATE_LIB) 
   71 #  define KORGANIZER_EVENTVIEWER_EXPORT KDE_EXPORT 
   74 #  define KORGANIZER_EVENTVIEWER_EXPORT KDE_IMPORT 
   78 #ifndef KORGANIZER_INTERFACES_EXPORT 
   79 # if defined(KDEPIM_STATIC_LIBS) 
   81 #  define KORGANIZER_INTERFACES_EXPORT 
   82 # elif defined(MAKE_KORGANIZER_INTERFACES_LIB) 
   84 #  define KORGANIZER_INTERFACES_EXPORT KDE_EXPORT 
   87 #  define KORGANIZER_INTERFACES_EXPORT KDE_IMPORT 
   91 #ifndef KORGANIZER_CALENDAR_EXPORT 
   92 # if defined(KDEPIM_STATIC_LIBS) 
   94 #  define KORGANIZER_CALENDAR_EXPORT 
   95 # elif defined(MAKE_KORGANIZER_CALENDAR_LIB) 
   97 #  define KORGANIZER_CALENDAR_EXPORT KDE_EXPORT 
  100 #  define KORGANIZER_CALENDAR_EXPORT KDE_IMPORT 
  104 #ifndef KCM_KORGANIZER_EXPORT 
  105 # if defined(KDEPIM_STATIC_LIBS) 
  107 #  define KCM_KORGANIZER_EXPORT 
  108 # elif defined(MAKE_KCM_KORGANIZER_LIB) 
  110 #  define KCM_KORGANIZER_EXPORT KDE_EXPORT 
  113 #  define KCM_KORGANIZER_EXPORT KDE_IMPORT 
  117 # ifndef KORGANIZERPRIVATE_EXPORT_DEPRECATED 
  118 #  define KORGANIZERPRIVATE_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZERPRIVATE_EXPORT 
  121 # ifndef KCM_KORGANIZER_EXPORT_DEPRECATED 
  122 #  define KCM_KORGANIZER_EXPORT_DEPRECATED KDE_DEPRECATED KCM_KORGANIZER_EXPORT 
  125 # ifndef KORG_STDPRINTING_EXPORT_DEPRECATED 
  126 #  define KORG_STDPRINTING_EXPORT_DEPRECATED KDE_DEPRECATED KORG_STDPRINTING_EXPORT 
  129 # ifndef KORGANIZER_EVENTVIEWER_EXPORT_DEPRECATED 
  130 #  define KORGANIZER_EVENTVIEWER_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_EVENTVIEWER_EXPORT 
  133 # ifndef KORGANIZER_CALENDAR_EXPORT_DEPRECATED 
  134 #  define KORGANIZER_CALENDAR_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_CALENDAR_EXPORT 
  137 # ifndef KORGANIZER_INTERFACES_EXPORT_DEPRECATED 
  138 #  define KORGANIZER_INTERFACES_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_INTERFACES_EXPORT 
  141 # ifndef KORGANIZER_CORE_EXPORT_DEPRECATED 
  142 #  define KORGANIZER_CORE_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_CORE_EXPORT 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:59 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.