|
FastUIDraw
|
Represents an opaque array of GlyphAttribute values. More...
#include <glyph_attribute.hpp>

Public Member Functions | |
| void | clear (void) |
| c_array< const GlyphAttribute > | data (void) const |
| c_array< GlyphAttribute > | data (void) |
| GlyphAttribute & | operator[] (unsigned int) |
| const GlyphAttribute & | operator[] (unsigned int) const |
| void | resize (unsigned int) |
| unsigned int | size (void) const |
Friends | |
| class | Glyph |
| class | GlyphCache |
Represents an opaque array of GlyphAttribute values.
Definition at line 94 of file glyph_attribute.hpp.
|
inline |
Equivalent to resize(0).
Definition at line 113 of file glyph_attribute.hpp.
| c_array<const GlyphAttribute> fastuidraw::GlyphAttribute::Array::data | ( | void | ) | const |
| c_array<GlyphAttribute> fastuidraw::GlyphAttribute::Array::data | ( | void | ) |
| GlyphAttribute& fastuidraw::GlyphAttribute::Array::operator[] | ( | unsigned | int | ) |
Returns a reference to an element of the Array
| const GlyphAttribute& fastuidraw::GlyphAttribute::Array::operator[] | ( | unsigned | int | ) | const |
Returns a reference to an element of the Array
| void fastuidraw::GlyphAttribute::Array::resize | ( | unsigned | int | ) |
change the size of Array
| unsigned int fastuidraw::GlyphAttribute::Array::size | ( | void | ) | const |
Return the size of Array
1.8.13