filters
Swinder::FormatBackground Class Reference
#include <format.h>
Detailed Description
Defines background information for cell.
Definition at line 401 of file kspread/excel/sidewinder/format.h.
Public Types | |
| SolidPattern | |
| Dense1Pattern | |
| Dense2Pattern | |
| Dense3Pattern | |
| Dense4Pattern | |
| Dense5Pattern | |
| Dense6Pattern | |
| Dense7Pattern | |
| HorPattern | |
| VerPattern | |
| CrossPattern | |
| BDiagPattern | |
| FDiagPattern | |
| DiagCrossPattern | |
| EmptyPattern | |
| enum | { SolidPattern, Dense1Pattern, Dense2Pattern, Dense3Pattern, Dense4Pattern, Dense5Pattern, Dense6Pattern, Dense7Pattern, HorPattern, VerPattern, CrossPattern, BDiagPattern, FDiagPattern, DiagCrossPattern, EmptyPattern } |
Public Member Functions | |
| FormatBackground () | |
| ~FormatBackground () | |
| FormatBackground (const FormatBackground &) | |
| FormatBackground & | operator= (const FormatBackground &) |
| FormatBackground & | assign (const FormatBackground &) |
| bool | isNull () const |
| unsigned | pattern () const |
| void | setPattern (unsigned) |
| Color | backgroundColor () const |
| void | setBackgroundColor (const Color &) |
| Color | foregroundColor () const |
| void | setForegroundColor (const Color &) |
| bool | operator== (const FormatBackground &f) const |
| bool | operator!= (const FormatBackground &f) const |
Constructor & Destructor Documentation
| Swinder::FormatBackground::FormatBackground | ( | ) |
Creates a default background information.
| Swinder::FormatBackground::~FormatBackground | ( | ) |
Destroys the background information.
| Swinder::FormatBackground::FormatBackground | ( | const FormatBackground & | ) |
Creates a copy of background information.
Member Function Documentation
| FormatBackground& Swinder::FormatBackground::assign | ( | const FormatBackground & | ) |
Assigns from another background information.
| Color Swinder::FormatBackground::backgroundColor | ( | ) | const |
| Color Swinder::FormatBackground::foregroundColor | ( | ) | const |
| bool Swinder::FormatBackground::isNull | ( | ) | const |
Returns true if it is a default background information.
| bool Swinder::FormatBackground::operator!= | ( | const FormatBackground & | f | ) | const |
Returns true if this background is not equal to f; otherwise returns false.
| FormatBackground& Swinder::FormatBackground::operator= | ( | const FormatBackground & | ) |
Assigns from another background information.
| bool Swinder::FormatBackground::operator== | ( | const FormatBackground & | f | ) | const |
Returns true if this background is equal to f; otherwise returns false.
| unsigned Swinder::FormatBackground::pattern | ( | ) | const |
| void Swinder::FormatBackground::setBackgroundColor | ( | const Color & | ) |
| void Swinder::FormatBackground::setForegroundColor | ( | const Color & | ) |
| void Swinder::FormatBackground::setPattern | ( | unsigned | ) |
The documentation for this class was generated from the following file:

