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

GUI/Widgets/Templates/vtkKWLabelWithLabelSet.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWWidgetSetSubclass.h.in,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 =========================================================================*/
00030 #ifndef __vtkKWLabelWithLabelSet_h
00031 #define __vtkKWLabelWithLabelSet_h
00032 
00033 #include "vtkKWWidgetSet.h"
00034 
00035 class vtkKWLabelWithLabel;
00036 
00037 class KWWIDGETS_EXPORT vtkKWLabelWithLabelSet : public vtkKWWidgetSet
00038 {
00039 public:
00040   static vtkKWLabelWithLabelSet* New();
00041   vtkTypeRevisionMacro(vtkKWLabelWithLabelSet,vtkKWWidgetSet);
00042   void PrintSelf(ostream& os, vtkIndent indent);
00043 
00047   virtual vtkKWLabelWithLabel* AddWidget(int id);
00048 
00051   virtual vtkKWLabelWithLabel* GetWidget(int id);
00052 
00053 protected:
00054   vtkKWLabelWithLabelSet() {};
00055   ~vtkKWLabelWithLabelSet() {};
00056 
00057   // Helper methods
00058 
00059   virtual vtkKWWidget* AllocateAndCreateWidget();
00060 
00061 private:
00062   vtkKWLabelWithLabelSet(const vtkKWLabelWithLabelSet&); // Not implemented
00063   void operator=(const vtkKWLabelWithLabelSet&); // Not implemented
00064 };
00065 
00066 #endif

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