LibreOffice Module sd (master) 1
gluectrl.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
20#pragma once
21
23#include <sfx2/tbxctrl.hxx>
24
25enum class SdrEscapeDirection;
26
30class GlueEscDirLB final : public InterimItemWindow
31{
32private:
33 css::uno::Reference<css::frame::XFrame> m_xFrame;
34 std::unique_ptr<weld::ComboBox> m_xWidget;
35
36 DECL_LINK(SelectHdl, weld::ComboBox&, void);
37 DECL_LINK(KeyInputHdl, const KeyEvent&, bool);
38
39public:
40 GlueEscDirLB(vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rFrame);
41 virtual void dispose() override;
42 virtual ~GlueEscDirLB() override;
43
44 void set_active(int nPos) { m_xWidget->set_active(nPos); }
45 void set_sensitive(bool bSensitive);
46
47 void Fill();
48};
49
54{
55private:
56 static sal_uInt16 GetEscDirPos(SdrEscapeDirection nEscDir);
57
58public:
59 virtual void StateChangedAtToolBoxControl(sal_uInt16 nSId, SfxItemState eState,
60 const SfxPoolItem* pState) override;
62
64
65 SdTbxCtlGlueEscDir(sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx);
66};
67
68/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
GluePointEscDirLB.
Definition: gluectrl.hxx:31
std::unique_ptr< weld::ComboBox > m_xWidget
Definition: gluectrl.hxx:34
void set_active(int nPos)
Definition: gluectrl.hxx:44
void Fill()
Fills the Listbox with strings.
Definition: gluectrl.cxx:116
css::uno::Reference< css::frame::XFrame > m_xFrame
Definition: gluectrl.hxx:33
void set_sensitive(bool bSensitive)
Definition: gluectrl.cxx:83
virtual void dispose() override
Definition: gluectrl.cxx:72
virtual ~GlueEscDirLB() override
Definition: gluectrl.cxx:78
DECL_LINK(SelectHdl, weld::ComboBox &, void)
GlueEscDirLB(vcl::Window *pParent, const css::uno::Reference< css::frame::XFrame > &rFrame)
Constructor for gluepoint escape direction Listbox.
Definition: gluectrl.cxx:55
DECL_LINK(KeyInputHdl, const KeyEvent &, bool)
Toolbox controller for glue-point escape direction.
Definition: gluectrl.hxx:54
virtual VclPtr< InterimItemWindow > CreateItemWindow(vcl::Window *pParent) override
Definition: gluectrl.cxx:179
static sal_uInt16 GetEscDirPos(SdrEscapeDirection nEscDir)
Returns position in the array for EscDir (Mapping for Listbox)
Definition: gluectrl.cxx:190
SdTbxCtlGlueEscDir(sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox &rTbx)
Constructor for gluepoint escape direction toolbox control.
Definition: gluectrl.cxx:137
virtual void StateChangedAtToolBoxControl(sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem *pState) override
Represents state in the listbox of the controller.
Definition: gluectrl.cxx:146
sal_uInt16 nPos
SfxItemState
SdrEscapeDirection