kwin Library API Documentation

Web::WebClient Class Reference

Inheritance diagram for Web::WebClient:

Inheritance graph
[legend]
Collaboration diagram for Web::WebClient:

Collaboration graph
[legend]
List of all members.

Signals

void oadChange (bool)
void maxChange (bool)

Public Member Functions

 WebClient (KDecorationBridge *bridge, KDecorationFactory *factory)
 ~WebClient ()
virtual void init ()
virtual void resize (const QSize &)
virtual bool eventFilter (QObject *o, QEvent *e)

Protected Slots

void slotMaximize (int button)

Protected Member Functions

virtual void reset (unsigned long changed)
virtual void resizeEvent (QResizeEvent *)
virtual void paintEvent (QPaintEvent *)
virtual void showEvent (QShowEvent *)
virtual void mouseDoubleClickEvent (QMouseEvent *)
virtual void windowWrapperShowEvent (QShowEvent *)
virtual void captionChange ()
virtual void desktopChange ()
virtual void maximizeChange ()
virtual void shadeChange ()
virtual void activeChange ()
virtual void iconChange ()
virtual void doShape ()
virtual Position mousePosition (const QPoint &) const
virtual void borders (int &, int &, int &, int &) const
virtual QSize minimumSize () const

Detailed Description

Definition at line 39 of file Web.h.


Member Function Documentation

void Web::WebClient::init  )  [virtual]
 

This function is called immediately after the decoration object is created.

Due to some technical reasons, initialization should be done here instead of in the constructor.

Implements KDecoration.

Definition at line 61 of file Web.cpp.

References KDecorationDefines::BorderHuge, KDecorationDefines::BorderLarge, KDecorationDefines::BorderNormal, KDecorationDefines::BorderOversized, KDecorationDefines::BorderVeryHuge, KDecorationDefines::BorderVeryLarge, KDecoration::createMainWidget(), KDecoration::factory(), KDecoration::isActive(), KDecoration::options(), KDecorationOptions::preferredBorderSize(), and KDecoration::widget().

void Web::WebClient::resize const QSize &   )  [virtual]
 

This method is called by kwin when the style should resize the decoration window.

The usual implementation is to resize the main widget of the decoration to the given size.

Parameters:
s Specifies the new size of the decoration window.

Implements KDecoration.

Definition at line 534 of file Web.cpp.

References KDecoration::widget().

void Web::WebClient::reset unsigned long  changed  )  [protected, virtual]
 

This function is called to reset the decoration on settings changes.

It is usually invoked by calling KDecorationFactory::resetDecorations().

Parameters:
changed Specifies which settings were changed, given by the SettingXXX masks

Reimplemented from KDecoration.

Definition at line 101 of file Web.cpp.

References KDecoration::isActive(), KDecoration::options(), KDecorationDefines::SettingColors, KDecorationDefines::SettingFont, and KDecoration::widget().

void Web::WebClient::captionChange  )  [protected, virtual]
 

This function is called whenever the caption changes.

Use caption() to get it.

Implements KDecoration.

Definition at line 140 of file Web.cpp.

References KDecoration::widget().

void Web::WebClient::desktopChange  )  [protected, virtual]
 

This function is called whenever the desktop for the window changes.

Use desktop() or isOnAllDesktops() to find out the current desktop on which the window is.

Implements KDecoration.

Definition at line 280 of file Web.cpp.

References KDecoration::isOnAllDesktops().

void Web::WebClient::maximizeChange  )  [protected, virtual]
 

This function is called whenever the maximalization state of the window changes.

Use maximizeMode() to get the current state.

Implements KDecoration.

Definition at line 286 of file Web.cpp.

References KDecorationDefines::MaximizeFull, and KDecoration::maximizeMode().

virtual void Web::WebClient::shadeChange  )  [inline, protected, virtual]
 

This function is called whenever the window is shaded or unshaded.

Use isShade() to get the current state.

Implements KDecoration.

Definition at line 64 of file Web.h.

void Web::WebClient::activeChange  )  [protected, virtual]
 

This function is called whenever the window either becomes or stops being active.

Use isActive() to find out the current state.

Implements KDecoration.

Definition at line 292 of file Web.cpp.

References KDecoration::widget().

void Web::WebClient::iconChange  )  [protected, virtual]
 

This function is called whenever the window icon changes.

Use icon() to get it.

Implements KDecoration.

Definition at line 145 of file Web.cpp.

WebClient::Position Web::WebClient::mousePosition const QPoint &   )  const [protected, virtual]
 

This function should return mouse cursor position in the decoration.

Positions at the edge will result in window resizing with mouse button pressed, center position will result in moving.

Implements KDecoration.

Definition at line 298 of file Web.cpp.

References KDecoration::geometry(), KDecoration::height(), KDecoration::mousePosition(), and KDecoration::width().

void Web::WebClient::borders int &  ,
int &  ,
int &  ,
int & 
const [protected, virtual]
 

This function should return the distance from each window side to the inner window.

The sizes may depend on the state of the decorated window, such as whether it's shaded. Decorations often turn off their bottom border when the window is shaded, and turn off their left/right/bottom borders when the window is maximized and moving and resizing of maximized windows is disabled. This function mustn't do any repaints or resizes. Also, if the sizes returned by this function don't match the real values, this may result in drawing errors or other problems.

See also:
KDecorationOptions::moveResizeMaximizedWindows()

Implements KDecoration.

Definition at line 526 of file Web.cpp.

QSize Web::WebClient::minimumSize  )  const [protected, virtual]
 

This function should return the minimum required size for the decoration.

Note that the returned size shouldn't be too large, because it will be used to keep the decorated window at least as large.

Implements KDecoration.

Definition at line 539 of file Web.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kwin Library Version 3.4.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Jun 14 01:54:39 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003