LCOV - code coverage report
Current view: top level - solver/unxlngi6.pro/inc/drawinglayer/primitive2d - hiddengeometryprimitive2d.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 1 100.0 %
Date: 2012-08-25 Functions: 2 2 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 1 2 50.0 %

           Branch data     Line data    Source code
       1                 :            : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2                 :            : /*************************************************************************
       3                 :            :  *
       4                 :            :  *  OpenOffice.org - a multi-platform office productivity suite
       5                 :            :  *
       6                 :            :  *  The Contents of this file are made available subject to
       7                 :            :  *  the terms of GNU Lesser General Public License Version 2.1.
       8                 :            :  *
       9                 :            :  *
      10                 :            :  *    GNU Lesser General Public License Version 2.1
      11                 :            :  *    =============================================
      12                 :            :  *    Copyright 2005 by Sun Microsystems, Inc.
      13                 :            :  *    901 San Antonio Road, Palo Alto, CA 94303, USA
      14                 :            :  *
      15                 :            :  *    This library is free software; you can redistribute it and/or
      16                 :            :  *    modify it under the terms of the GNU Lesser General Public
      17                 :            :  *    License version 2.1, as published by the Free Software Foundation.
      18                 :            :  *
      19                 :            :  *    This library is distributed in the hope that it will be useful,
      20                 :            :  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
      21                 :            :  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      22                 :            :  *    Lesser General Public License for more details.
      23                 :            :  *
      24                 :            :  *    You should have received a copy of the GNU Lesser General Public
      25                 :            :  *    License along with this library; if not, write to the Free Software
      26                 :            :  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
      27                 :            :  *    MA  02111-1307  USA
      28                 :            :  *
      29                 :            :  ************************************************************************/
      30                 :            : 
      31                 :            : #ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE2D_HIDDENGEOMETRYPRIMITIVE2D_HXX
      32                 :            : #define INCLUDED_DRAWINGLAYER_PRIMITIVE2D_HIDDENGEOMETRYPRIMITIVE2D_HXX
      33                 :            : 
      34                 :            : #include <drawinglayer/drawinglayerdllapi.h>
      35                 :            : 
      36                 :            : #include <drawinglayer/primitive2d/groupprimitive2d.hxx>
      37                 :            : 
      38                 :            : //////////////////////////////////////////////////////////////////////////////
      39                 :            : 
      40                 :            : namespace drawinglayer
      41                 :            : {
      42                 :            :     namespace primitive2d
      43                 :            :     {
      44                 :            :         // This primitive is used to represent geometry for non-visible objects,
      45                 :            :         // e.g. a PresObj's outline. To still be able to use primitives for HitTest
      46                 :            :         // functionality, the 2d decompositions will produce an as much as possible
      47                 :            :         // simplified line geometry encapsulated in this primtive when there is no
      48                 :            :         // line geometry. In a further enchanced version this may change to 'if neither
      49                 :            :         // filled nor lines' creation criteria. The whole primitive decomposes to nothing,
      50                 :            :         // so no one not knowing it will be influenced. Only helper processors for hit test
      51                 :            :         // (and maybe BoundRect extractors) will use it and it's children subcontent.
      52         [ -  + ]:      63610 :         class DRAWINGLAYER_DLLPUBLIC HiddenGeometryPrimitive2D : public GroupPrimitive2D
      53                 :            :         {
      54                 :            :         public:
      55                 :            :             explicit HiddenGeometryPrimitive2D(const Primitive2DSequence& rChildren);
      56                 :            : 
      57                 :            :             // despite returning an empty decomposition since it's no visualisation data,
      58                 :            :             // range calculation is intended to use hidden geometry, so
      59                 :            :             // the local implementation will return the children's range
      60                 :            :             virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
      61                 :            : 
      62                 :            :             /// local decomposition. Implementation will return empty Primitive2DSequence
      63                 :            :             virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const;
      64                 :            : 
      65                 :            :             // provide unique ID
      66                 :            :             DeclPrimitrive2DIDBlock()
      67                 :            :         };
      68                 :            :     } // end of namespace primitive2d
      69                 :            : } // end of namespace drawinglayer
      70                 :            : 
      71                 :            : //////////////////////////////////////////////////////////////////////////////
      72                 :            : 
      73                 :            : #endif //INCLUDED_DRAWINGLAYER_PRIMITIVE2D_HIDDENGEOMETRYPRIMITIVE2D_HXX
      74                 :            : 
      75                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10