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
|
Creates a default background information.
|
|
Destroys the background information.
|
|
Creates a copy of background information.
|
Member Function Documentation
|
Assigns from another background information.
|
|
Returns the background color of the background area.
|
|
Returns the foreground color of the background area.
|
|
Returns true if it is a default background information.
|
|
Returns true if this background is not equal to f; otherwise returns false.
|
|
Assigns from another background information.
|
|
Returns true if this background is equal to f; otherwise returns false.
|
|
Returns pattern for this background.
|
|
Set the background color.
|
|
Sets the foreground color.
|
|
Set the pattern for this background.
|
The documentation for this class was generated from the following file: