csDocumentAttributeCommon Class Reference
Partial iDocumentAttribute implementation with commonly duplicated logic. More...
#include <csutil/documentcommon.h>
Inheritance diagram for csDocumentAttributeCommon:

Public Member Functions | |
| csDocumentAttributeCommon () | |
| virtual bool | GetValueAsBool () |
| Get value of this attribute as float. | |
| virtual float | GetValueAsFloat () |
| Get value of this attribute as float. | |
| virtual int | GetValueAsInt () |
| Returns value. | |
| virtual void | SetValueAsFloat (float f) |
| Set float value of this attribute. | |
| virtual void | SetValueAsInt (int v) |
| Converts 'value' to a string and calls SetValue() with it. | |
Detailed Description
Partial iDocumentAttribute implementation with commonly duplicated logic.
Definition at line 128 of file documentcommon.h.
Member Function Documentation
|
|
Get value of this attribute as float.
Implements iDocumentAttribute. |
|
|
Get value of this attribute as float.
Implements iDocumentAttribute. |
|
|
Returns value. Uses GetValue() and converts the string to the return type. Implements iDocumentAttribute. |
|
|
Set float value of this attribute.
Implements iDocumentAttribute. |
|
|
Converts 'value' to a string and calls SetValue() with it.
Implements iDocumentAttribute. |
The documentation for this class was generated from the following file:
- csutil/documentcommon.h
Generated for Crystal Space by doxygen 1.4.6
