LibreOffice Module svx (master)
1
include
svx
connctrl.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
* 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
#ifndef INCLUDED_SVX_CONNCTRL_HXX
20
#define INCLUDED_SVX_CONNCTRL_HXX
21
22
#include <
sal/types.h
>
23
#include <
svx/svxdllapi.h
>
24
#include <
vcl/customweld.hxx
>
25
#include <
vcl/outdev.hxx
>
26
27
class
SfxItemSet
;
28
class
SdrEdgeObj
;
29
class
SdrView
;
30
class
SdrPage
;
31
32
/*************************************************************************
33
|*
34
|* SvxXConnectionPreview
35
|*
36
\************************************************************************/
37
class
SAL_WARN_UNUSED
SVX_DLLPUBLIC
SvxXConnectionPreview
final :
public
weld::CustomWidgetController
38
{
39
friend
class
SvxConnectionPage
;
40
41
private
:
42
MapMode
aNewMapMode
;
43
rtl::Reference<SdrEdgeObj>
pEdgeObj
;
44
rtl::Reference<SdrPage>
mxSdrPage
;
45
const
SdrView
*
pView
;
46
47
SVX_DLLPRIVATE
void
AdaptSize();
48
SVX_DLLPRIVATE
void
SetMapMode
(
const
MapMode
& rNewMapMode) { aNewMapMode = rNewMapMode; }
49
SVX_DLLPRIVATE
const
MapMode
&
GetMapMode
()
const
{
return
aNewMapMode; }
50
public
:
51
SvxXConnectionPreview
();
52
virtual
void
SetDrawingArea
(
weld::DrawingArea
* pDrawingArea)
override
;
53
virtual
~SvxXConnectionPreview
()
override
;
54
55
virtual
void
Paint
(
vcl::RenderContext
& rRenderContext,
const
tools::Rectangle
& rRect )
override
;
56
virtual
void
Resize
()
override
;
57
virtual
bool
MouseButtonDown
(
const
MouseEvent
& rMEvt)
override
;
58
59
void
SetAttributes(
const
SfxItemSet
& rInAttrs );
60
sal_uInt16 GetLineDeltaCount()
const
;
61
62
void
Construct
();
63
void
SetView
(
const
SdrView
* pSdrView ) {
pView
= pSdrView; }
64
};
65
66
#endif
// INCLUDED_SVX_CONNCTRL_HXX
67
68
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
MouseEvent
OutputDevice
SdrEdgeObj
Utility class SdrEdgeObj.
Definition:
svdoedge.hxx:130
SdrPage
A SdrPage contains exactly one SdrObjList and a description of the physical page dimensions (size / m...
Definition:
svdpage.hxx:379
SdrView
Definition:
svdview.hxx:147
SfxItemSet
SvxConnectionPage
SvxConnectionPage::pView
const SdrView * pView
SvxConnectionPage::Construct
void Construct()
SvxXConnectionPreview
Definition:
connctrl.hxx:38
SvxXConnectionPreview::SetMapMode
SVX_DLLPRIVATE void SetMapMode(const MapMode &rNewMapMode)
Definition:
connctrl.hxx:48
SvxXConnectionPreview::mxSdrPage
rtl::Reference< SdrPage > mxSdrPage
Definition:
connctrl.hxx:44
SvxXConnectionPreview::GetMapMode
SVX_DLLPRIVATE const MapMode & GetMapMode() const
Definition:
connctrl.hxx:49
SvxXConnectionPreview::pEdgeObj
rtl::Reference< SdrEdgeObj > pEdgeObj
Definition:
connctrl.hxx:43
SvxXConnectionPreview::aNewMapMode
MapMode aNewMapMode
Definition:
connctrl.hxx:42
SvxXConnectionPreview::SetView
void SetView(const SdrView *pSdrView)
Definition:
connctrl.hxx:63
SvxXConnectionPreview::pView
const SdrView * pView
Definition:
connctrl.hxx:45
rtl::Reference< SdrEdgeObj >
tools::Rectangle
weld::CustomWidgetController
weld::CustomWidgetController::SetDrawingArea
virtual void SetDrawingArea(weld::DrawingArea *pDrawingArea)
weld::CustomWidgetController::Paint
virtual void Paint(vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect)=0
weld::CustomWidgetController::MouseButtonDown
virtual bool MouseButtonDown(const MouseEvent &)
weld::CustomWidgetController::Resize
virtual void Resize()
weld::DrawingArea
customweld.hxx
outdev.hxx
MapMode
svxdllapi.h
SVX_DLLPUBLIC
#define SVX_DLLPUBLIC
Definition:
svxdllapi.h:28
SVX_DLLPRIVATE
#define SVX_DLLPRIVATE
Definition:
svxdllapi.h:30
types.h
SAL_WARN_UNUSED
#define SAL_WARN_UNUSED
Generated on Sun Jul 30 2023 04:27:31 for LibreOffice Module svx (master) by
1.9.3