casa
$Rev:20696$
|
#include <QtPlotFrame.qo.h>
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 |
Definition at line 39 of file QtPlotFrame.qo.h.
typedef std::map<QString,QwtSymbol> casa::QtPlotFrame::symbol_map_type [private] |
Definition at line 57 of file QtPlotFrame.qo.h.
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 |
||
) |
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::minimumSizeHint | ( | ) | const |
void casa::QtPlotFrame::removeLegend | ( | ) |
QSize casa::QtPlotFrame::sizeHint | ( | ) | const |
QwtSymbol casa::QtPlotFrame::symbol | ( | const QString & | s | ) |
static QStringList casa::QtPlotFrame::symbols | ( | ) | [static] |
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.
symbol_map_type casa::QtPlotFrame::symbol_map [static, private] |
Definition at line 58 of file QtPlotFrame.qo.h.