The QWSDecoration class allows the appearance of the Qt/Embedded Window Manager to be customized. More...
#include <qwsmanager_qws.h>
Inherited by QWSDefaultDecoration.
Qt/Embedded provides window management to top level windows. The appearance of the borders and buttons (the decoration) around the managed windows can be customized by creating your own class derived from QWSDecoration and overriding a few methods.
This class is non-portable. It is available only in Qt/Embedded.
See also QApplication::qwsSetDecoration().
None
- used internally.
All
- the entire region used by the window decoration.
Title
- Displays the window title and allows the window to be
moved by dragging.
Top
- allows the top of the window to be resized.
Bottom
- allows the bottom of the window to be resized.
Left
- allows the left edge of the window to be resized.
Right
- allows the right edge of the window to be resized.
TopLeft
- allows the top-left of the window to be resized.
TopRight
- allows the top-right of the window to be resized.
BottomLeft
- allows the bottom-left of the window to be resized.
BottomRight
- allows the bottom-right of the window to be resized.
Close
- clicking in this region closes the window.
Minimize
- clicking in this region minimizes the window.
Maximize
- clicking in this region maximizes the window.
Normalize
- returns a maximized window to previous size.
Menu
- clicking in this region opens the window operations menu.
Constructs a decorator.
[virtual]
Destructs a decorator.
[virtual]
Called when the user clicks in the Close
region.
widget is the QWidget to be closed.
The default behaviour is to close the widget.
[virtual]
Called when the user clicks in the Maximize
region.
widget is the QWidget to be maximized.
The default behaviour is to resize the widget to be full-screen. This method can be overridden to, e.g. avoid launch panels.
[virtual]
Called to create a QPopupMenu containing the valid menu operations.
The default implementation adds all possible window operations.
[virtual]
Called when the user clicks in the Minimize
region.
widget is the QWidget to be minimized.
The default behaviour is to ignore this action.
[virtual]
Override to paint the border and title decoration around widget using painter.
Override to paint a button type using painter.
widget is the widget whose button is to be drawn. state is the state of the button. It can be a combination of the following ORed together:
QWSButton::MouseOver
QWSButton::Clicked
QWSButton::On
Returns the requested region type which will contain widget with geometry rect.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|