LibreOffice Module sfx2 (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
w
x
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
v
w
x
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
i
j
l
n
p
r
s
t
u
w
x
y
Related Functions
b
c
d
f
h
l
m
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
_
a
b
c
d
f
g
h
i
k
m
n
p
r
s
t
u
w
x
z
Typedefs
a
c
f
g
p
s
t
v
Enumerations
d
f
h
i
l
r
s
t
Enumerator
Macros
a
c
d
e
f
i
l
m
n
o
p
r
s
t
v
w
x
y
z
sfx2
inc
sidebar
PanelDescriptor.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 <
sidebar/ContextList.hxx
>
22
23
namespace
sfx2::sidebar
{
24
25
class
PanelDescriptor
26
{
27
public
:
28
OUString
msTitle
;
29
bool
mbIsTitleBarOptional
;
30
OUString
msId
;
31
OUString
msDeckId
;
32
OUString
msTitleBarIconURL
;
33
OUString
msHighContrastTitleBarIconURL
;
34
ContextList
maContextList
;
35
OUString
msImplementationURL
;
36
sal_Int32
mnOrderIndex
;
37
bool
mbShowForReadOnlyDocuments
;
38
bool
mbWantsCanvas
;
39
bool
mbWantsAWT
;
40
bool
mbExperimental
;
41
42
OUString
msNodeName
;
// some impress panel nodes names are different from their Id
43
44
PanelDescriptor
();
45
PanelDescriptor
(
const
PanelDescriptor
& rPanelDescriptor);
46
~PanelDescriptor
();
47
};
48
49
}
// end of namespace sfx2::sidebar
50
51
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ContextList.hxx
sfx2::sidebar::ContextList
Per context data for deck and panel descriptors.
Definition:
ContextList.hxx:31
sfx2::sidebar::PanelDescriptor
Definition:
PanelDescriptor.hxx:26
sfx2::sidebar::PanelDescriptor::msTitle
OUString msTitle
Definition:
PanelDescriptor.hxx:28
sfx2::sidebar::PanelDescriptor::msTitleBarIconURL
OUString msTitleBarIconURL
Definition:
PanelDescriptor.hxx:32
sfx2::sidebar::PanelDescriptor::msId
OUString msId
Definition:
PanelDescriptor.hxx:30
sfx2::sidebar::PanelDescriptor::mbExperimental
bool mbExperimental
Definition:
PanelDescriptor.hxx:40
sfx2::sidebar::PanelDescriptor::PanelDescriptor
PanelDescriptor()
Definition:
PanelDescriptor.cxx:24
sfx2::sidebar::PanelDescriptor::msImplementationURL
OUString msImplementationURL
Definition:
PanelDescriptor.hxx:35
sfx2::sidebar::PanelDescriptor::maContextList
ContextList maContextList
Definition:
PanelDescriptor.hxx:34
sfx2::sidebar::PanelDescriptor::mbIsTitleBarOptional
bool mbIsTitleBarOptional
Definition:
PanelDescriptor.hxx:29
sfx2::sidebar::PanelDescriptor::msDeckId
OUString msDeckId
Definition:
PanelDescriptor.hxx:31
sfx2::sidebar::PanelDescriptor::mbWantsCanvas
bool mbWantsCanvas
Definition:
PanelDescriptor.hxx:38
sfx2::sidebar::PanelDescriptor::~PanelDescriptor
~PanelDescriptor()
Definition:
PanelDescriptor.cxx:51
sfx2::sidebar::PanelDescriptor::msHighContrastTitleBarIconURL
OUString msHighContrastTitleBarIconURL
Definition:
PanelDescriptor.hxx:33
sfx2::sidebar::PanelDescriptor::mnOrderIndex
sal_Int32 mnOrderIndex
Definition:
PanelDescriptor.hxx:36
sfx2::sidebar::PanelDescriptor::msNodeName
OUString msNodeName
Definition:
PanelDescriptor.hxx:42
sfx2::sidebar::PanelDescriptor::mbWantsAWT
bool mbWantsAWT
Definition:
PanelDescriptor.hxx:39
sfx2::sidebar::PanelDescriptor::mbShowForReadOnlyDocuments
bool mbShowForReadOnlyDocuments
Definition:
PanelDescriptor.hxx:37
sfx2::sidebar
Definition:
appdata.hxx:56
Generated on Sun Jul 30 2023 04:33:36 for LibreOffice Module sfx2 (master) by
1.9.3