Searched refs:SPRect (Results 1 - 15 of 15) sorted by relevance
/inkscape/src/ |
H A D | sp-rect.h | 22 #define SP_RECT(obj) (dynamic_cast<SPRect*>((SPObject*)obj)) 23 #define SP_IS_RECT(obj) (dynamic_cast<const SPRect*>((SPObject*)obj) != NULL) 25 class SPRect : public SPShape { class in inherits:SPShape 27 SPRect(); 28 virtual ~SPRect();
|
H A D | sp-rect.cpp | 35 SPRect::SPRect() : SPShape() { function in class:SPRect 38 SPRect::~SPRect() { 41 void SPRect::build(SPDocument* doc, Inkscape::XML::Node* repr) { 52 void SPRect::set(unsigned key, gchar const *value) { 112 void SPRect::update(SPCtx* ctx, unsigned int flags) { 135 Inkscape::XML::Node * SPRect::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { 160 const char* SPRect::displayName() const { 166 void SPRect [all...] |
H A D | knotholder.cpp | 143 if (dynamic_cast<SPRect *>(saved_item)) { 237 if (dynamic_cast<SPRect *>(object)) {
|
H A D | sp-flowtext.cpp | 609 return (frame && isAncestorOf(frame) && dynamic_cast<SPRect const *>(frame)); 633 SPRect *rect = dynamic_cast<SPRect *>(doc->getObjectByRepr(rect_repr)); 695 SPRect *rect = dynamic_cast<SPRect *>(region->firstChild());
|
H A D | sp-factory.cpp | 201 ret = new SPRect;
|
H A D | sp-item.cpp | 1351 SPRect *rect = dynamic_cast<SPRect *>(item);
|
H A D | selection-chemistry.cpp | 2026 if ( dynamic_cast<SPRect *>(i)) { 2027 return ( dynamic_cast<SPRect *>(j) );
|
/inkscape/src/ui/tools/ |
H A D | rect-tool.h | 45 SPRect *rect;
|
/inkscape/src/ui/ |
H A D | object-edit.cpp | 71 } else if (dynamic_cast<SPRect *>(item)) { 100 /* SPRect */ 138 SPRect *rect = dynamic_cast<SPRect *>(item); 147 SPRect *rect = dynamic_cast<SPRect *>(item); 170 SPRect *rect = dynamic_cast<SPRect *>(item); 187 SPRect *rect = dynamic_cast<SPRect *>(ite [all...] |
H A D | tools-switch.cpp | 175 if (dynamic_cast<SPRect *>(item)) {
|
H A D | clipboard.cpp | 1023 if ( dynamic_cast<SPRect *>(item) ) {
|
/inkscape/src/widgets/ |
H A D | rect-toolbar.cpp | 85 void (SPRect::*setter)(gdouble)) 133 sp_rtb_value_changed(adj, tbl, "rx", &SPRect::setVisibleRx); 138 sp_rtb_value_changed(adj, tbl, "ry", &SPRect::setVisibleRy); 143 sp_rtb_value_changed(adj, tbl, "width", &SPRect::setVisibleWidth); 148 sp_rtb_value_changed(adj, tbl, "height", &SPRect::setVisibleHeight); 84 sp_rtb_value_changed(GtkAdjustment *adj, GObject *tbl, gchar const *value_name, void (SPRect::*setter)(gdouble)) argument
|
/inkscape/src/extension/internal/ |
H A D | latex-text-renderer.cpp | 406 SPRect *frame = dynamic_cast<SPRect *>(frame_item);
|
/inkscape/src/ui/dialog/ |
H A D | livepatheffect-editor.cpp | 429 // If item is a SPRect, convert it to path first: 430 if ( dynamic_cast<SPRect *>(item) ) {
|
H A D | find.cpp | 681 if ( dynamic_cast<SPRect *>(item)) {
|
Completed in 176 milliseconds