kword
KWTableTemplate Class Reference
List of all members.Detailed Description
Definition at line 64 of file KWTableTemplate.h.
Public Member Functions | |
| KWTableTemplate (const QString &name, KWTableStyle *_firstRow=0L, KWTableStyle *_firstCol=0L, KWTableStyle *_lastRow=0L, KWTableStyle *_lastCol=0L, KWTableStyle *_bodyCell=0L, KWTableStyle *_topLeftCorner=0L, KWTableStyle *_topRightCorner=0L, KWTableStyle *_bottomLeftCorner=0L, KWTableStyle *_bottomRightCorner=0L) | |
| KWTableTemplate (const KWTableTemplate &rhs) | |
| KWTableTemplate (QDomElement &parentElem, KWDocument *_doc, int docVersion=2) | |
| ~KWTableTemplate () | |
| void | operator= (const KWTableTemplate &) |
| QString | name () const |
| void | setName (const QString &name) |
| QString | displayName () const |
| KWTableStyle | firstRow () const |
| KWTableStyle * | pFirstRow () const |
| void | setFirstRow (KWTableStyle *_tableStyle) |
| KWTableStyle | lastRow () const |
| KWTableStyle * | pLastRow () const |
| void | setLastRow (KWTableStyle *_tableStyle) |
| KWTableStyle | firstCol () const |
| KWTableStyle * | pFirstCol () const |
| void | setFirstCol (KWTableStyle *_tableStyle) |
| KWTableStyle | lastCol () const |
| KWTableStyle * | pLastCol () const |
| void | setLastCol (KWTableStyle *_tableStyle) |
| KWTableStyle | bodyCell () const |
| KWTableStyle * | pBodyCell () const |
| void | setBodyCell (KWTableStyle *_tableStyle) |
| KWTableStyle | topLeftCorner () const |
| KWTableStyle * | pTopLeftCorner () const |
| void | setTopLeftCorner (KWTableStyle *_tableStyle) |
| KWTableStyle | topRightCorner () const |
| KWTableStyle * | pTopRightCorner () const |
| void | setTopRightCorner (KWTableStyle *_tableStyle) |
| KWTableStyle | bottomRightCorner () const |
| KWTableStyle * | pBottomRightCorner () const |
| void | setBottomRightCorner (KWTableStyle *_tableStyle) |
| KWTableStyle | bottomLeftCorner () const |
| KWTableStyle * | pBottomLeftCorner () const |
| void | setBottomLeftCorner (KWTableStyle *_tableStyle) |
| void | save (QDomElement parentElem, KoTextZoomHandler *zh) |
| void | saveTableTemplate (QDomElement &parentElem) |
Static Public Member Functions | |
| static KWTableTemplate * | loadTemplate (QDomElement &parentElem, KWDocument *_doc, int docVersion=2) |
Member Function Documentation
| QString KWTableTemplate::name | ( | ) | const [inline] |
The internal name (untranslated if a standard style).
Definition at line 81 of file KWTableTemplate.h.
| QString KWTableTemplate::displayName | ( | ) | const |
The documentation for this class was generated from the following files:

