The BlankLinePatternElement class is a user space object. It is used for specifying blank elements within a line pattern. More...
Public Member Functions | |
override void | Dispose () |
BlankLinePatternElement () | |
The default constructor creates an empty BlankLinePatternElement object. More... | |
BlankLinePatternElement (HPS.LinePatternElement in_that) | |
This constructor creates a BlankLinePatternElement object that contains the same settings as the source LinePatternElement. The copy will only be successful if the source line pattern element is really an upcast of a blank line pattern element. Otherwise the copy will fail and the resulting BlankLinePatternElement will be invalid. More... | |
BlankLinePatternElement (HPS.BlankLinePatternElement in_that) | |
The copy constructor creates a new BlankLinePatternElement object that contains the same settings as the source BlankLinePatternElement. More... | |
BlankLinePatternElement (float in_size, HPS.LinePattern.SizeUnits in_units) | |
This constructor creates a BlankLinePatternElement with a given size. More... | |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More... | |
![]() | |
override void | Dispose () |
LinePatternElement () | |
The default constructor creates an empty LinePatternElement object. More... | |
LinePatternElement (HPS.LinePatternElement in_that) | |
The copy constructor creates a new LinePatternElement object that contains the same settings as the source LinePatternElement. More... | |
override HPS.Type | ObjectType () |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More... | |
void | Set (HPS.LinePatternElement in_that) |
Copies the source LinePatternElement into this LinePatternElement. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.LinePatternElement in_that) |
Check if the source LinePatternElement is equivalent to this LinePatternElement. More... | |
void | SetSize (float in_size, HPS.LinePattern.SizeUnits in_units) |
Sets the size of this LinePatternElement. More... | |
bool | ShowSize (out float out_size, out HPS.LinePattern.SizeUnits out_units) |
Shows the size of this LinePatternElement. More... | |
![]() | |
IntPtr | GetClassID () |
Object (HPS.Object that) | |
HPS.Type | Type () |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More... | |
virtual bool | Empty () |
Indicates whether this object has any values set on it. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
IntPtr | GetInstanceID () |
Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More... | |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static bool | operator== (HPS.LinePatternElement a, HPS.LinePatternElement b) |
static bool | operator!= (HPS.LinePatternElement a, HPS.LinePatternElement b) |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The BlankLinePatternElement class is a user space object. It is used for specifying blank elements within a line pattern.
|
inline |
The default constructor creates an empty BlankLinePatternElement object.
|
inline |
This constructor creates a BlankLinePatternElement object that contains the same settings as the source LinePatternElement. The copy will only be successful if the source line pattern element is really an upcast of a blank line pattern element. Otherwise the copy will fail and the resulting BlankLinePatternElement will be invalid.
in_that | The source LinePatternElement to copy. |
|
inline |
The copy constructor creates a new BlankLinePatternElement object that contains the same settings as the source BlankLinePatternElement.
in_that | The source BlankLinePatternElement to copy. |
|
inline |
This constructor creates a BlankLinePatternElement with a given size.
in_size | The length of the BlankLinePatternElement. |
in_units | The units for the length of the BlankLinePatternElement. |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.