![]() |
Public API Reference |
#include <document.h>
Inheritance diagram for iDocumentAttribute:
Public Methods | |
virtual const char * | GetName ()=0 |
Get name of this attribute. More... | |
virtual const char * | GetValue ()=0 |
Get value of this attribute. More... | |
virtual int | GetValueAsInt ()=0 |
Get value of this attribute as integer. More... | |
virtual float | GetValueAsFloat ()=0 |
Get value of this attribute as float. More... | |
virtual void | SetName (const char *name)=0 |
Set name of this attribute. More... | |
virtual void | SetValue (const char *value)=0 |
Set value of this attribute. More... | |
virtual void | SetValueAsInt (int v)=0 |
Set int value of this attribute. More... | |
virtual void | SetValueAsFloat (float f)=0 |
Set float value of this attribute. More... |
Definition at line 90 of file document.h.
|
Get name of this attribute.
|
|
Get value of this attribute.
|
|
Get value of this attribute as float.
|
|
Get value of this attribute as integer.
|
|
Set name of this attribute.
|
|
Set value of this attribute.
|
|
Set float value of this attribute.
|
|
Set int value of this attribute.
|