vtkKWTkDnDInit.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWTkDnDInit.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 // .NAME vtkKWTkDnDInit - class used to initialize TkDnD
00015 // .SECTION Description
00016 // This class is used to initialize the TkDnD library.
00017 
00018 #ifndef __vtkKWTkDnDInit_h
00019 #define __vtkKWTkDnDInit_h
00020 
00021 #include "vtkObject.h"
00022 #include "vtkKWWidgets.h" // Needed for export symbols directives
00023 #include "vtkTcl.h" // Needed for Tcl interpreter
00024 
00025 class KWWidgets_EXPORT vtkKWTkDnDInit : public vtkObject
00026 {
00027 public:
00028   static vtkKWTkDnDInit* New();
00029   vtkTypeRevisionMacro(vtkKWTkDnDInit,vtkObject);
00030   void PrintSelf(ostream& os, vtkIndent indent);
00031 
00032   // Description:
00033   // Load the TkDnD library.
00034   static void Initialize(Tcl_Interp*);
00035 
00036 protected:
00037   vtkKWTkDnDInit() {};
00038   ~vtkKWTkDnDInit() {};
00039 
00040   static int Initialized;
00041 
00042 private:
00043   vtkKWTkDnDInit(const vtkKWTkDnDInit&);   // Not implemented.
00044   void operator=(const vtkKWTkDnDInit&);  // Not implemented.
00045 };
00046 
00047 #endif

Generated on Sat Dec 12 16:04:57 2009 for KWWidgets by  doxygen 1.6.1