A frame for setting display options. More...
#include <HistogramFrame.h>
  
 Public Member Functions | |
| QwtPlotSeriesItem * | getChart () | 
| Returns a pointer to the chart being configured.  More... | |
| virtual  te::qt::widgets::ChartDisplay *  | getDisplay () | 
| Returns a pointer to the display being configured.  More... | |
| HistogramFrame (QWidget *parent=0) | |
| Constructor.  More... | |
| void | setChart (QwtPlotSeriesItem *newChart) | 
| It sets the chart being configured.  More... | |
| virtual void | setDisplay (te::qt::widgets::ChartDisplay *newDisplay) | 
| It sets the ChartDisplay being configured.  More... | |
| ~HistogramFrame () | |
| Destructor.  More... | |
Public Attributes | |
| ChartDisplay * | m_display | 
| The display that will be configured by this widget.  More... | |
| std::string | m_label | 
| The chart's Label.  More... | |
Private Attributes | |
| HistogramChart * | m_chart | 
| The chart that will be editted by this widget.  More... | |
| HistogramStyleWidget * | m_styleWidget | 
| The widget used to configure the histogram's style.  More... | |
| std::auto_ptr < Ui::HistogramFrameWidgetForm >  | m_ui | 
| The widget Form.  More... | |
A frame for setting display options.
Definition at line 53 of file HistogramFrame.h.
| te::qt::widgets::HistogramFrame::HistogramFrame | ( | QWidget * | parent = 0 | ) | 
Constructor.
| parent | this widget's parent | 
| te::qt::widgets::HistogramFrame::~HistogramFrame | ( | ) | 
Destructor.
      
  | 
  virtual | 
Returns a pointer to the chart being configured.
Reimplemented from te::qt::widgets::ChartWidget.
      
  | 
  virtualinherited | 
Returns a pointer to the display being configured.
Reimplemented in te::qt::widgets::ChartStyleFrame.
      
  | 
  virtual | 
It sets the chart being configured.
| newChart | The new QwtPlotSeriesItem. | 
Reimplemented from te::qt::widgets::ChartWidget.
      
  | 
  virtualinherited | 
It sets the ChartDisplay being configured.
| newDisplay | The new ChartDisplay. | 
Reimplemented in te::qt::widgets::ChartStyleFrame.
      
  | 
  private | 
The chart that will be editted by this widget.
Definition at line 90 of file HistogramFrame.h.
      
  | 
  inherited | 
The display that will be configured by this widget.
Definition at line 102 of file ChartWidget.h.
      
  | 
  inherited | 
The chart's Label.
Definition at line 100 of file ChartWidget.h.
      
  | 
  private | 
The widget used to configure the histogram's style.
Definition at line 91 of file HistogramFrame.h.
      
  | 
  private | 
The widget Form.
Definition at line 89 of file HistogramFrame.h.