LibreOffice Module svx (master) 1
|
#include <scene3d.hxx>
Public Member Functions | |
E3dScene (SdrModel &rSdrModel) | |
E3dScene (SdrModel &rSdrModel, E3dScene const &) | |
virtual | ~E3dScene () override |
virtual void | StructureChanged () override |
virtual SdrPage * | getSdrPageFromSdrObjList () const override |
virtual SdrObject * | getSdrObjectFromSdrObjList () const override |
virtual SdrObjList * | getChildrenOfSdrObject () const override |
virtual void | SetBoundRectDirty () override |
virtual basegfx::B2DPolyPolygon | TakeXorPoly () const override |
The Xor-Polygon is required by the View to drag the object. More... | |
sal_uInt32 | RemapOrdNum (sal_uInt32 nOrdNum) const |
ProjectionType | GetPerspective () const |
double | GetDistance () const |
double | GetFocalLength () const |
void | SetDrawOnlySelected (bool bNew) |
bool | GetDrawOnlySelected () const |
virtual SdrObjKind | GetObjIdentifier () const override |
virtual void | NbcSetSnapRect (const tools::Rectangle &rRect) override |
virtual void | NbcMove (const Size &rSize) override |
The methods Move, Resize, Rotate, Mirror, Shear, SetSnapRect and SetLogicRect call the corresponding Nbc-methods, send a Repaint broadcast and set the Modified state on the Model. More... | |
virtual void | NbcResize (const Point &rRef, const Fraction &rXFact, const Fraction &rYFact) override |
virtual void | RecalcSnapRect () override |
Snap is not done on the BoundRect but if possible on logic coordinates (i.e. More... | |
virtual E3dScene * | getRootE3dSceneFromE3dObject () const override |
void | SetCamera (const Camera3D &rNewCamera) |
const Camera3D & | GetCamera () const |
void | removeAllNonSelectedObjects () |
virtual rtl::Reference< SdrObject > | CloneSdrObject (SdrModel &rTargetModel) const override |
virtual std::unique_ptr< SdrObjGeoData > | NewGeoData () const override |
A derived class must override these 3 methods if it has own geometric data that must be saved for Undo. More... | |
virtual void | SaveGeoData (SdrObjGeoData &rGeo) const override |
virtual void | RestoreGeoData (const SdrObjGeoData &rGeo) override |
virtual void | NbcSetTransform (const basegfx::B3DHomMatrix &rMatrix) override |
virtual void | SetTransform (const basegfx::B3DHomMatrix &rMatrix) override |
virtual void | NbcRotate (const Point &rRef, Degree100 nAngle, double sn, double cs) override |
void | RotateScene (const Point &rRef, double sn, double cs) |
virtual OUString | TakeObjNameSingul () const override |
virtual OUString | TakeObjNamePlural () const override |
B3dCamera & | GetCameraSet () |
const B3dCamera & | GetCameraSet () const |
virtual bool | IsBreakObjPossible () override |
virtual basegfx::B2DPolyPolygon | TakeCreatePoly (const SdrDragStat &rDrag) const override |
Polygon dragged by the user when creating the object. More... | |
virtual bool | BegCreate (SdrDragStat &rStat) override |
Every object must be able to create itself interactively. More... | |
virtual bool | MovCreate (SdrDragStat &rStat) override |
virtual bool | EndCreate (SdrDragStat &rStat, SdrCreateCmd eCmd) override |
virtual bool | BckCreate (SdrDragStat &rStat) override |
virtual void | BrkCreate (SdrDragStat &rStat) override |
void | SuspendReportingDirtyRects () |
void | ResumeReportingDirtyRects () |
void | SetAllSceneRectsDirty () |
virtual void | SetSelected (bool bNew) override |
virtual void | NbcInsertObject (SdrObject *pObj, size_t nPos=SAL_MAX_SIZE) override |
virtual void | InsertObject (SdrObject *pObj, size_t nPos=SAL_MAX_SIZE) override |
virtual rtl::Reference< SdrObject > | NbcRemoveObject (size_t nObjNum) override |
remove from list without delete More... | |
virtual rtl::Reference< SdrObject > | RemoveObject (size_t nObjNum) override |
virtual void | SetBoundAndSnapRectsDirty (bool bNotMyself=false, bool bRecursive=true) override |
virtual void | NbcSetLayer (SdrLayerID nLayer) override |
virtual void | handlePageChange (SdrPage *pOldPage, SdrPage *pNewPage) override |
virtual SdrObjList * | GetSubList () const override |
virtual void | SetTransformChanged () override |
Public Member Functions inherited from E3dObject | |
virtual void | StructureChanged () |
virtual void | SetTransformChanged () |
virtual void | RecalcSnapRect () override |
Snap is not done on the BoundRect but if possible on logic coordinates (i.e. More... | |
virtual SdrInventor | GetObjInventor () const override |
virtual SdrObjKind | GetObjIdentifier () const override |
virtual void | TakeObjInfo (SdrObjTransformInfoRec &rInfo) const override |
virtual void | NbcMove (const Size &rSize) override |
The methods Move, Resize, Rotate, Mirror, Shear, SetSnapRect and SetLogicRect call the corresponding Nbc-methods, send a Repaint broadcast and set the Modified state on the Model. More... | |
virtual void | NbcResize (const Point &rRef, const Fraction &xFact, const Fraction &yFact) override |
E3dScene * | getParentE3dSceneFromE3dObject () const |
virtual E3dScene * | getRootE3dSceneFromE3dObject () const |
const basegfx::B3DRange & | GetBoundVolume () const |
void | InvalidateBoundVolume () |
const basegfx::B3DHomMatrix & | GetFullTransform () const |
const basegfx::B3DHomMatrix & | GetTransform () const |
virtual void | NbcSetTransform (const basegfx::B3DHomMatrix &rMatrix) |
virtual void | SetTransform (const basegfx::B3DHomMatrix &rMatrix) |
virtual void | NbcRotate (const Point &rRef, Degree100 nAngle, double sn, double cs) override |
basegfx::B3DPolyPolygon | CreateWireframe () const |
virtual OUString | TakeObjNameSingul () const override |
virtual OUString | TakeObjNamePlural () const override |
virtual rtl::Reference< SdrObject > | CloneSdrObject (SdrModel &rTargetModel) const override |
virtual std::unique_ptr< SdrObjGeoData > | NewGeoData () const override |
A derived class must override these 3 methods if it has own geometric data that must be saved for Undo. More... | |
virtual void | SaveGeoData (SdrObjGeoData &rGeo) const override |
virtual void | RestoreGeoData (const SdrObjGeoData &rGeo) override |
bool | GetSelected () const |
virtual void | SetSelected (bool bNew) |
virtual bool | IsBreakObjPossible () |
virtual rtl::Reference< SdrAttrObj > | GetBreakObj () |
Public Member Functions inherited from SdrAttrObj | |
bool | HasFill () const |
bool | HasLine () const |
virtual const tools::Rectangle & | GetSnapRect () const override |
Public Member Functions inherited from SdrObject | |
virtual const std::shared_ptr< svx::diagram::IDiagramHelper > & | getDiagramHelper () const |
bool | isDiagram () const |
const SdrObject * | getFillGeometryDefiningShape () const |
SdrObject (SdrModel &rSdrModel) | |
SdrObject (SdrModel &rSdrModel, SdrObject const &rSource) | |
virtual void SAL_CALL | acquire () noexcept override final |
virtual void SAL_CALL | release () noexcept override final |
SdrPage * | getSdrPageFromSdrObject () const |
SdrModel & | getSdrModelFromSdrObject () const |
virtual SdrObjList * | getChildrenOfSdrObject () const |
SdrObjList * | getParentSdrObjListFromSdrObject () const |
SdrObject * | getParentSdrObjectFromSdrObject () const |
virtual void | handlePageChange (SdrPage *pOldPage, SdrPage *pNewPage) |
void | AddObjectUser (sdr::ObjectUser &rNewUser) |
void | RemoveObjectUser (sdr::ObjectUser &rOldUser) |
sdr::contact::ViewContact & | GetViewContact () const |
virtual sdr::properties::BaseProperties & | GetProperties () const |
void | ActionChanged () const |
void | SetRelativeWidth (double nValue) |
void | SetRelativeWidthRelation (sal_Int16 eValue) |
void | SetRelativeHeight (double nValue) |
void | SetRelativeHeightRelation (sal_Int16 eValue) |
const double * | GetRelativeWidth () const |
sal_Int16 | GetRelativeWidthRelation () const |
const double * | GetRelativeHeight () const |
sal_Int16 | GetRelativeHeightRelation () const |
virtual void | SetBoundAndSnapRectsDirty (bool bNotMyself=false, bool bRecursive=true) |
virtual void | SetBoundRectDirty () |
SfxItemPool & | GetObjectItemPool () const |
void | AddListener (SfxListener &rListener) |
void | RemoveListener (SfxListener &rListener) |
void | AddReference (SdrVirtObj &rVrtObj) |
void | DelReference (SdrVirtObj &rVrtObj) |
virtual SdrInventor | GetObjInventor () const |
virtual SdrObjKind | GetObjIdentifier () const |
virtual void | TakeObjInfo (SdrObjTransformInfoRec &rInfo) const |
virtual SdrLayerID | GetLayer () const |
virtual void | NbcSetLayer (SdrLayerID nLayer) |
virtual void | SetLayer (SdrLayerID nLayer) |
bool | isVisibleOnAnyOfTheseLayers (const SdrLayerIDSet &rSet) const |
void | SendUserCall (SdrUserCallType eUserCall, const tools::Rectangle &rBoundRect) const |
virtual void | SetName (const OUString &rStr, const bool bSetChanged=true) |
virtual const OUString & | GetName () const |
void | MakeNameUnique () |
void | MakeNameUnique (std::unordered_set< OUString > &rNameSet) |
virtual void | SetTitle (const OUString &rStr) |
virtual OUString | GetTitle () const |
virtual void | SetDescription (const OUString &rStr) |
virtual OUString | GetDescription () const |
virtual void | SetDecorative (bool isDecorative) |
virtual bool | IsDecorative () const |
bool | IsGroupObject () const |
virtual SdrObjList * | GetSubList () const |
sal_uInt32 | GetOrdNum () const |
The order number (aka ZOrder, aka z-index) determines whether a SdrObject is located above or below another. More... | |
void | SetOrdNum (sal_uInt32 nNum) |
void | GetGrabBagItem (css::uno::Any &rVal) const |
virtual void | SetGrabBagItem (const css::uno::Any &rVal) |
sal_uInt32 | GetNavigationPosition () const |
virtual const tools::Rectangle & | GetCurrentBoundRect () const |
virtual const tools::Rectangle & | GetLastBoundRect () const |
virtual void | RecalcBoundRect () |
void | BroadcastObjectChange () const |
const SfxBroadcaster * | GetBroadcaster () const |
virtual void | SetChanged () |
void | SingleObjectPainter (OutputDevice &rOut) const |
bool | LineGeometryUsageIsNecessary () const |
virtual bool | HasLimitedRotation () const |
virtual rtl::Reference< SdrObject > | CloneSdrObject (SdrModel &rTargetModel) const =0 |
SdrObject & | operator= (const SdrObject &rObj)=delete |
SdrObject & | operator= (SdrObject &&rObj)=delete |
virtual OUString | TakeObjNameSingul () const |
virtual OUString | TakeObjNamePlural () const |
virtual basegfx::B2DPolyPolygon | TakeXorPoly () const |
The Xor-Polygon is required by the View to drag the object. More... | |
virtual basegfx::B2DPolyPolygon | TakeContour () const |
contour for TextToContour More... | |
virtual sal_uInt32 | GetHdlCount () const |
Via GetHdlCount the number of Handles can be retrieved. More... | |
virtual void | AddToPlusHdlList (SdrHdlList &rHdlList, SdrHdl &rHdl) const |
virtual void | AddToHdlList (SdrHdlList &rHdlList) const |
virtual void | addCropHandles (SdrHdlList &rTarget) const |
virtual bool | hasSpecialDrag () const |
The standard transformations (Move,Resize,Rotate,Mirror,Shear) are taken over by the View (TakeXorPoly(),...). More... | |
virtual bool | beginSpecialDrag (SdrDragStat &rDrag) const |
virtual bool | applySpecialDrag (SdrDragStat &rDrag) |
virtual OUString | getSpecialDragComment (const SdrDragStat &rDrag) const |
virtual basegfx::B2DPolyPolygon | getSpecialDragPoly (const SdrDragStat &rDrag) const |
virtual bool | supportsFullDrag () const |
virtual rtl::Reference< SdrObject > | getFullDragClone () const |
virtual bool | BegCreate (SdrDragStat &rStat) |
Every object must be able to create itself interactively. More... | |
virtual bool | MovCreate (SdrDragStat &rStat) |
virtual bool | EndCreate (SdrDragStat &rStat, SdrCreateCmd eCmd) |
virtual bool | BckCreate (SdrDragStat &rStat) |
virtual void | BrkCreate (SdrDragStat &rStat) |
virtual PointerStyle | GetCreatePointer () const |
get the cursor/pointer that signals creating this object More... | |
virtual basegfx::B2DPolyPolygon | TakeCreatePoly (const SdrDragStat &rDrag) const |
Polygon dragged by the user when creating the object. More... | |
virtual void | NbcMove (const Size &rSiz) |
The methods Move, Resize, Rotate, Mirror, Shear, SetSnapRect and SetLogicRect call the corresponding Nbc-methods, send a Repaint broadcast and set the Modified state on the Model. More... | |
virtual void | NbcResize (const Point &rRef, const Fraction &xFact, const Fraction &yFact) |
virtual void | NbcCrop (const basegfx::B2DPoint &rRef, double fxFact, double fyFact) |
virtual void | NbcRotate (const Point &rRef, Degree100 nAngle, double sn, double cs)=0 |
void | NbcRotate (const Point &rRef, Degree100 nAngle) |
virtual void | NbcMirror (const Point &rRef1, const Point &rRef2) |
virtual void | NbcShear (const Point &rRef, Degree100 nAngle, double tn, bool bVShear) |
virtual void | Move (const Size &rSiz) |
virtual void | Resize (const Point &rRef, const Fraction &xFact, const Fraction &yFact, bool bUnsetRelative=true) |
virtual void | Crop (const basegfx::B2DPoint &rRef, double fxFact, double fyFact) |
virtual void | Rotate (const Point &rRef, Degree100 nAngle, double sn, double cs) |
virtual void | Mirror (const Point &rRef1, const Point &rRef2) |
virtual void | Shear (const Point &rRef, Degree100 nAngle, double tn, bool bVShear) |
virtual void | NbcSetRelativePos (const Point &rPnt) |
The relative position of a SdrObject is the distance of the upper left corner of the logic bounding rectangle (SnapRect) to the anchor. More... | |
virtual void | SetRelativePos (const Point &rPnt) |
virtual Point | GetRelativePos () const |
void | ImpSetAnchorPos (const Point &rPnt) |
virtual void | NbcSetAnchorPos (const Point &rPnt) |
virtual void | SetAnchorPos (const Point &rPnt) |
virtual void | RecalcSnapRect () |
Snap is not done on the BoundRect but if possible on logic coordinates (i.e. More... | |
virtual const tools::Rectangle & | GetSnapRect () const |
virtual void | SetSnapRect (const tools::Rectangle &rRect) |
virtual void | NbcSetSnapRect (const tools::Rectangle &rRect) |
virtual const tools::Rectangle & | GetLogicRect () const |
virtual void | SetLogicRect (const tools::Rectangle &rRect) |
virtual void | NbcSetLogicRect (const tools::Rectangle &rRect) |
virtual void | AdjustToMaxRect (const tools::Rectangle &rMaxRect, bool bShrinkOnly=false) |
virtual Degree100 | GetRotateAngle () const |
virtual Degree100 | GetShearAngle (bool bVertical=false) const |
virtual sal_uInt32 | GetSnapPointCount () const |
snap to special points of an Object (polygon points, center of circle) More... | |
virtual Point | GetSnapPoint (sal_uInt32 i) const |
virtual bool | IsPolyObj () const |
virtual sal_uInt32 | GetPointCount () const |
virtual Point | GetPoint (sal_uInt32 i) const |
void | SetPoint (const Point &rPnt, sal_uInt32 i) |
virtual void | NbcSetPoint (const Point &rPnt, sal_uInt32 i) |
virtual std::unique_ptr< SdrObjGeoData > | GetGeoData () const |
virtual void | SetGeoData (const SdrObjGeoData &rGeo) |
const SfxItemSet & | GetMergedItemSet () const |
void | SetMergedItem (const SfxPoolItem &rItem) |
void | ClearMergedItem (const sal_uInt16 nWhich=0) |
void | SetMergedItemSet (const SfxItemSet &rSet, bool bClearAllItems=false) |
const SfxPoolItem & | GetMergedItem (const sal_uInt16 nWhich) const |
template<class T > | |
const T & | GetMergedItem (TypedWhichId< T > nWhich) const |
void | SetMergedItemSetAndBroadcast (const SfxItemSet &rSet, bool bClearAllItems=false) |
void | TakeNotPersistAttr (SfxItemSet &rAttr) const |
void | ApplyNotPersistAttr (const SfxItemSet &rAttr) |
void | NbcApplyNotPersistAttr (const SfxItemSet &rAttr) |
void | SetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr) |
void | NbcSetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr) |
SfxStyleSheet * | GetStyleSheet () const |
virtual bool | HasTextEdit () const |
void | SetOutlinerParaObject (std::optional< OutlinerParaObject > pTextObject) |
virtual void | NbcSetOutlinerParaObject (std::optional< OutlinerParaObject > pTextObject) |
virtual OutlinerParaObject * | GetOutlinerParaObject () const |
virtual void | NbcReformatText () |
void | BurnInStyleSheetAttributes () |
virtual bool | HasMacro () const |
virtual SdrObject * | CheckMacroHit (const SdrObjMacroHitRec &rRec) const |
virtual PointerStyle | GetMacroPointer (const SdrObjMacroHitRec &rRec) const |
virtual void | PaintMacro (OutputDevice &rOut, const tools::Rectangle &rDirtyRect, const SdrObjMacroHitRec &rRec) const |
virtual bool | DoMacro (const SdrObjMacroHitRec &rRec) |
bool | IsMacroHit (const SdrObjMacroHitRec &rRec) const |
virtual SdrGluePoint | GetVertexGluePoint (sal_uInt16 nNum) const |
virtual SdrGluePoint | GetCornerGluePoint (sal_uInt16 nNum) const |
virtual const SdrGluePointList * | GetGluePointList () const |
virtual SdrGluePointList * | ForceGluePointList () |
void | SetGlueReallyAbsolute (bool bOn) |
void | NbcRotateGluePoints (const Point &rRef, Degree100 nAngle, double sn, double cs) |
void | NbcMirrorGluePoints (const Point &rRef1, const Point &rRef2) |
void | NbcShearGluePoints (const Point &rRef, double tn, bool bVShear) |
virtual void | ConnectToNode (bool bTail1, SdrObject *pObj) |
virtual void | DisconnectFromNode (bool bTail1) |
virtual SdrObject * | GetConnectedNode (bool bTail1) const |
virtual void | SetContextWritingMode (const sal_Int16 _nContextWritingMode) |
virtual rtl::Reference< SdrObject > | DoConvertToPolyObj (bool bBezier, bool bAddText) const |
rtl::Reference< SdrObject > | ConvertToPolyObj (bool bBezier, bool bLineToArea) const |
rtl::Reference< SdrObject > | ConvertToContourObj (SdrObject *pRet, bool bForceLineDash=false) const |
bool | IsVirtualObj () const |
bool | IsClosedObj () const |
void | InsertedStateChange () |
bool | IsInserted () const |
bool | IsEdgeObj () const |
bool | Is3DObj () const |
bool | IsUnoObj () const |
void | SetMoveProtect (bool bProt) |
bool | IsMoveProtect () const |
void | SetResizeProtect (bool bProt) |
bool | IsResizeProtect () const |
void | SetPrintable (bool bPrn) |
bool | IsPrintable () const |
void | SetVisible (bool bVisible) |
bool | IsVisible () const |
void | SetMarkProtect (bool bProt) |
bool | IsMarkProtect () const |
virtual bool | IsSdrTextObj () const |
virtual bool | IsTextPath () const |
virtual bool | shouldKeepAspectRatio () const |
Whether the aspect ratio should be kept by default when resizing. More... | |
sal_uInt16 | GetUserDataCount () const |
SdrObjUserData * | GetUserData (sal_uInt16 nNum) const |
void | AppendUserData (std::unique_ptr< SdrObjUserData > pData) |
void | DeleteUserData (sal_uInt16 nNum) |
virtual css::uno::Reference< css::drawing::XShape > | getUnoShape () |
void | notifyShapePropertyChange (const svx::ShapePropertyProviderId _eProperty) const |
void | registerProvider (const svx::ShapePropertyProviderId _eProperty, std::unique_ptr< svx::PropertyValueProvider > propProvider) |
virtual bool | TRGetBaseGeometry (basegfx::B2DHomMatrix &rMatrix, basegfx::B2DPolyPolygon &rPolyPolygon) const |
virtual void | TRSetBaseGeometry (const basegfx::B2DHomMatrix &rMatrix, const basegfx::B2DPolyPolygon &rPolyPolygon) |
bool | IsInDestruction () const |
bool | HasFillStyle () const |
bool | HasLineStyle () const |
const tools::Rectangle & | GetBLIPSizeRectangle () const |
void | SetBLIPSizeRectangle (const tools::Rectangle &aRect) |
virtual bool | HasText () const |
bool | Equals (const SdrObject &) const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual bool | IsTextBox () const |
Is this a textbox of a drawinglayer shape? More... | |
void | SetEmptyPresObj (bool bEpt) |
bool | IsEmptyPresObj () const |
void | SetNotVisibleAsMaster (bool bFlg) |
bool | IsNotVisibleAsMaster () const |
void | SetUserCall (SdrObjUserCall *pUser) |
SdrObjUserCall * | GetUserCall () const |
void | SetDoNotInsertIntoPageAutomatically (bool bSet) |
bool | IsDoNotInsertIntoPageAutomatically () const |
sal_uInt32 | GetOrdNumDirect () const |
bool | DoesSupportTextIndentingOnLineWidthChange () const |
const Point & | GetAnchorPos () const |
bool | LineIsOutsideGeometry () const |
void | SetNavigationPosition (const sal_uInt32 nPosition) |
virtual void | setUnoShape (const css::uno::Reference< css::drawing::XShape > &_rxUnoShape) |
Sets a new UNO representation of the shape. More... | |
const css::uno::WeakReference< css::drawing::XShape > & | getWeakUnoShape () const |
bool | setSuitableOutlinerBg (Outliner &rOutliner) const |
const Graphic * | getFillGraphic () const |
const OUString & | getHyperlink () const |
void | setHyperlink (const OUString &sHyperlink) |
void | ForceMetricToItemPoolMetric (basegfx::B2DPolyPolygon &rPolyPolygon) const noexcept |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Public Member Functions inherited from SdrObjList | |
virtual SdrPage * | getSdrPageFromSdrObjList () const |
virtual SdrObject * | getSdrObjectFromSdrObjList () const |
void | CopyObjects (const SdrObjList &rSrcList) |
void | ClearSdrObjList () |
void | RecalcObjOrdNums () |
recalculate order numbers / ZIndex More... | |
bool | IsObjOrdNumsDirty () const |
virtual void | NbcInsertObject (SdrObject *pObj, size_t nPos=SAL_MAX_SIZE) |
virtual void | InsertObject (SdrObject *pObj, size_t nPos=SAL_MAX_SIZE) |
void | sort (std::vector< sal_Int32 > &sortOrder) |
void | InsertObjectThenMakeNameUnique (SdrObject *pObj) |
void | InsertObjectThenMakeNameUnique (SdrObject *pObj, std::unordered_set< rtl::OUString > &rNameSet, size_t nPos=SAL_MAX_SIZE) |
virtual rtl::Reference< SdrObject > | NbcRemoveObject (size_t nObjNum) |
remove from list without delete More... | |
virtual rtl::Reference< SdrObject > | RemoveObject (size_t nObjNum) |
virtual rtl::Reference< SdrObject > | ReplaceObject (SdrObject *pNewObj, size_t nObjNum) |
Replace existing object by different one. More... | |
virtual SdrObject * | SetObjectOrdNum (size_t nOldObjNum, size_t nNewObjNum) |
Modify ZOrder of an SdrObject. More... | |
void | SetExistingObjectOrdNum (SdrObject *pExistingObj, size_t nNewObjNum) |
Modify ZOrder of an SdrObject, object must already be in the list. More... | |
void | SetSdrObjListRectsDirty () |
const tools::Rectangle & | GetAllObjSnapRect () const |
const tools::Rectangle & | GetAllObjBoundRect () const |
void | NbcReformatAllTextObjects () |
reformat all text objects, e.g. when changing printer More... | |
void | ReformatAllTextObjects () |
void | ReformatAllEdgeObjects () |
#103122# reformats all edge objects that are connected to other objects More... | |
void | BurnInStyleSheetAttributes () |
convert attributes of the style to hard formatting More... | |
size_t | GetObjCount () const |
SdrObject * | GetObj (size_t nNum) const |
SdrObject * | GetObjByName (std::u16string_view sName) const |
virtual bool | IsReadOnly () const |
linked page or linked group object More... | |
void | FlattenGroups () |
Makes the object list flat, i.e. More... | |
void | UnGroupObj (size_t nObjNum) |
Ungroup the object at the given index. More... | |
bool | HasObjectNavigationOrder () const |
Return whether there is an explicit, user defined, object navigation order. More... | |
void | SetObjectNavigationPosition (SdrObject &rObject, const sal_uInt32 nNewNavigationPosition) |
Set the navigation position of the given object to the specified value. More... | |
SdrObject * | GetObjectForNavigationPosition (const sal_uInt32 nNavigationPosition) const |
Return the object for the given navigation position. More... | |
void | ClearObjectNavigationOrder () |
Restore the navigation order to that defined by the z-order. More... | |
bool | RecalcNavigationPositions () |
Set the navigation position of all SdrObjects to their position in the mxNavigationOrder list. More... | |
void | SetNavigationOrder (const css::uno::Reference< css::container::XIndexAccess > &rxOrder) |
Set the navigation order to the one defined by the given list of XShape objects. More... | |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Member Functions | |
virtual std::unique_ptr< sdr::properties::BaseProperties > | CreateObjectSpecificProperties () override |
virtual std::unique_ptr< sdr::contact::ViewContact > | CreateObjectSpecificViewContact () override |
void | RebuildLists () |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
Detects when a stylesheet is changed. More... | |
void | SetDefaultAttributes () |
void | ImpCleanup3DDepthMapper () |
virtual basegfx::B3DRange | RecalcBoundVolume () const override |
Private Attributes | |
B3dCamera | aCameraSet |
Camera3D | aCamera |
std::unique_ptr< Imp3DDepthRemapper > | mp3DDepthRemapper |
bool | bDrawOnlySelected: 1 |
bool | mbSkipSettingDirty: 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from SdrObject | |
static SdrItemPool & | GetGlobalDrawObjectItemPool () |
template<class T > | |
static rtl::Reference< T > | Clone (T const &rObj, SdrModel &rTargetModel) |
static SdrObject * | getSdrObjectFromXShape (const css::uno::Reference< css::uno::XInterface > &xInt) |
Protected Member Functions inherited from E3dObject | |
virtual std::unique_ptr< sdr::properties::BaseProperties > | CreateObjectSpecificProperties () override |
virtual basegfx::B3DRange | RecalcBoundVolume () const |
E3dObject (SdrModel &rSdrModel) | |
E3dObject (SdrModel &rSdrModel, E3dObject const &rSource) | |
virtual | ~E3dObject () override |
Protected Member Functions inherited from SdrAttrObj | |
virtual std::unique_ptr< sdr::properties::BaseProperties > | CreateObjectSpecificProperties () override |
sal_Int32 | ImpGetLineWdt () const |
Detects the width of the line. No line ->0. More... | |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
Detects when a stylesheet is changed. More... | |
SdrAttrObj (SdrModel &rSdrModel) | |
SdrAttrObj (SdrModel &rSdrModel, SdrAttrObj const &) | |
virtual | ~SdrAttrObj () override |
Protected Member Functions inherited from SdrObject | |
const tools::Rectangle & | getOutRectangle () const |
void | setOutRectangleConst (tools::Rectangle const &rRectangle) const |
void | setOutRectangle (tools::Rectangle const &rRectangle) |
void | resetOutRectangle () |
void | moveOutRectangle (sal_Int32 nXDelta, sal_Int32 nYDelta) |
virtual | ~SdrObject () override |
virtual std::unique_ptr< sdr::properties::BaseProperties > | CreateObjectSpecificProperties () |
virtual std::unique_ptr< sdr::contact::ViewContact > | CreateObjectSpecificViewContact () |
tools::Rectangle | ImpDragCalcRect (const SdrDragStat &rDrag) const |
OUString | ImpGetDescriptionStr (TranslateId pStrCacheID) const |
void | ImpForcePlusData () |
OUString | GetMetrStr (tools::Long nVal) const |
virtual std::unique_ptr< SdrObjGeoData > | NewGeoData () const |
A derived class must override these 3 methods if it has own geometric data that must be saved for Undo. More... | |
virtual void | SaveGeoData (SdrObjGeoData &rGeo) const |
virtual void | RestoreGeoData (const SdrObjGeoData &rGeo) |
const SfxItemSet & | GetObjectItemSet () const |
void | SetObjectItem (const SfxPoolItem &rItem) |
void | SetObjectItemSet (const SfxItemSet &rSet) |
const SfxPoolItem & | GetObjectItem (const sal_uInt16 nWhich) const |
template<class T > | |
const T & | GetObjectItem (TypedWhichId< T > nWhich) const |
const SfxItemSet * | getBackgroundFillSet () const |
virtual void | InternalSetStyleSheet (SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Member Functions inherited from SdrObjList | |
void | RecalcRects () |
SdrObjList () | |
virtual | ~SdrObjList () |
Protected Attributes inherited from E3dObject | |
basegfx::B3DRange | maLocalBoundVol |
basegfx::B3DHomMatrix | maTransformation |
basegfx::B3DHomMatrix | maFullTransform |
bool | mbTfHasChanged: 1 |
bool | mbIsSelected: 1 |
Protected Attributes inherited from SdrAttrObj | |
tools::Rectangle | maSnapRect |
Protected Attributes inherited from SdrObject | |
tools::Rectangle | m_aOutRect |
Point | m_aAnchor |
SdrObjUserCall * | m_pUserCall |
std::unique_ptr< SdrObjPlusData > | m_pPlusData |
bool | m_bVirtObj: 1 |
bool | m_bSnapRectDirty: 1 |
bool | m_bMovProt: 1 |
bool | m_bSizProt: 1 |
bool | m_bEmptyPresObj: 1 |
bool | m_bNotVisibleAsMaster: 1 |
bool | m_bClosedObj: 1 |
bool | m_bIsEdge: 1 |
bool | m_bIs3DObj: 1 |
bool | m_bIsUnoObj: 1 |
bool | mbLineIsOutsideGeometry: 1 |
bool | mbSupportTextIndentingOnLineWidthChange: 1 |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 57 of file scene3d.hxx.
E3dScene::E3dScene | ( | SdrModel & | rSdrModel | ) |
Definition at line 168 of file scene3d.cxx.
References SetDefaultAttributes().
Referenced by CloneSdrObject().
Definition at line 178 of file scene3d.cxx.
References aCamera, aCameraSet, sdr::contact::ViewContact::ActionChanged(), SdrObjList::CopyObjects(), SdrObject::GetProperties(), GetSubList(), SdrObject::GetViewContact(), ImpCleanup3DDepthMapper(), E3dObject::InvalidateBoundVolume(), RebuildLists(), SetBoundAndSnapRectsDirty(), and SetDefaultAttributes().
|
overridevirtual |
Definition at line 236 of file scene3d.cxx.
References ImpCleanup3DDepthMapper().
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 711 of file scene3d.cxx.
|
overridevirtual |
Every object must be able to create itself interactively.
On MouseDown first an object is created, and its BegCreate() method is called. On every MouseMove, MovCreate() is called. BrkCreate() is called if the user cancels the interactive object creation. EndCreate() is called on the MouseUp event. If EndCreate() returns true, the creation is finished; the object is inserted into the corresponding list. Otherwise it is assumed that further points are necessary to create the object (Polygon, ...). The parameter eCmd contains the number of mouse clicks (if the application provides it). BckCreate() will undo the previous EndCreate(), e.g. to delete the last point of the Polygon. If BckCreate() returns false, creation is cancelled.
Reimplemented from SdrObject.
Definition at line 679 of file scene3d.cxx.
References SdrDragStat::GetNow(), SdrDragStat::GetStart(), NbcSetSnapRect(), tools::Rectangle::Normalize(), SdrDragStat::SetActionRect(), and SdrDragStat::SetOrtho4Possible().
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 716 of file scene3d.cxx.
|
overridevirtual |
|
overrideprivatevirtual |
Reimplemented from E3dObject.
Definition at line 154 of file scene3d.cxx.
|
overrideprivatevirtual |
Reimplemented from SdrObject.
Definition at line 162 of file scene3d.cxx.
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 701 of file scene3d.cxx.
References ForceEnd, SdrDragStat::GetPointCount(), NbcSetSnapRect(), tools::Rectangle::Normalize(), SetBoundAndSnapRectsDirty(), and SdrDragStat::TakeCreateRect().
|
inline |
Definition at line 125 of file scene3d.hxx.
Referenced by E3dView::InitScene(), sdr::properties::E3dSceneProperties::PostItemChange(), Svx3DSceneObject::setPropertyValueImpl(), and sdr::properties::E3dSceneProperties::SetSceneItemsFromCamera().
|
inline |
Definition at line 145 of file scene3d.hxx.
Referenced by sdr::contact::ViewContactOfE3dScene::createViewInformation3D(), Svx3DSceneObject::getPropertyValueImpl(), SetCamera(), and Svx3DSceneObject::setPropertyValueImpl().
|
inline |
Definition at line 146 of file scene3d.hxx.
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 251 of file scene3d.cxx.
|
inline |
Definition at line 105 of file scene3d.hxx.
References SfxItemSet::Get(), SdrObject::GetObjectItemSet(), and SDRATTR_3DSCENE_DISTANCE().
Referenced by sdr::properties::E3dSceneProperties::PostItemChange(), and SetDefaultAttributes().
|
inline |
Definition at line 114 of file scene3d.hxx.
|
inline |
Definition at line 109 of file scene3d.hxx.
References SfxItemSet::Get(), SdrObject::GetObjectItemSet(), and SDRATTR_3DSCENE_FOCAL_LENGTH().
Referenced by sdr::properties::E3dSceneProperties::PostItemChange(), and SetDefaultAttributes().
|
overridevirtual |
|
inline |
Definition at line 101 of file scene3d.hxx.
References SfxItemSet::Get(), SdrObject::GetObjectItemSet(), and SDRATTR_3DSCENE_PERSPECTIVE().
Referenced by sdr::properties::E3dSceneProperties::PostItemChange(), and SetDefaultAttributes().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 387 of file scene3d.cxx.
References E3dObject::getParentE3dSceneFromE3dObject(), and getRootE3dSceneFromE3dObject().
Referenced by E3dView::CreateMarkedObjModel(), E3dView::DrawMarkedObj(), E3DModifySceneSnapRectUpdater::E3DModifySceneSnapRectUpdater(), E3dObject::getRootE3dSceneFromE3dObject(), getRootE3dSceneFromE3dObject(), RecalcSnapRect(), ResumeReportingDirtyRects(), SetAllSceneRectsDirty(), SetBoundRectDirty(), StructureChanged(), and SuspendReportingDirtyRects().
|
overridevirtual |
Reimplemented from SdrObjList.
Definition at line 246 of file scene3d.cxx.
Referenced by InsertObject(), and NbcInsertObject().
|
overridevirtual |
Reimplemented from SdrObjList.
Definition at line 241 of file scene3d.cxx.
References SdrObject::getSdrPageFromSdrObject().
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 851 of file scene3d.cxx.
Referenced by E3dView::DoDepthArrange(), E3dScene(), getAllHit3DObjectsSortedFrontToBack(), Imp3DDepthRemapper::Imp3DDepthRemapper(), E3dView::ImpCloneAll3DObjectsToDestScene(), IsBreakObjPossible(), RebuildLists(), RemapOrdNum(), and Svx3DSceneObject::setPropertyValueImpl().
Reimplemented from SdrObject.
Definition at line 828 of file scene3d.cxx.
References a, DynCastE3dObject(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), and SdrObject::handlePageChange().
|
private |
Definition at line 269 of file scene3d.cxx.
References mp3DDepthRemapper.
Referenced by E3dScene(), NbcSetSnapRect(), RebuildLists(), SetCamera(), StructureChanged(), and ~E3dScene().
|
overridevirtual |
Reimplemented from SdrObjList.
Definition at line 755 of file scene3d.cxx.
References DynCastE3dObject(), getSdrObjectFromSdrObjList(), SdrObject::getSdrPageFromSdrObject(), SdrObjList::InsertObject(), E3dObject::InvalidateBoundVolume(), nPos, and StructureChanged().
Referenced by E3dView::ImpCloneAll3DObjectsToDestScene(), and E3dView::ImpCreateSingle3DObjectFlat().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 659 of file scene3d.cxx.
References DeepWithGroups, GetSubList(), E3dObject::IsBreakObjPossible(), SdrObjListIter::IsMore(), and SdrObjListIter::Next().
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 689 of file scene3d.cxx.
References SdrObject::m_bSnapRectDirty, NbcSetSnapRect(), tools::Rectangle::Normalize(), SdrDragStat::SetActionRect(), SetBoundRectDirty(), and SdrDragStat::TakeCreateRect().
|
overridevirtual |
Reimplemented from SdrObjList.
Definition at line 736 of file scene3d.cxx.
References DynCastE3dObject(), getSdrObjectFromSdrObjList(), SdrObject::getSdrPageFromSdrObject(), SdrObjList::InsertObject(), E3dObject::InvalidateBoundVolume(), SdrObjList::NbcInsertObject(), nPos, and StructureChanged().
|
overridevirtual |
The methods Move, Resize, Rotate, Mirror, Shear, SetSnapRect and SetLogicRect call the corresponding Nbc-methods, send a Repaint broadcast and set the Modified state on the Model.
Derived classes should usually only override the Nbc methods. Nbc means "no broadcast".
Reimplemented from E3dObject.
Definition at line 325 of file scene3d.cxx.
References SdrAttrObj::GetSnapRect(), tools::Rectangle::Move(), and NbcSetSnapRect().
Referenced by RotateScene().
|
overridevirtual |
remove from list without delete
Reimplemented from SdrObjList.
Definition at line 774 of file scene3d.cxx.
References E3dObject::InvalidateBoundVolume(), SdrObjList::NbcRemoveObject(), and StructureChanged().
Referenced by removeAllNonSelectedObjects().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 332 of file scene3d.cxx.
References SdrAttrObj::GetSnapRect(), NbcSetSnapRect(), and ResizeRect().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 602 of file scene3d.cxx.
References E3dObject::GetTransform(), SdrObject::NbcRotateGluePoints(), NbcSetTransform(), basegfx::B3DHomMatrix::rotate(), RotateScene(), SetBoundAndSnapRectsDirty(), SdrObject::SetGlueReallyAbsolute(), and toRadians().
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 812 of file scene3d.cxx.
References a, DynCastE3dObject(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), and SdrObject::NbcSetLayer().
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 315 of file scene3d.cxx.
References aCamera, aCameraSet, ImpCleanup3DDepthMapper(), SdrObject::NbcSetSnapRect(), SetBoundAndSnapRectsDirty(), Viewport3D::SetDeviceWindow(), and B3dTransformationSet::SetViewportRectangle().
Referenced by BegCreate(), EndCreate(), MovCreate(), NbcMove(), NbcResize(), and Svx3DSceneObject::setPropertyValueImpl().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 584 of file scene3d.cxx.
References E3dObject::maTransformation, and E3dObject::NbcSetTransform().
Referenced by NbcRotate(), and Svx3DSceneObject::setPropertyValueImpl().
|
overridevirtual |
A derived class must override these 3 methods if it has own geometric data that must be saved for Undo.
NewGeoData() creates an empty instance of a class derived from SdrObjGeoData.
Reimplemented from E3dObject.
Definition at line 495 of file scene3d.cxx.
|
overrideprivatevirtual |
Detects when a stylesheet is changed.
Reimplemented from SdrAttrObj.
Definition at line 517 of file scene3d.cxx.
References SdrAttrObj::Notify(), and SetBoundAndSnapRectsDirty().
|
private |
Definition at line 479 of file scene3d.cxx.
References Flat, SdrObject::GetLayer(), GetSubList(), ImpCleanup3DDepthMapper(), SdrObjListIter::IsMore(), SdrObject::NbcSetLayer(), and SdrObjListIter::Next().
Referenced by E3dScene().
|
overrideprivatevirtual |
Reimplemented from E3dObject.
Definition at line 856 of file scene3d.cxx.
References a, DynCastE3dObject(), basegfx::B3DRange::expand(), E3dObject::GetBoundVolume(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), E3dObject::GetTransform(), and basegfx::B3DRange::transform().
|
overridevirtual |
Snap is not done on the BoundRect but if possible on logic coordinates (i.e.
without considering stroke width, ...) SetSnapRect() tries to size the Object so that it fits into the passed Rect (without stroke width, ...)
Reimplemented from E3dObject.
Definition at line 630 of file scene3d.cxx.
References a, aCamera, DynCastE3dObject(), Viewport3D::GetDeviceWindow(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), getRootE3dSceneFromE3dObject(), SdrAttrObj::GetSnapRect(), SdrAttrObj::maSnapRect, E3dObject::RecalcSnapRect(), and tools::Rectangle::Union().
sal_uInt32 E3dScene::RemapOrdNum | ( | sal_uInt32 | nOrdNum | ) | const |
Definition at line 274 of file scene3d.cxx.
References SdrObjList::GetObjCount(), GetSubList(), and mp3DDepthRemapper.
Referenced by SdrMarkView::CheckSingleSdrObjectHit(), and SdrMarkView::MarkNextObj().
void E3dScene::removeAllNonSelectedObjects | ( | ) |
Definition at line 399 of file scene3d.cxx.
References a, DynCastE3dScene(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), SdrObject::GetOrdNum(), and NbcRemoveObject().
Referenced by E3dView::CreateMarkedObjModel().
|
overridevirtual |
Reimplemented from SdrObjList.
Definition at line 785 of file scene3d.cxx.
References E3dObject::InvalidateBoundVolume(), SdrObjList::RemoveObject(), and StructureChanged().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 507 of file scene3d.cxx.
References aCamera, E3dObject::RestoreGeoData(), and SetCamera().
void E3dScene::ResumeReportingDirtyRects | ( | ) |
Definition at line 457 of file scene3d.cxx.
References getRootE3dSceneFromE3dObject(), and mbSkipSettingDirty.
void E3dScene::RotateScene | ( | const Point & | rRef, |
double | sn, | ||
double | cs | ||
) |
Definition at line 523 of file scene3d.cxx.
References Center, SdrObject::getOutRectangle(), NbcMove(), Size::setHeight(), Size::setWidth(), Point::setX(), Point::setY(), Point::X(), and Point::Y().
Referenced by NbcRotate().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 500 of file scene3d.cxx.
References aCamera, and E3dObject::SaveGeoData().
void E3dScene::SetAllSceneRectsDirty | ( | ) |
Definition at line 467 of file scene3d.cxx.
References getRootE3dSceneFromE3dObject(), and SetBoundAndSnapRectsDirty().
|
overridevirtual |
bNotMyself | = true: set only ObjList to dirty, don't mark this object as dirty. |
This is needed for instance for NbcMove, because usually one moves SnapRect and aOutRect at the same time to avoid recomputation.
Reimplemented from SdrObject.
Definition at line 796 of file scene3d.cxx.
References a, DynCastE3dObject(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), and SdrObject::SetBoundAndSnapRectsDirty().
Referenced by E3dScene(), EndCreate(), NbcRotate(), NbcSetSnapRect(), Notify(), SetAllSceneRectsDirty(), SetCamera(), and StructureChanged().
|
overridevirtual |
Reimplemented from SdrObject.
Definition at line 299 of file scene3d.cxx.
References getRootE3dSceneFromE3dObject(), and SdrObject::SetBoundRectDirty().
Referenced by MovCreate().
void E3dScene::SetCamera | ( | const Camera3D & | rNewCamera | ) |
Definition at line 343 of file scene3d.cxx.
References aCamera, GetCameraSet(), Viewport3D::GetDeviceWindow(), Viewport3D::GetProjection(), SdrObject::GetProperties(), Viewport3D::GetViewPoint(), Viewport3D::GetVRP(), Viewport3D::GetVUV(), ImpCleanup3DDepthMapper(), Perspective, SetBoundAndSnapRectsDirty(), B3dTransformationSet::SetPerspective(), B3dTransformationSet::SetRatio(), B3dTransformationSet::SetViewportRectangle(), and B3dViewport::SetViewportValues().
Referenced by E3dView::InitScene(), sdr::properties::E3dSceneProperties::PostItemChange(), RestoreGeoData(), and Svx3DSceneObject::setPropertyValueImpl().
|
private |
Definition at line 208 of file scene3d.cxx.
References aCamera, aCameraSet, GetDistance(), GetFocalLength(), GetPerspective(), Camera3D::GetPosition(), basegfx::Tuple3D< typename TYPE >::getX(), basegfx::Tuple3D< typename TYPE >::getY(), basegfx::Tuple3D< typename TYPE >::getZ(), B3dTransformationSet::SetDeviceRectangle(), Viewport3D::SetDeviceWindow(), Camera3D::SetFocalLength(), Camera3D::SetPosition(), Viewport3D::SetProjection(), B3dTransformationSet::SetViewportRectangle(), and Camera3D::SetViewWindow().
Referenced by E3dScene().
|
inline |
Definition at line 113 of file scene3d.hxx.
Referenced by E3dView::DrawMarkedObj().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 720 of file scene3d.cxx.
References a, DynCastE3dObject(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), and E3dObject::SetSelected().
Referenced by E3dView::CreateMarkedObjModel(), and E3dView::DrawMarkedObj().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 593 of file scene3d.cxx.
References E3dObject::maTransformation, and E3dObject::SetTransform().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 876 of file scene3d.cxx.
References a, DynCastE3dObject(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), and E3dObject::SetTransformChanged().
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 371 of file scene3d.cxx.
References getRootE3dSceneFromE3dObject(), ImpCleanup3DDepthMapper(), mbSkipSettingDirty, SetBoundAndSnapRectsDirty(), and E3dObject::StructureChanged().
Referenced by InsertObject(), NbcInsertObject(), NbcRemoveObject(), sdr::properties::E3dSceneProperties::PostItemChange(), RemoveObject(), and E3dObject::StructureChanged().
void E3dScene::SuspendReportingDirtyRects | ( | ) |
Definition at line 447 of file scene3d.cxx.
References getRootE3dSceneFromE3dObject(), and mbSkipSettingDirty.
|
overridevirtual |
Polygon dragged by the user when creating the object.
Reimplemented from SdrObject.
Definition at line 674 of file scene3d.cxx.
References TakeXorPoly().
|
overridevirtual |
|
overridevirtual |
Reimplemented from E3dObject.
Definition at line 565 of file scene3d.cxx.
References aName, SdrObject::GetName(), sName, and SvxResId().
|
overridevirtual |
The Xor-Polygon is required by the View to drag the object.
All polygons within the PolyPolygon are interpreted as PolyLine. To get a closed Polygon, close it explicitly.
Reimplemented from SdrObject.
Definition at line 256 of file scene3d.cxx.
References basegfx::utils::createB2DPolyPolygonFromB3DPolyPolygon(), E3dObject::CreateWireframe(), drawinglayer::geometry::ViewInformation3D::getObjectToView(), sdr::contact::ViewContactOfE3dScene::getObjectTransformation(), SdrObject::GetViewContact(), sdr::contact::ViewContactOfE3dScene::getViewInformation3D(), and basegfx::B2DPolyPolygon::transform().
Referenced by TakeCreatePoly().
|
private |
Definition at line 64 of file scene3d.hxx.
Referenced by E3dScene(), NbcSetSnapRect(), RecalcSnapRect(), RestoreGeoData(), SaveGeoData(), SetCamera(), and SetDefaultAttributes().
|
private |
Definition at line 63 of file scene3d.hxx.
Referenced by E3dScene(), NbcSetSnapRect(), and SetDefaultAttributes().
|
private |
Definition at line 69 of file scene3d.hxx.
|
private |
Definition at line 71 of file scene3d.hxx.
Referenced by ResumeReportingDirtyRects(), StructureChanged(), and SuspendReportingDirtyRects().
|
mutableprivate |
Definition at line 66 of file scene3d.hxx.
Referenced by ImpCleanup3DDepthMapper(), and RemapOrdNum().