
Public Member Functions | |
override void | Dispose () |
GlyphDefinition () | |
GlyphDefinition (HPS.Definition in_that) | |
GlyphDefinition (HPS.GlyphDefinition in_that) | |
override HPS.Type | ObjectType () |
void | Set (HPS.GlyphKit in_kit) |
void | Show (out HPS.GlyphKit out_kit) |
![]() | |
virtual void | Assign (HPS.Definition in_that) |
Definition () | |
Definition (HPS.Definition in_that) | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.Definition in_that) |
override int | GetHashCode () |
string | Name () |
HPS.PortfolioKey | Owner () |
void | Undefine () |
![]() | |
virtual bool | Empty () |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
bool | HasType (HPS.Type in_mask) |
Object (HPS.Object that) | |
virtual void | Reset () |
virtual HPS.Type | Type () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static bool | operator!= (HPS.Definition a, HPS.Definition b) |
static bool | operator== (HPS.Definition a, HPS.Definition b) |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The GlyphDefinition class is a smart pointer to a database object. It is a handler to a glyph defined within a portfolio.
Constructor & Destructor Documentation
◆ GlyphDefinition() [1/3]
|
inline |
The default constructor creates an uninitialized GlyphDefinition object. The Type() function will return Type.None.
◆ GlyphDefinition() [2/3]
|
inline |
This constructor creates an GlyphDefinition object that shares the underlying smart-pointer of the source Definition. The copy will only be successful if the source definition is really an upcast of a glyph definition. Otherwise the copy will fail and the resulting GlyphDefinition will be invalid.
- Parameters
-
in_that The source Definition to copy.
◆ GlyphDefinition() [3/3]
|
inline |
The copy constructor creates an GlyphDefinition object that shares the underlying smart-pointer of the source GlyphDefinition.
- Parameters
-
in_that The source GlyphDefinition to copy.
Member Function Documentation
◆ ObjectType()
|
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.Definition.
◆ Set()
|
inline |
Redefine the glyph for this GlyphDefinition.
- Parameters
-
in_kit The new glyph for this GlyphDefinition.
◆ Show()
|
inline |
Shows the glyph for this GlyphDefinition.
- Parameters
-
out_kit The glyph for this GlyphDefinition.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.GlyphDefinition.cs