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 | |
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
FormatBackground::FormatBackground | ( | ) |
FormatBackground::~FormatBackground | ( | ) |
FormatBackground::FormatBackground | ( | const FormatBackground & | background | ) |
Member Function Documentation
FormatBackground & FormatBackground::operator= | ( | const FormatBackground & | background | ) |
FormatBackground & FormatBackground::assign | ( | const FormatBackground & | background | ) |
bool FormatBackground::isNull | ( | ) | const |
unsigned FormatBackground::pattern | ( | ) | const |
void FormatBackground::setPattern | ( | unsigned | pattern | ) |
Color FormatBackground::backgroundColor | ( | ) | const |
Returns the background color of the background area.
- See also:
- setBackgroundColor
Definition at line 427 of file format.cpp.
void FormatBackground::setBackgroundColor | ( | const Color & | color | ) |
Color FormatBackground::foregroundColor | ( | ) | const |
Returns the foreground color of the background area.
- See also:
- setForegroundColor
Definition at line 438 of file format.cpp.
void FormatBackground::setForegroundColor | ( | const Color & | color | ) |
bool FormatBackground::operator== | ( | const FormatBackground & | f | ) | const |
Returns true if this background is equal to f; otherwise returns false.
Definition at line 449 of file format.cpp.
bool FormatBackground::operator!= | ( | const FormatBackground & | f | ) | const |
Returns true if this background is not equal to f; otherwise returns false.
Definition at line 457 of file format.cpp.
The documentation for this class was generated from the following files: