protected: // #i71538# make constructors of SdrView sub-components protected to avoid incomplete incarnations which may get casted to SdrView
SdrPolyEditView(
SdrModel& rSdrModel,
OutputDevice* pOut);
// A PolySegment can either be a segment or a Bézier curve bool IsSetMarkedSegmentsKindPossible() const override;
SdrPathSegmentKind GetMarkedSegmentsKind() const override; void SetMarkedSegmentsKind(SdrPathSegmentKind eKind) override;
// Probably Obj has been deleted afterwards void DeleteMarkedPoints() override; bool IsDeleteMarkedPointsPossible() const override;
// This probably creates an arbitrary amount of new objects void RipUpAtMarkedPoints() override; bool IsRipUpAtMarkedPointsPossible() const override;
// All marked Polylines are turned into polygons // All open Bézier curves are turned into closed ones bool IsOpenCloseMarkedObjectsPossible() const override;
SdrObjClosedKind GetMarkedObjectsClosedState() const override;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.