libqutim
0.3.3.0
qtwin.h
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** qutIM - instant messenger
4
**
5
** Copyright © 2011 Nokia Corporation
6
**
7
*****************************************************************************
8
**
9
** $QUTIM_BEGIN_LICENSE$
10
** This program is free software: you can redistribute it and/or modify
11
** it under the terms of the GNU General Public License as published by
12
** the Free Software Foundation, either version 3 of the License, or
13
** (at your option) any later version.
14
**
15
** This program is distributed in the hope that it will be useful,
16
** but WITHOUT ANY WARRANTY; without even the implied warranty of
17
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
** See the GNU General Public License for more details.
19
**
20
** You should have received a copy of the GNU General Public License
21
** along with this program. If not, see http://www.gnu.org/licenses/.
22
** $QUTIM_END_LICENSE$
23
**
24
****************************************************************************/
25
26
#ifndef QUTIMWIN_H
27
#define QUTIMWIN_H
28
#include "
libqutim_global.h
"
29
30
class
QColor;
31
namespace
qutim_sdk_0_3
32
{
38
namespace
QtWin {
44
LIBQUTIM_EXPORT
bool
enableBlurBehindWindow
(QWidget *widget,
bool
enable =
true
);
57
LIBQUTIM_EXPORT
bool
extendFrameIntoClientArea
(QWidget *widget,
58
int
left = -1,
int
top = -1,
59
int
right = -1,
int
bottom = -1);
72
LIBQUTIM_EXPORT
bool
isCompositionEnabled
();
78
LIBQUTIM_EXPORT
QColor
colorizationColor
();
79
}
80
81
}
82
83
#endif // QUTIMWIN_H
84
qutim_sdk_0_3::QtWin::colorizationColor
Q_DECL_IMPORT QColor colorizationColor()
Returns the current colorizationColor for the window.
LIBQUTIM_EXPORT
#define LIBQUTIM_EXPORT
Definition:
libqutim_global.h:45
qutim_sdk_0_3::QtWin::extendFrameIntoClientArea
Q_DECL_IMPORT bool extendFrameIntoClientArea(QWidget *widget, int left=-1, int top=-1, int right=-1, int bottom=-1)
ExtendFrameIntoClientArea.
qutim_sdk_0_3
Definition:
abstractsearchrequest.h:33
libqutim_global.h
qutim_sdk_0_3::QtWin::enableBlurBehindWindow
Q_DECL_IMPORT bool enableBlurBehindWindow(QWidget *widget, bool enable=true)
Enables Blur behind on a Widget.
qutim_sdk_0_3::QtWin::isCompositionEnabled
Q_DECL_IMPORT bool isCompositionEnabled()
Chekcs and returns true if Windows DWM composition is currently enabled on the system.
Generated by Doxygen