Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

GUI/Widgets/vtkKWWidgets.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWWidgets.h,v $
00004 
00005   Copyright (c) Kitware, Inc.
00006   All rights reserved.
00007   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00008 
00009      This software is distributed WITHOUT ANY WARRANTY; without even
00010      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00011      PURPOSE.  See the above copyright notice for more information.
00012 
00013 =========================================================================*/
00014 #ifndef __vtkKWWidgets_h
00015 #define __vtkKWWidgets_h
00016 
00017 #include "vtkKWWidgetsConfigure.h"
00018 
00019 #if defined(_WIN32) && defined(KWWIDGETS_SHARED_LIBS)
00020 # if defined(KWWidgets_EXPORTS)
00021 #  define KWWIDGETS_EXPORT __declspec( dllexport )
00022 # else
00023 #  define KWWIDGETS_EXPORT __declspec( dllimport )
00024 # endif
00025 #else
00026 # define KWWIDGETS_EXPORT
00027 #endif
00028 
00029 #endif

Generated on Tue May 30 12:31:45 2006 for ParaView by doxygen 1.3.5