LibreOffice Module cui (master) 1
SvxMenuConfigPage.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
22#include <vcl/weld.hxx>
23#include <com/sun/star/ui/XUIConfigurationManager.hpp>
24
25#include "cfg.hxx" //for SvxConfigPage and SaveInData
26
28{
29private:
31
32 DECL_LINK(SelectMenuEntry, weld::TreeView&, void);
33 DECL_LINK(ContentContextMenuHdl, const CommandEvent&, bool);
34 DECL_LINK(FunctionContextMenuHdl, const CommandEvent&, bool);
35
36 DECL_LINK(GearHdl, const OUString&, void);
37
38 DECL_LINK(SelectCategory, weld::ComboBox&, void);
39
40 DECL_LINK(AddCommandHdl, weld::Button&, void);
41 DECL_LINK(RemoveCommandHdl, weld::Button&, void);
42
43 DECL_LINK(InsertHdl, const OUString&, void);
44 DECL_LINK(ModifyItemHdl, const OUString&, void);
45 DECL_LINK(ResetMenuHdl, weld::Button&, void);
46
47 DECL_LINK(MenuEntriesSizeAllocHdl, const Size&, void);
48
49 virtual void ListModified() override;
50
51 void Init() override;
52 void UpdateButtonStates() override;
53 short QueryReset() override;
54 void DeleteSelectedContent() override;
55 void DeleteSelectedTopLevel() override;
56
57 virtual void SelectElement() override;
58
59public:
61 const SfxItemSet& rItemSet, bool bIsMenuBar = true);
62 virtual ~SvxMenuConfigPage() override;
63
64 SaveInData* CreateSaveInData(const css::uno::Reference<css::ui::XUIConfigurationManager>&,
65 const css::uno::Reference<css::ui::XUIConfigurationManager>&,
66 const OUString& aModuleId, bool docConfig) override;
67};
68
69/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
DECL_LINK(InsertHdl, const OUString &, void)
DECL_LINK(GearHdl, const OUString &, void)
virtual void ListModified() override
DECL_LINK(FunctionContextMenuHdl, const CommandEvent &, bool)
DECL_LINK(MenuEntriesSizeAllocHdl, const Size &, void)
void Init() override
void UpdateButtonStates() override
DECL_LINK(ContentContextMenuHdl, const CommandEvent &, bool)
SvxMenuConfigPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rItemSet, bool bIsMenuBar=true)
DECL_LINK(AddCommandHdl, weld::Button &, void)
short QueryReset() override
DECL_LINK(ResetMenuHdl, weld::Button &, void)
void DeleteSelectedContent() override
void DeleteSelectedTopLevel() override
SaveInData * CreateSaveInData(const css::uno::Reference< css::ui::XUIConfigurationManager > &, const css::uno::Reference< css::ui::XUIConfigurationManager > &, const OUString &aModuleId, bool docConfig) override
DECL_LINK(SelectCategory, weld::ComboBox &, void)
virtual ~SvxMenuConfigPage() override
DECL_LINK(SelectMenuEntry, weld::TreeView &, void)
DECL_LINK(RemoveCommandHdl, weld::Button &, void)
DECL_LINK(ModifyItemHdl, const OUString &, void)
virtual void SelectElement() override