#include <SymbolBox.h>
This is a simple hack on top of the QComboBox class.
Public Member Functions | |
| QwtSymbol::Style | selectedSymbol () const |
| void | setStyle (const QwtSymbol::Style &c) |
| SymbolBox (QWidget *parent) | |
| Constructor. | |
Static Public Member Functions | |
| static QwtSymbol::Style | style (int index) |
| static int | symbolIndex (const QwtSymbol::Style &style) |
Protected Member Functions | |
| void | init () |
Static Private Attributes | |
| static const QwtSymbol::Style | symbols [] |
|
|
Constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
}
|
1.4.6