Search found 2 matches
- Fri Jun 03, 2011 9:00 pm
- Forum: Programming
- Topic: Getting object label/id in C++ code.
- Replies: 1
- Views: 2517
Re: Getting object label/id in C++ code.
Got the answer courtesy of Johan via the inkscape-devel mailing list (Thanks Johan!). Will post here in case it helps anyone else: By design, LPEs do not know about SVG objects and all that. An LPE just receives a path (the actual path data only) and should output a path.However, a trick was impleme...
- Thu Jun 02, 2011 9:33 pm
- Forum: Programming
- Topic: Getting object label/id in C++ code.
- Replies: 1
- Views: 2517
Getting object label/id in C++ code.
Hi! I'm new to this forum, hope this is a good place to ask: I'm writing a Live Path Effect. In the effect code, I need to get the label and/or id (the values you see in the Object Properties dialog) of the path object to which the effect is being applied. I tried this: LivePathEffectObject *myLPE =...