Ipelib
|
#include <ipeattributes.h>
Public Member Functions | |
int | count () const noexcept |
Attribute | map (Kind kind, Attribute sym) const |
void | saveAsXml (Stream &stream) const |
void | add (const AttributeMapping &map) |
Public Attributes | |
std::vector< AttributeMapping > | iMap |
|
inlinenoexcept |
References iMap.
Referenced by ipe::Page::saveAsXml().
Map the given symbolic attribute sym. Returns sym if there is no mapping.
References iMap.
Referenced by add(), ipe::Painter::doDrawSymbol(), ipe::PdfPainter::doDrawSymbol(), and ipe::Painter::lookup().
void AttributeMap::saveAsXml | ( | Stream & | stream | ) | const |
Save map in XML format.
References ipe::AttributeMapping::from, iMap, ipe::AttributeMapping::kind, ipe::kind_names, ipe::size(), ipe::Attribute::string(), and ipe::AttributeMapping::to.
Referenced by ipe::Page::saveAsXml().
void AttributeMap::add | ( | const AttributeMapping & | map | ) |
std::vector<AttributeMapping> ipe::AttributeMap::iMap |
Referenced by add(), count(), map(), and saveAsXml().