LibreOffice Module svx (master) 1
overlayhandle.hxx
Go to the documentation of this file.
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 */
10
11#ifndef INCLUDED_SVX_SDR_OVERLAY_OVERLAYHANDLE_HXX
12#define INCLUDED_SVX_SDR_OVERLAY_OVERLAYHANDLE_HXX
13
16
17namespace sdr::overlay {
18
19
21{
24
25 // geometry creation for OverlayObject
27
28public:
29 OverlayHandle(const basegfx::B2DPoint& rBasePos,
30 const basegfx::B2DSize& rSize,
31 Color const & rStrokeColor,
32 Color const & rFillColor);
33
34 virtual ~OverlayHandle() override;
35};
36
37} // end of namespace sdr::overlay
38
39#endif // INCLUDED_SVX_SDR_OVERLAY_OVERLAYHANDLE_HXX
40
41/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual drawinglayer::primitive2d::Primitive2DContainer createOverlayObjectPrimitive2DSequence() override
OverlayHandle(const basegfx::B2DPoint &rBasePos, const basegfx::B2DSize &rSize, Color const &rStrokeColor, Color const &rFillColor)
virtual ~OverlayHandle() override