• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

dox/GUISupport/Qt/vtkQtLineChartView.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkQtLineChartView.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00015 /*----------------------------------------------------------------------------
00016  Copyright (c) Sandia Corporation
00017  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00018 ----------------------------------------------------------------------------*/
00032 #ifndef __vtkQtLineChartView_h
00033 #define __vtkQtLineChartView_h
00034 
00035 #include "vtkQtChartViewBase.h"
00036 
00037 class vtkQtLineChart;
00038 class vtkQtChartSeriesModelCollection;
00039 
00040 class QVTK_EXPORT vtkQtLineChartView : public vtkQtChartViewBase
00041 {
00042 public:
00043   static vtkQtLineChartView *New();
00044   vtkTypeRevisionMacro(vtkQtLineChartView, vtkQtChartViewBase);
00045   void PrintSelf(ostream& os, vtkIndent indent);
00046 
00048   virtual void Update();
00049 
00051   void SetHelpFormat(const char* format);
00052 
00053   //BTX
00055   virtual void AddChartSelectionHandlers(vtkQtChartMouseSelection* selector);
00056 
00058 
00059   virtual vtkQtChartSeriesModelCollection* GetChartSeriesModel();
00060   //ETX
00062 
00063 protected:
00064   vtkQtLineChartView();
00065   ~vtkQtLineChartView();
00066 
00067 protected:
00068   vtkQtLineChart *LineChart;
00069   vtkQtChartSeriesModelCollection *LineModel;
00070 
00071 private:
00072   vtkQtLineChartView(const vtkQtLineChartView&);  // Not implemented.
00073   void operator=(const vtkQtLineChartView&);  // Not implemented.
00074 };
00075 
00076 #endif

Generated by  doxygen 1.7.1