Wt  3.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions
Wt::WShadow Class Reference

A value class that defines a shadow style. More...

#include <Wt/WShadow>

List of all members.

Public Member Functions

 WShadow ()
 Default constructor.
 WShadow (double dx, double dy, const WColor &color, double blur)
 Constructs a shadow with given offset and color.
bool operator== (const WShadow &other) const
 Comparison operator.
bool operator!= (const WShadow &other) const
 Comparison operator.
bool none () const
 Returns whether the shadow effect is nihil.
void setOffsets (double dx, double dy)
 Sets the shadow offset.
double offsetX () const
 Returns the shadow X offset.
double offsetY () const
 Returns the shadow Y offset.
void setColor (const WColor &color)
 Changes the shadow color.
const WColorcolor () const
 Returns the shadow color.
void setBlur (double blur)
 Sets the blur.
double blur () const
 Returns the blur.

Detailed Description

A value class that defines a shadow style.

See also:
WPainter::setShadow()

Constructor & Destructor Documentation

Wt::WShadow::WShadow ( )

Default constructor.

Constructs a disabled shadow effect (offsetX = offsetY = blur = 0)


Member Function Documentation

double Wt::WShadow::blur ( ) const

Returns the blur.

See also:
setBlur()
const WColor& Wt::WShadow::color ( ) const

Returns the shadow color.

See also:
setColor()
double Wt::WShadow::offsetX ( ) const

Returns the shadow X offset.

See also:
setOffsets()
double Wt::WShadow::offsetY ( ) const

Returns the shadow Y offset.

See also:
setOffsets()
bool Wt::WShadow::operator!= ( const WShadow other) const

Comparison operator.

Returns true if the shadows are different.

bool Wt::WShadow::operator== ( const WShadow other) const

Comparison operator.

Returns true if the shadows are exactly the same.

void Wt::WShadow::setBlur ( double  blur)

Sets the blur.

See also:
blur()
void Wt::WShadow::setColor ( const WColor color)

Changes the shadow color.

See also:
color()

Generated on Wed Jun 13 2012 for the C++ Web Toolkit (Wt) by doxygen 1.8.1