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

GUI/Widgets/Templates/vtkKWMenuButtonWithSpinButtonsWithLabel.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWWidgetWithLabelSubclass.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 =========================================================================*/
00027 #ifndef __vtkKWMenuButtonWithSpinButtonsWithLabel_h
00028 #define __vtkKWMenuButtonWithSpinButtonsWithLabel_h
00029 
00030 #include "vtkKWWidgetWithLabel.h"
00031 
00032 class vtkKWApplication;
00033 class vtkKWMenuButtonWithSpinButtons;
00034 
00035 class KWWIDGETS_EXPORT vtkKWMenuButtonWithSpinButtonsWithLabel : public vtkKWWidgetWithLabel
00036 {
00037 public:
00038   static vtkKWMenuButtonWithSpinButtonsWithLabel* New();
00039   vtkTypeRevisionMacro(vtkKWMenuButtonWithSpinButtonsWithLabel, vtkKWWidgetWithLabel);
00040   void PrintSelf(ostream& os, vtkIndent indent);
00041 
00043   virtual void Create(vtkKWApplication *app);
00044 
00046   virtual vtkKWMenuButtonWithSpinButtons* GetWidget();
00047   
00049 
00051   virtual void SetExpandWidget(int);
00052   vtkBooleanMacro(ExpandWidget, int);
00053   vtkGetMacro(ExpandWidget, int);
00055 
00058   virtual void SetBalloonHelpString(const char *str);
00059 
00066   virtual void UpdateEnableState();
00067 
00068 protected:
00069   vtkKWMenuButtonWithSpinButtonsWithLabel();
00070   ~vtkKWMenuButtonWithSpinButtonsWithLabel();
00071 
00073   int ExpandWidget;
00074 
00076   virtual void Pack();
00077 
00079   vtkKWMenuButtonWithSpinButtons *Widget;
00080 
00081 private:
00082 
00083   vtkKWMenuButtonWithSpinButtonsWithLabel(const vtkKWMenuButtonWithSpinButtonsWithLabel&); // Not implemented
00084   void operator=(const vtkKWMenuButtonWithSpinButtonsWithLabel&); // Not implemented
00085 };
00086 
00087 #endif

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