LibreOffice Module vcl (master)
1
vcl
source
control
ContextVBox.cxx
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
#include <
sal/config.h
>
21
22
#include <
vcl/NotebookbarContextControl.hxx
>
23
#include <
ContextVBox.hxx
>
24
25
ContextVBox::ContextVBox
(
vcl::Window
*pParent )
26
:
VclVBox
( pParent )
27
{
28
}
29
30
ContextVBox::~ContextVBox
()
31
{
32
disposeOnce
();
33
}
34
35
void
ContextVBox::SetContext
(
vcl::EnumContext::Context
eContext )
36
{
37
for
(
int
nChild = 0; nChild <
GetChildCount
(); ++nChild)
38
{
39
if
(
GetChild
( nChild )->
GetType
() ==
WindowType::CONTAINER
)
40
{
41
VclContainer
* pChild =
static_cast<
VclContainer
*
>
(
GetChild
( nChild ) );
42
43
if
( pChild->HasContext( eContext ) || pChild->HasContext(
vcl::EnumContext::Context::Any
) )
44
{
45
Size
aSize( pChild->
GetOptimalSize
() );
46
aSize.
AdjustHeight
(6 );
47
pChild->
Show
();
48
pChild->
SetSizePixel
( aSize );
49
}
50
else
51
{
52
pChild->
Hide
();
53
pChild->
SetSizePixel
(
Size
( 0, 0 ) );
54
}
55
}
56
}
57
Size
aSize(
GetOptimalSize
() );
58
aSize.
AdjustWidth
(6 );
59
SetSizePixel
( aSize );
60
}
61
62
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ContextVBox.hxx
NotebookbarContextControl.hxx
ContextVBox::SetContext
void SetContext(vcl::EnumContext::Context eContext) override
Definition:
ContextVBox.cxx:35
ContextVBox::ContextVBox
ContextVBox(vcl::Window *pParent)
Definition:
ContextVBox.cxx:25
ContextVBox::~ContextVBox
virtual ~ContextVBox() override
Definition:
ContextVBox.cxx:30
Size
Size::AdjustHeight
tools::Long AdjustHeight(tools::Long n)
Size::AdjustWidth
tools::Long AdjustWidth(tools::Long n)
VclContainer
Definition:
layout.hxx:33
VclContainer::GetOptimalSize
virtual Size GetOptimalSize() const override
Definition:
layout.cxx:78
VclContainer::SetSizePixel
virtual void SetSizePixel(const Size &rAllocation) override
Definition:
layout.cxx:197
VclReferenceBase::disposeOnce
void disposeOnce()
Definition:
vclreferencebase.cxx:33
VclVBox
Definition:
layout.hxx:121
vcl::EnumContext::Context
Context
Definition:
EnumContext.hxx:65
vcl::EnumContext::Context::Any
@ Any
vcl::Window
Definition:
window.hxx:443
vcl::Window::GetChildCount
sal_uInt16 GetChildCount() const
Definition:
stacking.cxx:1002
vcl::Window::GetType
WindowType GetType() const
Definition:
window2.cxx:1000
vcl::Window::Show
void Show(bool bVisible=true, ShowFlags nFlags=ShowFlags::NONE)
Definition:
window.cxx:2187
vcl::Window::Hide
void Hide()
Definition:
window.hxx:879
vcl::Window::GetChild
vcl::Window * GetChild(sal_uInt16 nChild) const
Definition:
stacking.cxx:1018
config.h
WindowType::CONTAINER
@ CONTAINER
Generated on Sun Jul 30 2023 04:35:12 for LibreOffice Module vcl (master) by
1.9.3