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
| virtual bool csDocumentAttributeCommon::GetValueAsBool | ( | ) |  [virtual] | 
| virtual float csDocumentAttributeCommon::GetValueAsFloat | ( | ) |  [virtual] | 
| virtual int csDocumentAttributeCommon::GetValueAsInt | ( | ) |  [virtual] | 
Returns value.
Uses GetValue() and converts the string to the return type.
Implements iDocumentAttribute.
| virtual void csDocumentAttributeCommon::SetValueAsFloat | ( | float | f | ) |  [virtual] | 
| virtual void csDocumentAttributeCommon::SetValueAsInt | ( | int | v | ) |  [virtual] | 
The documentation for this class was generated from the following file:
- csutil/documentcommon.h
Generated for Crystal Space by doxygen 1.4.7

