LibreOffice Module sfx2 (master)
1
sfx2
inc
sidebar
DeckDescriptor.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
#include <
sfx2/sidebar/Deck.hxx
>
24
25
namespace
sfx2::sidebar
26
{
27
class
DeckDescriptor
28
{
29
public
:
30
OUString
msTitle
;
31
OUString
msId
;
32
OUString
msIconURL
;
33
OUString
msHighContrastIconURL
;
34
OUString
msTitleBarIconURL
;
35
OUString
msHighContrastTitleBarIconURL
;
36
OUString
msHelpText
;
37
ContextList
maContextList
;
38
bool
mbIsEnabled
;
39
sal_Int32
mnOrderIndex
;
40
bool
mbExperimental
;
41
42
OUString
msNodeName
;
// some impress deck nodes names are different from their Id
43
44
VclPtr<Deck>
mpDeck
;
45
46
DeckDescriptor
();
47
DeckDescriptor
(
const
DeckDescriptor
& rOther);
48
~DeckDescriptor
();
49
};
50
51
}
// end of namespace sfx2::sidebar
52
53
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ContextList.hxx
Deck.hxx
VclPtr
sfx2::sidebar::ContextList
Per context data for deck and panel descriptors.
Definition:
ContextList.hxx:31
sfx2::sidebar::DeckDescriptor
Definition:
DeckDescriptor.hxx:28
sfx2::sidebar::DeckDescriptor::msTitle
OUString msTitle
Definition:
DeckDescriptor.hxx:30
sfx2::sidebar::DeckDescriptor::msHighContrastIconURL
OUString msHighContrastIconURL
Definition:
DeckDescriptor.hxx:33
sfx2::sidebar::DeckDescriptor::msHighContrastTitleBarIconURL
OUString msHighContrastTitleBarIconURL
Definition:
DeckDescriptor.hxx:35
sfx2::sidebar::DeckDescriptor::DeckDescriptor
DeckDescriptor()
Definition:
DeckDescriptor.cxx:24
sfx2::sidebar::DeckDescriptor::mnOrderIndex
sal_Int32 mnOrderIndex
Definition:
DeckDescriptor.hxx:39
sfx2::sidebar::DeckDescriptor::mbIsEnabled
bool mbIsEnabled
Definition:
DeckDescriptor.hxx:38
sfx2::sidebar::DeckDescriptor::msTitleBarIconURL
OUString msTitleBarIconURL
Definition:
DeckDescriptor.hxx:34
sfx2::sidebar::DeckDescriptor::mpDeck
VclPtr< Deck > mpDeck
Definition:
DeckDescriptor.hxx:44
sfx2::sidebar::DeckDescriptor::mbExperimental
bool mbExperimental
Definition:
DeckDescriptor.hxx:40
sfx2::sidebar::DeckDescriptor::msNodeName
OUString msNodeName
Definition:
DeckDescriptor.hxx:42
sfx2::sidebar::DeckDescriptor::msId
OUString msId
Definition:
DeckDescriptor.hxx:31
sfx2::sidebar::DeckDescriptor::~DeckDescriptor
~DeckDescriptor()
Definition:
DeckDescriptor.cxx:47
sfx2::sidebar::DeckDescriptor::msIconURL
OUString msIconURL
Definition:
DeckDescriptor.hxx:32
sfx2::sidebar::DeckDescriptor::msHelpText
OUString msHelpText
Definition:
DeckDescriptor.hxx:36
sfx2::sidebar::DeckDescriptor::maContextList
ContextList maContextList
Definition:
DeckDescriptor.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