vtkKWScaleWithLabelSet.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 =========================================================================*/
00038 #ifndef __vtkKWScaleWithLabelSet_h
00039 #define __vtkKWScaleWithLabelSet_h
00040 
00041 #include "vtkKWWidgetSet.h"
00042 
00043 class vtkKWScaleWithLabel;
00044 
00045 class KWWidgets_EXPORT vtkKWScaleWithLabelSet : public vtkKWWidgetSet
00046 {
00047 public:
00048   static vtkKWScaleWithLabelSet* New();
00049   vtkTypeRevisionMacro(vtkKWScaleWithLabelSet,vtkKWWidgetSet);
00050   void PrintSelf(ostream& os, vtkIndent indent);
00051 
00055   virtual vtkKWScaleWithLabel* AddWidget(int id);
00056 
00060   virtual vtkKWScaleWithLabel* InsertWidget(int id, int pos);
00061 
00064   virtual vtkKWScaleWithLabel* GetWidget(int id);
00065 
00066 protected:
00067   vtkKWScaleWithLabelSet() {};
00068   ~vtkKWScaleWithLabelSet() {};
00069 
00070   // Helper methods
00071 
00072   virtual vtkKWWidget* AllocateAndCreateWidget();
00073 
00074 private:
00075   vtkKWScaleWithLabelSet(const vtkKWScaleWithLabelSet&); // Not implemented
00076   void operator=(const vtkKWScaleWithLabelSet&); // Not implemented
00077 };
00078 
00079 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Tue Apr 27 02:32:33 2010 for KWWidgets by  doxygen 1.6.1