LibreOffice Module cui (master) 1
optcolor.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
23namespace svtools {class EditableColorConfig;class EditableExtendedColorConfig;}
26struct ImplSVEvent;
27
29{
31
33
34 std::unique_ptr<weld::ComboBox> m_xAutoColorLB;
35 std::unique_ptr<weld::ComboBox> m_xColorSchemeLB;
36 std::unique_ptr<weld::Button> m_xSaveSchemePB;
37 std::unique_ptr<weld::Button> m_xDeleteSchemePB;
38 std::unique_ptr<ColorConfigCtrl_Impl> m_xColorConfigCT;
39 std::unique_ptr<weld::Widget> m_xTable;
40 std::unique_ptr<weld::Label> m_xOnFT;
41 std::unique_ptr<weld::Label> m_xColorFT;
42
45
46 std::unique_ptr<svtools::EditableColorConfig> pColorConfig;
47 std::unique_ptr<svtools::EditableExtendedColorConfig> pExtColorConfig;
48
49 DECL_LINK(SchemeChangedHdl_Impl, weld::ComboBox&, void);
50 DECL_LINK(onAutoColorChanged, weld::ComboBox&, void);
51 DECL_LINK(SaveDeleteHdl_Impl, weld::Button&, void);
52 DECL_LINK(CheckNameHdl_Impl, AbstractSvxNameDialog&, bool);
53 DECL_LINK(AdjustHeaderBar, const Size&, void);
54 DECL_LINK(PostAdjustHeaderBar, void *, void);
55 void UpdateColorConfig();
56
57public:
59 virtual ~SvxColorOptionsTabPage() override;
60
61 static std::unique_ptr<SfxTabPage> Create( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rAttrSet );
62
63 virtual bool FillItemSet( SfxItemSet* rSet ) override;
64 virtual void Reset( const SfxItemSet* rSet ) override;
65
66 virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override;
67 virtual void FillUserData() override;
68};
69
70/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual void Reset(const SfxItemSet *rSet) override
Definition: optcolor.cxx:818
std::unique_ptr< weld::Widget > m_xTable
Definition: optcolor.hxx:39
DECL_LINK(SchemeChangedHdl_Impl, weld::ComboBox &, void)
std::unique_ptr< weld::Button > m_xDeleteSchemePB
Definition: optcolor.hxx:37
std::unique_ptr< weld::ComboBox > m_xAutoColorLB
Definition: optcolor.hxx:34
virtual DeactivateRC DeactivatePage(SfxItemSet *pSet) override
Definition: optcolor.cxx:851
std::unique_ptr< weld::Button > m_xSaveSchemePB
Definition: optcolor.hxx:36
ImplSVEvent * m_nSizeAllocEventId
Definition: optcolor.hxx:32
std::unique_ptr< weld::Label > m_xColorFT
Definition: optcolor.hxx:41
virtual void FillUserData() override
Definition: optcolor.cxx:933
weld::Widget & m_rWidget1
Definition: optcolor.hxx:43
std::unique_ptr< weld::Label > m_xOnFT
Definition: optcolor.hxx:40
SvxColorOptionsTabPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
Definition: optcolor.cxx:744
DECL_LINK(onAutoColorChanged, weld::ComboBox &, void)
std::unique_ptr< weld::ComboBox > m_xColorSchemeLB
Definition: optcolor.hxx:35
DECL_LINK(PostAdjustHeaderBar, void *, void)
std::unique_ptr< ColorConfigCtrl_Impl > m_xColorConfigCT
Definition: optcolor.hxx:38
virtual bool FillItemSet(SfxItemSet *rSet) override
Definition: optcolor.cxx:803
std::unique_ptr< svtools::EditableExtendedColorConfig > pExtColorConfig
Definition: optcolor.hxx:47
virtual ~SvxColorOptionsTabPage() override
Definition: optcolor.cxx:770
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
Definition: optcolor.cxx:798
std::unique_ptr< svtools::EditableColorConfig > pColorConfig
Definition: optcolor.hxx:46
DECL_LINK(AdjustHeaderBar, const Size &, void)
weld::Widget & m_rWidget2
Definition: optcolor.hxx:44
DECL_LINK(SaveDeleteHdl_Impl, weld::Button &, void)
DECL_LINK(CheckNameHdl_Impl, AbstractSvxNameDialog &, bool)
DeactivateRC