|
CFx SDK Documentation 2026 SP0
|
#include <FxUIBrush.h>
Public Member Functions | |
| CFxUIBrush () | |
| CFxUIBrush (const CFxUIColor &color, FxUIBrushStyle style=SolidPattern) | |
| CFxUIBrush (const CFxUIBrush &brush) | |
| CFxUIBrush (const FxNativeBrush &brush) | |
| ~CFxUIBrush () | |
| CFxUIBrush & | operator= (const CFxUIBrush &brush) |
| bool | operator== (const CFxUIBrush &brush) const |
| bool | operator!= (const CFxUIBrush &brush) const |
| operator const FxNativeBrush & () const | |
| CFxUIColor | color () const |
| void | setColor (const CFxUIColor &color) |
| FxUIBrushStyle | style () const |
Protected Attributes | |
| CFxUIBrushImpl * | m_pImpl = nullptr |
Definition at line 40 of file FxUIBrush.h.
| CFxUIBrush::CFxUIBrush | ( | ) |
Constructor
| CFxUIBrush::CFxUIBrush | ( | const CFxUIColor & | color, |
| FxUIBrushStyle | style = SolidPattern ) |
Parameterized Constructor
| CFxUIBrush::CFxUIBrush | ( | const CFxUIBrush & | brush | ) |
Copy Constructor
| CFxUIBrush::CFxUIBrush | ( | const FxNativeBrush & | brush | ) |
| CFxUIBrush::~CFxUIBrush | ( | ) |
Destructor
| CFxUIColor CFxUIBrush::color | ( | ) | const |
Returns the brush color.
| CFxUIBrush::operator const FxNativeBrush & | ( | ) | const |
| bool CFxUIBrush::operator!= | ( | const CFxUIBrush & | brush | ) | const |
| CFxUIBrush & CFxUIBrush::operator= | ( | const CFxUIBrush & | brush | ) |
Assignment operator
| bool CFxUIBrush::operator== | ( | const CFxUIBrush & | brush | ) | const |
| void CFxUIBrush::setColor | ( | const CFxUIColor & | color | ) |
Sets the brush color to the given color.
| CFxUIColor |
| FxUIBrushStyle CFxUIBrush::style | ( | ) | const |
Returns the brush style.
|
protected |
Definition at line 87 of file FxUIBrush.h.