Kate
#include <kateextendedattribute.h>
Public Types | |
enum | InternalProperties { AttributeName = AttributeInternalProperty, AttributeDefaultStyleIndex, Spellchecking } |
typedef KSharedPtr < KateExtendedAttribute > | Ptr |
Public Types inherited from KTextEditor::Attribute | |
enum | ActivationType |
enum | CustomProperties |
enum | Effect |
typedef KSharedPtr< Attribute > | Ptr |
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
Definition at line 38 of file kateextendedattribute.h.
Member Enumeration Documentation
Enumerator | |
---|---|
AttributeName | |
AttributeDefaultStyleIndex | |
Spellchecking |
Definition at line 42 of file kateextendedattribute.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 27 of file kateextendedattribute.cpp.
Member Function Documentation
int KateExtendedAttribute::defaultStyleIndex | ( | ) | const |
Definition at line 69 of file kateextendedattribute.cpp.
|
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:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.