Lines Matching refs:SPFlowtext

37 SPFlowtext::SPFlowtext() : SPItem(),
43 SPFlowtext::~SPFlowtext() {
46 void SPFlowtext::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) {
55 void SPFlowtext::remove_child(Inkscape::XML::Node* child) {
61 void SPFlowtext::update(SPCtx* ctx, unsigned int flags) {
115 void SPFlowtext::modified(unsigned int flags) {
150 void SPFlowtext::build(SPDocument* doc, Inkscape::XML::Node* repr) {
158 void SPFlowtext::set(unsigned int key, const gchar* value) {
216 Inkscape::XML::Node* SPFlowtext::write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags) {
256 Geom::OptRect SPFlowtext::bbox(Geom::Affine const &transform, SPItem::BBoxType type) const {
269 void SPFlowtext::print(SPPrintContext *ctx) {
280 const char* SPFlowtext::displayName() const {
288 gchar* SPFlowtext::description() const {
295 void SPFlowtext::snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs) const {
311 Inkscape::DrawingItem* SPFlowtext::show(Inkscape::Drawing &drawing, unsigned int /*key*/, unsigned int /*flags*/) {
323 void SPFlowtext::hide(unsigned int key) {
336 void SPFlowtext::_buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object)
344 SPFlowtext *ft = NULL;
346 ft = dynamic_cast<SPFlowtext *>(t);
416 Shape* SPFlowtext::_buildExclusionShape() const
439 void SPFlowtext::rebuildLayout()
452 void SPFlowtext::_clearFlow(Inkscape::DrawingGroup *in_arena)
457 Inkscape::XML::Node *SPFlowtext::getAsText()
563 SPItem const *SPFlowtext::get_frame(SPItem const *after) const
565 SPItem *item = const_cast<SPFlowtext *>(this)->get_frame(after);
569 SPItem *SPFlowtext::get_frame(SPItem const *after)
605 bool SPFlowtext::has_internal_frame() const
623 g_assert(dynamic_cast<SPFlowtext *>(root_object) != NULL);
671 Geom::Affine SPFlowtext::set_transform (Geom::Affine const &xform)