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

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