| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/uniformvalue.h>

Public Member Functions | |
| UniformValue (float absolute=0.0f, int relative=0) | |
| Constructor. | |
| virtual | ~UniformValue () |
| Destructor. | |
| void | operator= (class UniformValue const &) |
| int | getRelative () const |
| Sets the pixel values added to the relative screen position. | |
| void | setRelative (int relative) |
| Returns the pixel values added to the relative screen position. | |
| float | getAbsolute () const |
| Return the size to Screen/Full from 0.0 to 1.0. | |
| void | setAbsolute (float absolute) |
| Sets the size to Screen/Full from 0.0 to 1.0. | |
| VRS_TYPEINFO (UniformValue, SharedObj) | |
| VRS_SERIALIZABLE (UniformValue) | |
Static Public Attributes | |
| static const UniformValue | ZERO |
| Zero constant. | |
| static const UniformValue | UNIT |
| VRS::TEXT::UniformValue::UniformValue | ( | float | absolute = 0.0f, |
|
| int | relative = 0 | |||
| ) |
Constructor.
| virtual VRS::TEXT::UniformValue::~UniformValue | ( | ) | [inline, virtual] |
Destructor.
| void VRS::TEXT::UniformValue::operator= | ( | class UniformValue const & | ) |
| int VRS::TEXT::UniformValue::getRelative | ( | ) | const |
Sets the pixel values added to the relative screen position.
| void VRS::TEXT::UniformValue::setRelative | ( | int | relative | ) |
Returns the pixel values added to the relative screen position.
| float VRS::TEXT::UniformValue::getAbsolute | ( | ) | const |
Return the size to Screen/Full from 0.0 to 1.0.
| void VRS::TEXT::UniformValue::setAbsolute | ( | float | absolute | ) |
Sets the size to Screen/Full from 0.0 to 1.0.
| VRS::TEXT::UniformValue::VRS_TYPEINFO | ( | UniformValue | , | |
| SharedObj | ||||
| ) |
| VRS::TEXT::UniformValue::VRS_SERIALIZABLE | ( | UniformValue | ) |
const UniformValue VRS::TEXT::UniformValue::ZERO [static] |
Zero constant.
const UniformValue VRS::TEXT::UniformValue::UNIT [static] |