casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Private Types | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
casa::QtPlotFrame Class Reference

#include <QtPlotFrame.qo.h>

Inheritance diagram for casa::QtPlotFrame:

Public Member Functions

 QtPlotFrame (QWidget *parent=NULL)
 
 QtPlotFrame (const QwtText &title, const QSize &s, QwtPlot::LegendPosition pos=QwtPlot::BottomLegend, QWidget *parent=NULL)
 
void addLegend (QwtPlot::LegendPosition pos)
 
void removeLegend ()
 
QwtSymbol * symbol (const QString &s)
 
QSize minimumSizeHint () const
 
QSize sizeHint () const
 

Static Public Member Functions

static QStringList colors ()
 
static QStringList symbols ()
 

Private Types

typedef std::map< QString,
QwtSymbol * > 
symbol_map_type
 

Static Private Member Functions

static void initialize_symbol_map ()
 

Private Attributes

QSize size_
 
QwtLegend * legend
 

Static Private Attributes

static symbol_map_type symbol_map
 

Detailed Description

Definition at line 40 of file QtPlotFrame.qo.h.

Member Typedef Documentation

typedef std::map<QString,QwtSymbol*> casa::QtPlotFrame::symbol_map_type
private

Definition at line 58 of file QtPlotFrame.qo.h.

Constructor & Destructor Documentation

casa::QtPlotFrame::QtPlotFrame ( QWidget *  parent = NULL)
inline

Definition at line 43 of file QtPlotFrame.qo.h.

casa::QtPlotFrame::QtPlotFrame ( const QwtText &  title,
const QSize &  s,
QwtPlot::LegendPosition  pos = QwtPlot::BottomLegend,
QWidget *  parent = NULL 
)

Member Function Documentation

void casa::QtPlotFrame::addLegend ( QwtPlot::LegendPosition  pos)
static QStringList casa::QtPlotFrame::colors ( )
static
static void casa::QtPlotFrame::initialize_symbol_map ( )
staticprivate
QSize casa::QtPlotFrame::minimumSizeHint ( ) const
void casa::QtPlotFrame::removeLegend ( )
QSize casa::QtPlotFrame::sizeHint ( ) const
QwtSymbol* casa::QtPlotFrame::symbol ( const QString &  s)
static QStringList casa::QtPlotFrame::symbols ( )
static

Member Data Documentation

QwtLegend* casa::QtPlotFrame::legend
private

Definition at line 61 of file QtPlotFrame.qo.h.

QSize casa::QtPlotFrame::size_
private

Definition at line 57 of file QtPlotFrame.qo.h.

symbol_map_type casa::QtPlotFrame::symbol_map
staticprivate

Definition at line 59 of file QtPlotFrame.qo.h.


The documentation for this class was generated from the following file: