kword
KWFrameStyleCollection Class Reference
#include <KWFrameStyle.h>
Detailed Description
Collection of frame styles.
Definition at line 96 of file KWFrameStyle.h.
Public Member Functions | |
| KWFrameStyleCollection () | |
| KWFrameStyle * | findStyle (const QString &name) const |
| KWFrameStyle * | findStyleByDisplayName (const QString &name) const |
| KWFrameStyle * | addStyle (KWFrameStyle *sty) |
| KWFrameStyle * | frameStyleAt (int i) const |
| void | saveOasis (KoGenStyles &mainStyles, KoSavingContext &savingContext) const |
| int | loadOasisStyles (KoOasisContext &context) |
Static Public Member Functions | |
| static QString | defaultStyleName () |
Member Function Documentation
| KWFrameStyle* KWFrameStyleCollection::findStyle | ( | const QString & | name | ) | const [inline] |
Find style based on the untranslated name name.
Overloaded for convenience
Definition at line 107 of file KWFrameStyle.h.
| KWFrameStyle* KWFrameStyleCollection::findStyleByDisplayName | ( | const QString & | name | ) | const [inline] |
Find style based on the display name name.
This is only for the old XML loading. Overloaded for convenience
Definition at line 116 of file KWFrameStyle.h.
| KWFrameStyle* KWFrameStyleCollection::addStyle | ( | KWFrameStyle * | sty | ) | [inline] |
See KoUserStyleCollection::addStyle.
Overloaded for convenience.
Definition at line 124 of file KWFrameStyle.h.
| KWFrameStyle* KWFrameStyleCollection::frameStyleAt | ( | int | i | ) | const [inline] |
The documentation for this class was generated from the following files:

