KoVariableStringFormat Class Reference
Implementation of the string format. More...
#include <kovariable.h>
Inheritance diagram for KoVariableStringFormat:

Public Member Functions | |
virtual QString | convert (const QVariant &data) const |
virtual QCString | key () const |
virtual QCString | getKey (const QString &props) const |
virtual void | load (const QCString &) |
Detailed Description
Implementation of the string format.
Definition at line 216 of file kovariable.h.
Member Function Documentation
|
Use this format to convert a piece of data into a string.
Implements KoVariableFormat. Definition at line 330 of file kovariable.cc. References convert(). Referenced by convert(). |
|
Return a key describing this format. Used for the flyweight pattern in KoVariableFormatCollection Implements KoVariableFormat. Definition at line 341 of file kovariable.cc. References getKey(). |
|
Implements KoVariableFormat. Definition at line 347 of file kovariable.cc. References getKey(). |
|
Create a format from this key.
Implements KoVariableFormat. Definition at line 223 of file kovariable.h. |
The documentation for this class was generated from the following files: