LibreOffice Module svx (master) 1
grafctrl.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#ifndef INCLUDED_SVX_GRAFCTRL_HXX
21#define INCLUDED_SVX_GRAFCTRL_HXX
22
23#include <svl/lstner.hxx>
24#include <sfx2/tbxctrl.hxx>
25#include <svx/svxdllapi.h>
26
27
29{
30public:
31 SvxGrafToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
32 virtual ~SvxGrafToolBoxControl() override;
33
34 virtual void StateChangedAtToolBoxControl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) override;
35 virtual VclPtr<InterimItemWindow> CreateItemWindow( vcl::Window *pParent ) override;
36};
37
38
40{
41public:
43 SvxGrafRedToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
44};
45
46
48{
49public:
51 SvxGrafGreenToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
52};
53
54
56{
57public:
59 SvxGrafBlueToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
60};
61
62
64{
65public:
67 SvxGrafLuminanceToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
68};
69
70
72{
73public:
75 SvxGrafContrastToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
76};
77
78
80{
81public:
83 SvxGrafGammaToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
84};
85
86
88{
89public:
91 SvxGrafTransparenceToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
92};
93
94
96{
97public:
99 SvxGrafModeToolBoxControl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rTbx );
100 virtual ~SvxGrafModeToolBoxControl() override;
101
102 virtual void StateChangedAtToolBoxControl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) override;
103 virtual VclPtr<InterimItemWindow> CreateItemWindow( vcl::Window *pParent ) override;
104};
105
106
107class SdrView;
108class SfxRequest;
109
110
112{
113public:
114
115 static void ExecuteGrafAttr( SfxRequest& rReq, SdrView& rView );
116 static void GetGrafAttrState( SfxItemSet& rSet, SdrView const & rView );
117};
118
119#endif // INCLUDED_SVX_GRAFCTRL_HXX
120
121/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual ~SvxGrafToolBoxControl() override
Definition: grafctrl.cxx:383
SvxGrafToolBoxControl(sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox &rTbx)
Definition: grafctrl.cxx:376
virtual VclPtr< InterimItemWindow > CreateItemWindow(vcl::Window *pParent) override
Definition: grafctrl.cxx:408
virtual void StateChangedAtToolBoxControl(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override
Definition: grafctrl.cxx:387
sal_Int16 nId
SfxItemState
static SfxItemSet & rSet
#define SVX_DLLPUBLIC
Definition: svxdllapi.h:28