|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Brush Class Reference#include <Pen.h>
Inheritance diagram for acdk::wx::Brush:
List of all members.
Detailed Description
see wxBrush
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.11
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::Brush::Brush |
( |
|
) |
[inline] |
|
acdk::wx::Brush::Brush |
( |
IN(RColour) |
col, |
|
|
int |
style |
|
) |
[inline] |
|
acdk::wx::Brush::Brush |
( |
IN(RBitmap) |
stipple |
) |
[inline] |
|
acdk::wx::Brush::Brush |
( |
IN(RBrush) |
brush |
) |
[inline] |
|
Member Function Documentation
RBrush acdk::wx::Brush::getBlackBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getBlueBrush |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Brush::getColour |
( |
|
) |
const [inline] |
|
RBrush acdk::wx::Brush::getCyanBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getGreenBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getGreyBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getLightGreyBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getMediumGreyBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getNullBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getRedBrush |
( |
|
) |
[inline, static] |
|
RBitmap acdk::wx::Brush::getStipple |
( |
|
) |
const [inline] |
|
int acdk::wx::Brush::getStyle |
( |
|
) |
const [inline] |
|
RBrush acdk::wx::Brush::getTransparentBrush |
( |
|
) |
[inline, static] |
|
RBrush acdk::wx::Brush::getWhiteBrush |
( |
|
) |
[inline, static] |
|
bool acdk::wx::Brush::ok |
( |
|
) |
const [inline] |
|
virtual void acdk::wx::Brush::setColour |
( |
char |
r, |
|
|
char |
g, |
|
|
char |
b |
|
) |
[inline, virtual] |
|
virtual void acdk::wx::Brush::setColour |
( |
IN(RColour) |
col |
) |
[inline, virtual] |
|
virtual void acdk::wx::Brush::setStipple |
( |
IN(RBitmap) |
stipple |
) |
[inline, virtual] |
|
virtual void acdk::wx::Brush::setStyle |
( |
int |
style |
) |
[inline, virtual] |
|
|
|