#include "libqxp_utils.h"
#include <boost/optional.hpp>
#include <boost/variant.hpp>
#include <memory>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
struct | libqxp::Point |
struct | libqxp::Rect |
struct | libqxp::Color |
struct | libqxp::Gradient |
struct | libqxp::LineStyle |
struct | libqxp::CharFormat |
struct | libqxp::HJ |
struct | libqxp::TabStop |
struct | libqxp::ParagraphRule |
struct | libqxp::ParagraphFormat |
struct | libqxp::TextSpec |
struct | libqxp::CharFormatSpec |
struct | libqxp::ParagraphSpec |
struct | libqxp::Text |
struct | libqxp::Arrow |
struct | libqxp::Frame |
struct | libqxp::LinkedTextSettings |
struct | libqxp::TextObject |
struct | libqxp::TextSettings |
struct | libqxp::TextPathSettings |
struct | libqxp::CurveComponent |
struct | libqxp::Object |
struct | libqxp::Line |
struct | libqxp::TextPath |
struct | libqxp::Box |
struct | libqxp::TextBox |
struct | libqxp::PictureBox |
struct | libqxp::Group |
struct | libqxp::PageSettings |
struct | libqxp::Page |
struct | libqxp::QXPDocumentProperties |
Namespaces | |
namespace | libqxp |
Typedefs | |
typedef boost::variant< Color, Gradient > | libqxp::Fill |
Functions | |
bool | libqxp::operator== (const Point &lhs, const Point &rhs) |
bool | libqxp::operator!= (const Point &lhs, const Point &rhs) |