casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Private Types | Static Private Member Functions | Private Attributes | Static Private Attributes
casa::QtPlotFrame Class Reference

#include <QtPlotFrame.qo.h>

List of all members.

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 39 of file QtPlotFrame.qo.h.


Member Typedef Documentation

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

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


Constructor & Destructor Documentation

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

Definition at line 42 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 ( ) [static, private]
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 60 of file QtPlotFrame.qo.h.

QSize casa::QtPlotFrame::size_ [private]

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

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


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