From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qwsdecoration.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/html/qwsdecoration.html') diff --git a/doc/html/qwsdecoration.html b/doc/html/qwsdecoration.html index d610ff285..793528952 100644 --- a/doc/html/qwsdecoration.html +++ b/doc/html/qwsdecoration.html @@ -60,7 +60,7 @@ appearance of the borders and buttons (the decoration) around the managed windows can be customized by creating your own class derived from TQWSDecoration and overriding a few methods.

This class is non-portable. It is available only in TQt/Embedded. -

See also TQApplication::qwsSetDecoration() and TQt/Embedded. +

See also TQApplication::qwsSetDecoration() and TQt/Embedded.


Member Type Documentation

TQWSDecoration::Region

@@ -97,13 +97,13 @@ moved by dragging.

Destroys a decorator. -

void TQWSDecoration::close ( TQWidget * widget ) [virtual] +

void TQWSDecoration::close ( TQWidget * widget ) [virtual]

Called when the user clicks in the Close region.

widget is the widget to be closed.

The default behaviour is to close the widget. -

void TQWSDecoration::maximize ( TQWidget * widget ) [virtual] +

void TQWSDecoration::maximize ( TQWidget * widget ) [virtual]

Called when the user clicks in the Maximize region.

widget is the widget to be maximized. @@ -111,24 +111,24 @@ Called when the user clicks in the Maximize region. This method can be overridden e.g. to allow room for launch panels. -

TQPopupMenu * TQWSDecoration::menu ( const TQWidget *, const TQPoint & ) [virtual] +

TQPopupMenu * TQWSDecoration::menu ( const TQWidget *, const TQPoint & ) [virtual]

-Called to create a TQPopupMenu containing the valid menu operations. +Called to create a TQPopupMenu containing the valid menu operations.

The default implementation adds all possible window operations. -

void TQWSDecoration::minimize ( TQWidget * widget ) [virtual] +

void TQWSDecoration::minimize ( TQWidget * widget ) [virtual]

Called when the user clicks in the Minimize region.

widget is the widget to be minimized.

The default behaviour is to ignore this action. -

void TQWSDecoration::paint ( TQPainter * painter, const TQWidget * widget ) [pure virtual] +

void TQWSDecoration::paint ( TQPainter * painter, const TQWidget * widget ) [pure virtual]

Override to paint the border and title decoration around widget using painter. -

void TQWSDecoration::paintButton ( TQPainter * painter, const TQWidget * widget, Region type, int state ) [pure virtual] +

void TQWSDecoration::paintButton ( TQPainter * painter, const TQWidget * widget, Region type, int state ) [pure virtual]

Override to paint a button of type type using painter. @@ -141,7 +141,7 @@ following OR-ed together:

  • TQWSButton::On -

    TQRegion TQWSDecoration::region ( const TQWidget * widget, const TQRect & rect, Region type = All ) [pure virtual] +

    TQRegion TQWSDecoration::region ( const TQWidget * widget, const TQRect & rect, Region type = All ) [pure virtual]

    Returns the requested region type which will contain widget -- cgit v1.2.1