LibreOffice Module svx (master) 1
linemetricbox.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#pragma once
20
22#include <com/sun/star/frame/XFrame.hpp>
23
24class XLineWidthItem;
25
27{
28private:
29 std::unique_ptr<weld::MetricSpinButton> m_xWidget;
33 css::uno::Reference< css::frame::XFrame > mxFrame;
34
36 DECL_LINK(KeyInputHdl, const KeyEvent&, bool);
37 DECL_LINK(FocusInHdl, weld::Widget&, void);
38
39 static void ReleaseFocus_Impl();
40
41 virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
42
43public:
45 const css::uno::Reference< css::frame::XFrame >& rFrame );
46 virtual void dispose() override;
47 virtual ~SvxMetricField() override;
48
49 void Update( const XLineWidthItem* pItem );
50 void SetDestCoreUnit( MapUnit eUnit );
51 void RefreshDlgUnit();
52
53 void set_sensitive(bool bSensitive);
54};
55
56/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
std::unique_ptr< weld::MetricSpinButton > m_xWidget
virtual ~SvxMetricField() override
Definition: itemwin.cxx:76
virtual void DataChanged(const DataChangedEvent &rDCEvt) override
Definition: itemwin.cxx:162
static void ReleaseFocus_Impl()
Definition: itemwin.cxx:115
void SetDestCoreUnit(MapUnit eUnit)
Definition: itemwin.cxx:125
void set_sensitive(bool bSensitive)
Definition: itemwin.cxx:81
FieldUnit eDlgUnit
DECL_LINK(KeyInputHdl, const KeyEvent &, bool)
css::uno::Reference< css::frame::XFrame > mxFrame
DECL_LINK(FocusInHdl, weld::Widget &, void)
DECL_LINK(ModifyHdl, weld::MetricSpinButton &, void)
MapUnit eDestPoolUnit
void Update(const XLineWidthItem *pItem)
Definition: itemwin.cxx:89
SvxMetricField(vcl::Window *pParent, const css::uno::Reference< css::frame::XFrame > &rFrame)
Definition: itemwin.cxx:49
void RefreshDlgUnit()
Definition: itemwin.cxx:130
virtual void dispose() override
Definition: itemwin.cxx:70
FieldUnit
MapUnit