kspread
KSpread::Conditional Class Reference
#include <kspread_condition.h>
Detailed Description
Structure to indicate the condition we're testing on a cell and the special font and color that will be applied if it's true.
Definition at line 46 of file kspread_condition.h.
Public Types | |
| enum | Type { None, Equal, Superior, Inferior, SuperiorEqual, InferiorEqual, Between, Different, DifferentTo } |
Public Member Functions | |
| Conditional () | |
| ~Conditional () | |
| Conditional (const Conditional &) | |
| Conditional & | operator= (const Conditional &) |
| bool | operator== (const Conditional &other) const |
| bool | operator!= (const Conditional &other) const |
Public Attributes | |
| double | val1 |
| double | val2 |
| QString * | strVal1 |
| QString * | strVal2 |
| QColor * | colorcond |
| QFont * | fontcond |
| QString * | styleName |
| Style * | style |
| Type | cond |
The documentation for this class was generated from the following files:

