SciDAVis  1.D4
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions
SymbolBox Class Reference

Plot symbol combo box. More...

#include <SymbolBox.h>

List of all members.

Public Member Functions

QwtSymbol::Style selectedSymbol () const
void setStyle (const QwtSymbol::Style &c)
 SymbolBox (bool rw, QWidget *parent=0)
 SymbolBox (QWidget *parent=0)

Static Public Member Functions

static QwtSymbol::Style style (int index)
static int symbolIndex (const QwtSymbol::Style &style)

Static Public Attributes

static const QwtSymbol::Style symbols []

Protected Member Functions

void init ()

Detailed Description

Plot symbol combo box.


Constructor & Destructor Documentation

SymbolBox::SymbolBox ( bool  rw,
QWidget *  parent = 0 
)

References init().

SymbolBox::SymbolBox ( QWidget *  parent = 0)

References init().


Member Function Documentation

void SymbolBox::init ( )
protected

Referenced by SymbolBox().

QwtSymbol::Style SymbolBox::selectedSymbol ( ) const

References symbols.

Referenced by PlotDialog::acceptParams().

void SymbolBox::setStyle ( const QwtSymbol::Style &  c)

References symbols.

Referenced by PlotDialog::setActiveCurve().

QwtSymbol::Style SymbolBox::style ( int  index)
static
int SymbolBox::symbolIndex ( const QwtSymbol::Style &  style)
static

Member Data Documentation

const QwtSymbol::Style SymbolBox::symbols
static
Initial value:
{
QwtSymbol::NoSymbol,
QwtSymbol::Ellipse,
QwtSymbol::Rect,
QwtSymbol::Diamond,
QwtSymbol::Triangle,
QwtSymbol::DTriangle,
QwtSymbol::UTriangle,
QwtSymbol::LTriangle,
QwtSymbol::RTriangle,
QwtSymbol::Cross,
QwtSymbol::XCross,
QwtSymbol::HLine,
QwtSymbol::VLine,
QwtSymbol::Star1,
QwtSymbol::Star2,
QwtSymbol::Hexagon
}

Referenced by selectedSymbol(), setStyle(), style(), and symbolIndex().


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