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

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