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

GUI/Client/vtkPVTextPropertyEditor.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkPVTextPropertyEditor.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 =========================================================================*/
00023 #ifndef __vtkPVTextPropertyEditor_h
00024 #define __vtkPVTextPropertyEditor_h
00025 
00026 #include "vtkKWTextPropertyEditor.h"
00027 
00028 class vtkPVTraceHelper;
00029 
00030 class VTK_EXPORT vtkPVTextPropertyEditor : public vtkKWTextPropertyEditor
00031 {
00032 public:
00033   static vtkPVTextPropertyEditor* New();
00034   vtkTypeRevisionMacro(vtkPVTextPropertyEditor,vtkKWTextPropertyEditor);
00035   void PrintSelf(ostream& os, vtkIndent indent);
00036 
00038 
00039   virtual void SetColor(double, double, double);
00040   virtual void SetColor(double *v) { this->SetColor(v[0], v[1], v[2]); };
00041   virtual void SetFontFamily(int);
00042   virtual void SetBold(int);
00043   virtual void SetItalic(int);
00044   virtual void SetShadow(int);
00045   virtual void SetOpacity(float);
00047 
00049 
00050   vtkGetObjectMacro(TraceHelper, vtkPVTraceHelper);
00052 
00053 protected:
00054   vtkPVTextPropertyEditor();
00055   ~vtkPVTextPropertyEditor();
00056 
00057   vtkPVTraceHelper* TraceHelper;
00058 
00059 private:
00060   vtkPVTextPropertyEditor(const vtkPVTextPropertyEditor&); // Not implemented
00061   void operator=(const vtkPVTextPropertyEditor&); // Not implemented
00062 };
00063 
00064 #endif
00065 

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