#include <QXPTypes.h>
Public Member Functions | |
| Frame () | |
| Frame (const Frame &other)=default | |
| Frame & | operator= (const Frame &other)=default |
Public Attributes | |
| double | width |
| boost::optional< Color > | color |
| boost::optional< Color > | gapColor |
| const LineStyle * | lineStyle |
| const Arrow * | startArrow |
| const Arrow * | endArrow |
|
inline |
|
default |
| boost::optional<Color> libqxp::Frame::color |
| const Arrow* libqxp::Frame::endArrow |
Referenced by libqxp::QXPParser::setArrow(), and libqxp::QXPContentCollector::writeFrame().
| boost::optional<Color> libqxp::Frame::gapColor |
Referenced by libqxp::QXP4Parser::readFrame().
| const LineStyle* libqxp::Frame::lineStyle |
Referenced by libqxp::QXP4Parser::readFrame(), and libqxp::QXPContentCollector::writeFrame().
| const Arrow* libqxp::Frame::startArrow |
Referenced by libqxp::QXPParser::setArrow(), and libqxp::QXPContentCollector::writeFrame().
| double libqxp::Frame::width |