LibreOffice Module toolkit (master) 1
vclxtopwindow.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_TOOLKIT_AWT_VCLXTOPWINDOW_HXX
21#define INCLUDED_TOOLKIT_AWT_VCLXTOPWINDOW_HXX
22
23#include <com/sun/star/awt/XSystemDependentWindowPeer.hpp>
24#include <com/sun/star/awt/XTopWindow2.hpp>
25
27
28#include <awt/vclxcontainer.hxx>
29
30namespace com::sun::star::awt { class XMenuBar; }
31
32
33class VCLXTopWindow: public cppu::ImplInheritanceHelper<
34 VCLXContainer, css::awt::XTopWindow2, css::awt::XSystemDependentWindowPeer >
35{
36public:
38 virtual ~VCLXTopWindow() override;
39
40 // css::awt::XSystemDependentWindowPeer
41 css::uno::Any SAL_CALL getWindowHandle( const css::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) override;
42
43 // css::awt::XTopWindow
44 void SAL_CALL addTopWindowListener( const css::uno::Reference< css::awt::XTopWindowListener >& rxListener ) override;
45 void SAL_CALL removeTopWindowListener( const css::uno::Reference< css::awt::XTopWindowListener >& rxListener ) override;
46 void SAL_CALL toFront() override;
47 void SAL_CALL toBack() override;
48 void SAL_CALL setMenuBar( const css::uno::Reference< css::awt::XMenuBar >& xMenu ) override;
49
50 // XTopWindow2
51 virtual sal_Bool SAL_CALL getIsMaximized() override;
52 virtual void SAL_CALL setIsMaximized( sal_Bool _ismaximized ) override;
53 virtual sal_Bool SAL_CALL getIsMinimized() override;
54 virtual void SAL_CALL setIsMinimized( sal_Bool _isminimized ) override;
55 virtual ::sal_Int32 SAL_CALL getDisplay() override;
56 virtual void SAL_CALL setDisplay( ::sal_Int32 _display ) override;
57
58 static void ImplGetPropertyIds( std::vector< sal_uInt16 > &aIds );
59 virtual void GetPropertyIds( std::vector< sal_uInt16 > &aIds ) override { return ImplGetPropertyIds( aIds ); }
60};
61
62
63#endif // INCLUDED_TOOLKIT_AWT_VCLXTOPWINDOW_HXX
64
65/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual void SAL_CALL setDisplay(::sal_Int32 _display) override
virtual void SAL_CALL setIsMaximized(sal_Bool _ismaximized) override
virtual void GetPropertyIds(std::vector< sal_uInt16 > &aIds) override
virtual ::sal_Int32 SAL_CALL getDisplay() override
static void ImplGetPropertyIds(std::vector< sal_uInt16 > &aIds)
virtual ~VCLXTopWindow() override
virtual sal_Bool SAL_CALL getIsMinimized() override
void SAL_CALL toFront() override
void SAL_CALL setMenuBar(const css::uno::Reference< css::awt::XMenuBar > &xMenu) override
void SAL_CALL removeTopWindowListener(const css::uno::Reference< css::awt::XTopWindowListener > &rxListener) override
css::uno::Any SAL_CALL getWindowHandle(const css::uno::Sequence< sal_Int8 > &ProcessId, sal_Int16 SystemType) override
virtual void SAL_CALL setIsMinimized(sal_Bool _isminimized) override
void SAL_CALL toBack() override
void SAL_CALL addTopWindowListener(const css::uno::Reference< css::awt::XTopWindowListener > &rxListener) override
virtual sal_Bool SAL_CALL getIsMaximized() override
unsigned char sal_Bool