#include <hps.h>
|
static const HPS::Type | staticType = HPS::Type::DotGlyphElement |
|
static const HPS::Type | staticType = HPS::Type::GlyphElement |
|
static const HPS::Type | staticType = HPS::Type::None |
|
|
template<typename T > |
static intptr_t | ClassID () |
|
The DotGlyphElement class is a user space object. It is used to dot elements to glyphs.
◆ DotGlyphElement() [1/5]
HPS::DotGlyphElement::DotGlyphElement |
( |
| ) |
|
◆ DotGlyphElement() [2/5]
HPS::DotGlyphElement::DotGlyphElement |
( |
GlyphElement const & |
in_that | ) |
|
This constructor creates a DotGlyphElement object that contains the same settings as the source GlyphElement. The copy will only be successful if the source glyph element is really an upcast of a dot glyph element. Otherwise the copy will fail and the resulting DotGlyphElement will be invalid.
- Parameters
-
◆ DotGlyphElement() [3/5]
◆ DotGlyphElement() [4/5]
HPS::DotGlyphElement::DotGlyphElement |
( |
GlyphPoint const & |
in_point | ) |
|
|
explicit |
This constructor creates a DotGlyphElement with the specified point.
- Parameters
-
in_point | The point for the dot. |
◆ DotGlyphElement() [5/5]
The move constructor creates a DotGlyphElement by transferring the underlying impl of the rvalue reference to this DotGlyphElement thereby avoiding a copy and allocation.
- Parameters
-
◆ ObjectType()
HPS::Type HPS::DotGlyphElement::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::GlyphElement.
◆ operator=()
The move assignment operator transfers the underlying impl of the rvalue reference to this DotGlyphElement thereby avoiding a copy.
- Parameters
-
- Returns
- A reference to this DotGlyphElement.
◆ SetPoint()
void HPS::DotGlyphElement::SetPoint |
( |
GlyphPoint const & |
in_point | ) |
|
Sets the point for this DotGlyphElement.
- Parameters
-
in_point | The point for the dot. |
◆ ShowPoint()
bool HPS::DotGlyphElement::ShowPoint |
( |
GlyphPoint & |
out_point | ) |
const |
Shows the point for this DotGlyphElement.
- Parameters
-
out_point | The point for the dot. |
- Returns
- true if a point was set, false otherwise.
The documentation for this class was generated from the following file: