LibreOffice Module chart2 (master) 1
tp_TitleRotation.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
21#include <sfx2/tabdlg.hxx>
22#include <svx/dialcontrol.hxx>
24
25namespace weld {
26 class CheckButton;
27 class CustomWeld;
28 class Label;
29 class SpinButton;
30 class ToggleButton;
31}
32
33namespace chart
34{
35
37{
38private:
39 std::unique_ptr<weld::Label> m_xFtRotate;
40 std::unique_ptr<weld::MetricSpinButton> m_xNfRotate;
41 std::unique_ptr<weld::CheckButton> m_xCbStacked;
42 std::unique_ptr<weld::Label> m_xFtABCD;
44 std::unique_ptr<svx::DialControl> m_xCtrlDial;
45 std::unique_ptr<weld::CustomWeld> m_xCtrlDialWin;
46
47 DECL_LINK(StackedToggleHdl, weld::Toggleable&, void);
48
49public:
50 SchAlignmentTabPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rInAttrs, bool bWithRotation = true);
51 virtual ~SchAlignmentTabPage() override;
52
53 static std::unique_ptr<SfxTabPage> Create(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rInAttrs);
54 static std::unique_ptr<SfxTabPage> CreateWithoutRotation(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rInAttrs);
55 virtual bool FillItemSet(SfxItemSet* rOutAttrs) override;
56 virtual void Reset(const SfxItemSet* rInAttrs) override;
57};
58
59} //namespace chart
60
61/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
std::unique_ptr< weld::MetricSpinButton > m_xNfRotate
std::unique_ptr< weld::CheckButton > m_xCbStacked
static std::unique_ptr< SfxTabPage > CreateWithoutRotation(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rInAttrs)
TextDirectionListBox m_aLbTextDirection
std::unique_ptr< weld::CustomWeld > m_xCtrlDialWin
virtual bool FillItemSet(SfxItemSet *rOutAttrs) override
std::unique_ptr< weld::Label > m_xFtRotate
DECL_LINK(StackedToggleHdl, weld::Toggleable &, void)
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rInAttrs)
SchAlignmentTabPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs, bool bWithRotation=true)
std::unique_ptr< weld::Label > m_xFtABCD
virtual void Reset(const SfxItemSet *rInAttrs) override
virtual ~SchAlignmentTabPage() override
std::unique_ptr< svx::DialControl > m_xCtrlDial