Public Member Functions | |
PrivateData () | |
~PrivateData () | |
Public Attributes | |
QwtLegend::LegendItemMode | itemMode |
bool | isDown |
int | identifierWidth |
int | identifierMode |
QwtSymbol * | symbol |
QPen | curvePen |
int | spacing |
Definition at line 47 of file qwt_legend_item.cpp.
QwtLegendItem::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 50 of file qwt_legend_item.cpp.
References symbol.
: itemMode(QwtLegend::ReadOnlyItem), isDown(false), identifierWidth(8), identifierMode(QwtLegendItem::ShowLine | QwtLegendItem::ShowText), curvePen(Qt::NoPen), spacing(Margin) { symbol = new QwtSymbol(); }
QwtLegendItem::PrivateData::~PrivateData | ( | ) | [inline] |
Definition at line 72 of file qwt_legend_item.cpp.
Referenced by QwtLegendItem::curvePen(), QwtLegendItem::drawIdentifier(), QwtLegendItem::QwtLegendItem(), and QwtLegendItem::setCurvePen().
Definition at line 70 of file qwt_legend_item.cpp.
Referenced by QwtLegendItem::drawIdentifier(), QwtLegendItem::identifierMode(), and QwtLegendItem::setIdentifierMode().
Definition at line 69 of file qwt_legend_item.cpp.
Referenced by QwtLegendItem::drawItem(), QwtLegendItem::identifierWidth(), QwtLegendItem::paintEvent(), QwtLegendItem::setIdentifierWidth(), and QwtLegendItem::setSpacing().
Definition at line 67 of file qwt_legend_item.cpp.
Referenced by QwtLegendItem::isDown(), QwtLegendItem::paintEvent(), QwtLegendItem::setDown(), and QwtLegendItem::setItemMode().
Definition at line 66 of file qwt_legend_item.cpp.
Referenced by QwtLegendItem::isChecked(), QwtLegendItem::itemMode(), QwtLegendItem::keyPressEvent(), QwtLegendItem::keyReleaseEvent(), QwtLegendItem::mousePressEvent(), QwtLegendItem::mouseReleaseEvent(), QwtLegendItem::paintEvent(), QwtLegendItem::setChecked(), QwtLegendItem::setDown(), QwtLegendItem::setItemMode(), and QwtLegendItem::sizeHint().
Definition at line 74 of file qwt_legend_item.cpp.
Referenced by QwtLegendItem::drawItem(), QwtLegendItem::setIdentifierWidth(), QwtLegendItem::setSpacing(), and QwtLegendItem::spacing().
Definition at line 71 of file qwt_legend_item.cpp.
Referenced by QwtLegendItem::drawIdentifier(), PrivateData(), QwtLegendItem::QwtLegendItem(), QwtLegendItem::setSymbol(), QwtLegendItem::symbol(), and ~PrivateData().