#include <cellstyle.h>
|
template<class SUBSTYLE > |
static void | desaxeRules (const Xml_string &prefixPattern, desaxe::Digester &ruleset, Xml_string elemtag) |
|
static void | desaxeRules (const Xml_string &, desaxe::Digester &, const Xml_string=saxxDefaultElem) |
|
static const QString | INHERIT_PARENT = "\n" |
|
static const Xml_string | saxxDefaultElem |
|
bool | m_isDefaultStyle |
|
QString | m_name |
|
const StyleContext * | m_context |
|
int | m_contextversion |
|
QString | m_parent |
|
QString | m_shortcut |
|
The CellStyle class represents a style for a table cell.
Constructs a new cell style with all attributes inherited.
CellStyle::CellStyle |
( |
const CellStyle & |
other | ) |
|
|
inline |
Constructs a new cell style with values and inheritance states of the attributes set to match those of another cell style
- Parameters
-
other | the other cell style. |
QString CellStyle::displayName |
( |
| ) |
const |
|
virtual |
Returns the display name of the cell style.
- Parameters
-
display | display name of the cell style. |
Implements Style.
bool CellStyle::equiv |
( |
const Style & |
other | ) |
const |
|
virtual |
Returns true if all attributes values and inheritance states of this cell style matches those of another cell style.
- Parameters
-
other | the other cell style. |
Implements Style.
void CellStyle::erase |
( |
| ) |
|
|
virtual |
Resets all non-inherited attributes in this style to their default values.
Implements Style.
Collects named resources used by the cell style in lists.
Sets values and inheritance states of attributes to match those of another cell style.
- Parameters
-
other | the other cell style. |
- Returns
- this cell style.
Replaces named resources used by the cell style with names in newNames.
Sets the style context to context and update locally cached property values.
Reimplemented from Style.
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/styles/cellstyle.h
- /Users/ale/src/Scribus/scribus/styles/cellstyle.cpp