KateExtendedAttribute Class Reference
An extension of the KTextEditor::Attribute class, with convenience functions for access to extra kate-specific information, and a parent heirachy system for display in the config. More...
#include <kateextendedattribute.h>

Public Types | |
| enum | InternalProperties { AttributeName = AttributeInternalProperty, AttributeDefaultStyleIndex, Spellchecking } |
| typedef KSharedPtr < KateExtendedAttribute > | Ptr |
Public Member Functions | |
| KateExtendedAttribute (const QString &name, int defaultStyleIndex=-1) | |
| int | defaultStyleIndex () const |
| bool | isDefaultStyle () const |
| QString | name () const |
| bool | performSpellchecking () const |
| void | setDefaultStyleIndex (int index) |
| void | setName (const QString &name) |
| void | setPerformSpellchecking (bool spellchecking) |
Static Public Member Functions | |
| static int | indexForStyleName (const QString &name) |
Detailed Description
An extension of the KTextEditor::Attribute class, with convenience functions for access to extra kate-specific information, and a parent heirachy system for display in the config.
Definition at line 35 of file kateextendedattribute.h.
Member Typedef Documentation
Reimplemented from KTextEditor::Attribute.
Definition at line 38 of file kateextendedattribute.h.
Member Enumeration Documentation
Definition at line 42 of file kateextendedattribute.h.
Constructor & Destructor Documentation
| KateExtendedAttribute::KateExtendedAttribute | ( | const QString & | name, |
| int | defaultStyleIndex = -1 |
||
| ) | [explicit] |
Definition at line 27 of file kateextendedattribute.cpp.
Member Function Documentation
| int KateExtendedAttribute::defaultStyleIndex | ( | ) | const |
Definition at line 69 of file kateextendedattribute.cpp.
| int KateExtendedAttribute::indexForStyleName | ( | const QString & | name | ) | [static] |
Definition at line 34 of file kateextendedattribute.cpp.
| bool KateExtendedAttribute::isDefaultStyle | ( | ) | const |
Definition at line 64 of file kateextendedattribute.cpp.
| QString KateExtendedAttribute::name | ( | ) | const |
Definition at line 54 of file kateextendedattribute.cpp.
| bool KateExtendedAttribute::performSpellchecking | ( | ) | const |
Definition at line 79 of file kateextendedattribute.cpp.
| void KateExtendedAttribute::setDefaultStyleIndex | ( | int | index | ) |
Definition at line 74 of file kateextendedattribute.cpp.
| void KateExtendedAttribute::setName | ( | const QString & | name | ) |
Definition at line 59 of file kateextendedattribute.cpp.
| void KateExtendedAttribute::setPerformSpellchecking | ( | bool | spellchecking | ) |
Definition at line 84 of file kateextendedattribute.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference