akregator
c4_StringProp Class Reference
#include <mk4.h>
Inheritance diagram for c4_StringProp:

Detailed Description
String properties.Definition at line 699 of file mk4.h.
Public Member Functions | |
| c4_Row | AsRow (const char *) const |
| c4_StringProp (const char *) | |
| const char * | Get (const c4_RowRef &) const |
| c4_StringRef | operator() (const c4_RowRef &) const |
| c4_Row | operator[] (const char *) const |
| void | Set (const c4_RowRef &, const char *) const |
| ~c4_StringProp () | |
Constructor & Destructor Documentation
| c4_StringProp::c4_StringProp | ( | const char * | ) |
Construct a new property.
| c4_StringProp::~c4_StringProp | ( | ) |
Destructor.
Member Function Documentation
| c4_Row c4_StringProp::AsRow | ( | const char * | ) | const |
Create a row with one string.
| const char* c4_StringProp::Get | ( | const c4_RowRef & | ) | const |
Get a string property in a row.
| c4_StringRef c4_StringProp::operator() | ( | const c4_RowRef & | ) | const |
| c4_Row c4_StringProp::operator[] | ( | const char * | ) | const |
Create a row with one string, shorthand for AsRow.
| void c4_StringProp::Set | ( | const c4_RowRef & | , | |
| const char * | ||||
| ) | const |
Set a string property in a row.
The documentation for this class was generated from the following file:
KDE 4.2 API Reference