#include <QXPTypes.h>
Public Member Functions | |
| Frame () | |
| Frame (const Frame &other) | |
| Frame & | operator= (const Frame &other) |
Public Attributes | |
| double | width |
| boost::optional< Color > | color |
| boost::optional< Color > | gapColor |
| const LineStyle * | lineStyle |
| const Arrow * | startArrow |
| const Arrow * | endArrow |
| libqxp::Frame::Frame | ( | ) | [inline] |
| libqxp::Frame::Frame | ( | const Frame & | other | ) |
| 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().
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 |