LCOV - code coverage report
Current view: top level - include/svx - extrud3d.hxx (source / functions) Hit Total Coverage
Test: commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Lines: 18 18 100.0 %
Date: 2014-11-03 Functions: 11 12 91.7 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /*
       3             :  * This file is part of the LibreOffice project.
       4             :  *
       5             :  * This Source Code Form is subject to the terms of the Mozilla Public
       6             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8             :  *
       9             :  * This file incorporates work covered by the following license notice:
      10             :  *
      11             :  *   Licensed to the Apache Software Foundation (ASF) under one or more
      12             :  *   contributor license agreements. See the NOTICE file distributed
      13             :  *   with this work for additional information regarding copyright
      14             :  *   ownership. The ASF licenses this file to you under the Apache
      15             :  *   License, Version 2.0 (the "License"); you may not use this file
      16             :  *   except in compliance with the License. You may obtain a copy of
      17             :  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
      18             :  */
      19             : 
      20             : #ifndef INCLUDED_SVX_EXTRUD3D_HXX
      21             : #define INCLUDED_SVX_EXTRUD3D_HXX
      22             : 
      23             : #include <svx/obj3d.hxx>
      24             : #include <svx/svxdllapi.h>
      25             : 
      26             : /*************************************************************************
      27             : |*
      28             : |* 3D extrusion object created from the provided 2D polygon
      29             : |*
      30             : \************************************************************************/
      31             : 
      32        6514 : class SVX_DLLPUBLIC E3dExtrudeObj : public E3dCompoundObject
      33             : {
      34             : private:
      35             :     // to allow sdr::properties::E3dExtrudeProperties access to SetGeometryValid()
      36             :     friend class sdr::properties::E3dExtrudeProperties;
      37             : 
      38             :     // geometry, which determines the object
      39             :     basegfx::B2DPolyPolygon         maExtrudePolygon;
      40             : 
      41             : protected:
      42             :     virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() SAL_OVERRIDE;
      43             :     virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() SAL_OVERRIDE;
      44             :     void SetDefaultAttributes(E3dDefaultAttributes& rDefault);
      45             : 
      46             : public:
      47             :     TYPEINFO_OVERRIDE();
      48             : 
      49             :     E3dExtrudeObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon& rPP, double fDepth);
      50             :     E3dExtrudeObj();
      51             : 
      52             :     // PercentDiagonal: 0..100, before 0.0..0.5
      53        3520 :     sal_uInt16 GetPercentDiagonal() const
      54        3520 :         { return static_cast<const SfxUInt16Item&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_PERCENT_DIAGONAL)).GetValue(); }
      55             : 
      56             :     // BackScale: 0..100, before 0.0..1.0
      57        3520 :     sal_uInt16 GetPercentBackScale() const
      58        3520 :         { return static_cast<const SfxUInt16Item&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_BACKSCALE)).GetValue(); }
      59             : 
      60             :     // BackScale: 0..100, before 0.0..1.0
      61        3520 :     sal_uInt32 GetExtrudeDepth() const
      62        3520 :         { return static_cast<const SfxUInt32Item&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_DEPTH)).GetValue(); }
      63             : 
      64             :     // #107245# GetSmoothNormals() for bExtrudeSmoothed
      65        3520 :     bool GetSmoothNormals() const
      66        3520 :         { return static_cast<const Svx3DSmoothNormalsItem&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_SMOOTH_NORMALS)).GetValue(); }
      67             : 
      68             :     // #107245# GetSmoothLids() for bExtrudeSmoothFrontBack
      69        3520 :     bool GetSmoothLids() const
      70        3520 :         { return static_cast<const Svx3DSmoothLidsItem&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_SMOOTH_LIDS)).GetValue(); }
      71             : 
      72             :     // #107245# GetCharacterMode() for bExtrudeCharacterMode
      73        3520 :     bool GetCharacterMode() const
      74        3520 :         { return static_cast<const Svx3DCharacterModeItem&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_CHARACTER_MODE)).GetValue(); }
      75             : 
      76             :     // #107245# GetCloseFront() for bExtrudeCloseFront
      77        3520 :     bool GetCloseFront() const
      78        3520 :         { return static_cast<const Svx3DCloseFrontItem&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_FRONT)).GetValue(); }
      79             : 
      80             :     // #107245# GetCloseBack() for bExtrudeCloseBack
      81        3520 :     bool GetCloseBack() const
      82        3520 :         { return static_cast<const Svx3DCloseBackItem&>(GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_BACK)).GetValue(); }
      83             : 
      84             :     virtual sal_uInt16 GetObjIdentifier() const SAL_OVERRIDE;
      85             : 
      86             :     virtual E3dExtrudeObj* Clone() const SAL_OVERRIDE;
      87             : 
      88             :     // TakeObjName...() is for the display in the UI (for example "3 frames selected")
      89             :     virtual OUString TakeObjNameSingul() const SAL_OVERRIDE;
      90             :     virtual OUString TakeObjNamePlural() const SAL_OVERRIDE;
      91             : 
      92             :     // set/get local parameters with geometry regeneration
      93             :     void SetExtrudePolygon(const basegfx::B2DPolyPolygon &rNew);
      94        3520 :     const basegfx::B2DPolyPolygon &GetExtrudePolygon() const { return maExtrudePolygon; }
      95             : 
      96             :     virtual bool IsBreakObjPossible() SAL_OVERRIDE;
      97             :     virtual SdrAttrObj* GetBreakObj() SAL_OVERRIDE;
      98             : };
      99             : 
     100             : #endif // INCLUDED_SVX_EXTRUD3D_HXX
     101             : 
     102             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10