LibreOffice Module vcl (master) 1
bubblewindow.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#pragma once
21
23#include <vcl/image.hxx>
24#include <vcl/menu.hxx>
25
26class BubbleWindow final : public FloatingWindow
27{
32 OUString maBubbleTitle;
33 OUString maBubbleText;
39
40private:
41 void RecalcTextRects();
42
43public:
44 BubbleWindow( vcl::Window* pParent, OUString aTitle,
45 OUString aText, Image aImage );
46
47 virtual void MouseButtonDown( const MouseEvent& rMEvt ) override;
48 virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) override;
49 void Resize() override;
50 void Show( bool bVisible = true );
51 void SetTipPosPixel( const Point& rTipPos ) { maTipPos = rTipPos; }
52 void SetTitleAndText( const OUString& rTitle, const OUString& rText,
53 const Image& rImage );
54};
55
56/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual void Paint(vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override
void Show(bool bVisible=true)
vcl::Region maBounds
OUString maBubbleTitle
BubbleWindow(vcl::Window *pParent, OUString aTitle, OUString aText, Image aImage)
void SetTipPosPixel(const Point &rTipPos)
tools::Long mnTipOffset
void RecalcTextRects()
tools::Rectangle maTextRect
tools::Polygon maTriPoly
void Resize() override
void SetTitleAndText(const OUString &rTitle, const OUString &rText, const Image &rImage)
tools::Rectangle maTitleRect
virtual void MouseButtonDown(const MouseEvent &rMEvt) override
OUString maBubbleText
tools::Polygon maRectPoly
Image maBubbleImage
Definition: image.hxx:40
Some things multiple-inherit from VclAbstractDialog and OutputDevice, so we need to use virtual inher...
Definition: outdev.hxx:170
long Long