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.
Referenced by add(), ipe::Painter::doDrawSymbol(), ipe::Painter::lookup(), map(), and saveAsXml().
Save map in XML format.
References iMap, ipe::kind_names, map(), ipe::size(), and ipe::Attribute::string().
Referenced by ipe::Page::saveAsXml().
void AttributeMap::add | ( | const AttributeMapping & | map | ) |
std::vector<AttributeMapping> ipe::AttributeMap::iMap |
Referenced by add(), count(), map(), and saveAsXml().