Kaydet (Commit) 122dd407 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS pathfinder01 (1.2.290); FILE MERGED

2007/07/01 16:30:54 cl 1.2.290.1: #i41800# export class from svx
üst c6b991f4
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: overlaysdrobject.hxx,v $ * $RCSfile: overlaysdrobject.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: ihi $ $Date: 2006-11-14 13:08:52 $ * last change: $Author: rt $ $Date: 2007-07-06 13:19:05 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -50,7 +50,7 @@ namespace sdr ...@@ -50,7 +50,7 @@ namespace sdr
{ {
namespace overlay namespace overlay
{ {
class OverlaySdrObject : public OverlayObjectWithBasePosition class SVX_DLLPUBLIC OverlaySdrObject : public OverlayObjectWithBasePosition
{ {
protected: protected:
// the SdrObject to show // the SdrObject to show
...@@ -62,6 +62,9 @@ namespace sdr ...@@ -62,6 +62,9 @@ namespace sdr
// Create the BaseRange. This method needs to calculate maBaseRange. // Create the BaseRange. This method needs to calculate maBaseRange.
virtual void createBaseRange(OutputDevice& rOutputDevice); virtual void createBaseRange(OutputDevice& rOutputDevice);
// Hittest with logical coordinates. Default tests against maBaseRange.
virtual sal_Bool isHit(const basegfx::B2DPoint& rPos, double fTol = 0.0) const;
public: public:
OverlaySdrObject( OverlaySdrObject(
const basegfx::B2DPoint& rBasePos, const basegfx::B2DPoint& rBasePos,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment