Searched defs:SPLine (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-line.h20 #define SP_LINE(obj) (dynamic_cast<SPLine*>((SPObject*)obj))
21 #define SP_IS_LINE(obj) (dynamic_cast<const SPLine*>((SPObject*)obj) != NULL)
23 class SPLine : public SPShape { class in inherits:SPShape
25 SPLine();
26 virtual ~SPLine();
H A Dsp-line.cpp24 SPLine::SPLine() : SPShape() { function in class:SPLine
31 SPLine::~SPLine() {
34 void SPLine::build(SPDocument * document, Inkscape::XML::Node * repr) {
43 void SPLine::set(unsigned int key, const gchar* value) {
73 void SPLine::update(SPCtx *ctx, guint flags) {
93 Inkscape::XML::Node* SPLine::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
112 const char* SPLine::displayName() const {
116 void SPLine
[all...]

Completed in 21 milliseconds