#include <klfpobj.h>
Public Member Functions | |
KLFEnumType (int initvalue=0) | |
KLFEnumType (const KLFEnumType ©) | |
virtual | ~KLFEnumType () |
int | value () const |
void | setValue (int v) |
QString | enumValue () const |
QStringList | enumValues () const |
void | setEnumValues (const QStringList &list) |
QByteArray | specification () const |
bool | setSpecification (const QByteArray &data) |
![]() | |
KLFSpecifyableType () | |
virtual | ~KLFSpecifyableType () |
|
inline |
|
inline |
Definition at line 181 of file klfpobj.h.
References klfWarning, and QList::size().
|
inline |
|
inline |
|
inlinevirtual |
Implements KLFSpecifyableType.
Definition at line 205 of file klfpobj.h.
References QString::fromUtf8().
Referenced by klfLoadVariantFromText(), and operator>>().
|
inline |
Definition at line 176 of file klfpobj.h.
Referenced by klfLoadVariantFromText(), and operator>>().
|
inlinevirtual |
Implements KLFSpecifyableType.
Definition at line 200 of file klfpobj.h.
References QStringList::join(), and QString::toUtf8().
Referenced by operator<<().
|
inline |
Definition at line 172 of file klfpobj.h.
Referenced by klfSaveVariantToText(), operator<<(), and operator==().