#include <Txq2dOutlined.h>
Inheritance diagram for Txq2dOutlined::

Public Methods | |
| Txq2dOutlined () | |
| The constructor. More... | |
| virtual | ~Txq2dOutlined () |
| The destructor. More... | |
| QColor | getFillColor () |
| Get the fill color. More... | |
| void | setFillColor (QColor c) |
| Set the fill color. More... | |
| QColor | getOutlineColor () |
| Get the outline color. More... | |
| void | setOutlineColor (QColor c) |
| Set the outline color. More... | |
| int | getWeight () |
| Get the weight of the outline in number of pixels. More... | |
| void | setWeight (int w) |
| Set the weight of the outline in number of pixels. More... | |
| bool | isFilled () |
| Returns the bool state of whether this object is filled or not. More... | |
| void | setFilled (bool b) |
| Set the bool state of whether this object is filled or not. More... | |
| bool | isOutlined () |
| Returns the bool state of whether this object is outlined or not. More... | |
| void | setOutlined (bool b) |
| Set the bool state of whether this object is outlined or not. More... | |
| void | setForeground (QColor c) |
| A wrapper for the base method. More... | |
| void | setColor (QColor c) |
| Set the foreground color which includes the outlining and filling colors. More... | |
| void | setPrintColor (QColor c) |
| Set the foreground color which includes the outlining and filling colors for printing. More... | |
| void | setPrint (bool pr) |
| Set the flag to print. More... | |
Private Attributes | |
| QColor | fillColor |
| The fill color. More... | |
| QColor | saveFillColor |
| The saved fill color. More... | |
| QColor | outlineColor |
| the outline color. More... | |
| QColor | saveOutlineColor |
| the saved outline color. More... | |
| int | weight |
| the weight. More... | |
| bool | filled |
| the filled flag. More... | |
| bool | outlined |
| the outlined flag. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 33 of file Txq2dOutlined.h.
|
|
The constructor.
|
|
|
The destructor.
|
|
|
Get the fill color. If it is not set then it returns the background color of the TxqDrawable.
|
|
|
Get the outline color.
|
|
|
Get the weight of the outline in number of pixels.
|
|
|
Returns the bool state of whether this object is filled or not.
|
|
|
Returns the bool state of whether this object is outlined or not.
|
|
|
Set the foreground color which includes the outlining and filling colors.
Reimplemented from TxqDrawable. |
|
|
Set the fill color.
|
|
|
Set the bool state of whether this object is filled or not.
|
|
|
A wrapper for the base method. sets the foreground color which includes the outlining and filling colors.
|
|
|
Set the outline color.
|
|
|
Set the bool state of whether this object is outlined or not.
|
|
|
Set the flag to print.
Reimplemented from TxqDrawable. |
|
|
Set the foreground color which includes the outlining and filling colors for printing.
Reimplemented from TxqDrawable. |
|
|
Set the weight of the outline in number of pixels.
|
|
|
The fill color.
Definition at line 150 of file Txq2dOutlined.h. |
|
|
the filled flag.
Definition at line 174 of file Txq2dOutlined.h. |
|
|
the outline color.
Definition at line 160 of file Txq2dOutlined.h. |
|
|
the outlined flag.
Definition at line 179 of file Txq2dOutlined.h. |
|
|
The saved fill color.
Definition at line 155 of file Txq2dOutlined.h. |
|
|
the saved outline color.
Definition at line 164 of file Txq2dOutlined.h. |
|
|
the weight.
Definition at line 169 of file Txq2dOutlined.h. |
Copyright Tech-X Corporation, all rights reserved.