
Public Member Functions | |
override void | Dispose () |
ImageDefinition () | |
ImageDefinition (HPS.Definition in_that) | |
ImageDefinition (HPS.ImageDefinition in_that) | |
override HPS.Type | ObjectType () |
void | Set (HPS.ImageKit in_kit) |
void | Show (out HPS.ImageKit 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 ImageDefinition class is a smart pointer to a database object. It is a handle to an image defined within a portolfio.
Constructor & Destructor Documentation
◆ ImageDefinition() [1/3]
|
inline |
The default constructor creates an uninitialized ImageDefinition object. The Type() function will return Type.None.
◆ ImageDefinition() [2/3]
|
inline |
This constructor creates an ImageDefinition 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 an image definition. Otherwise the copy will fail and the resulting ImageDefinition will be invalid.
- Parameters
-
in_that The source Definition to copy.
◆ ImageDefinition() [3/3]
|
inline |
The copy constructor creates an ImageDefinition object that shares the underlying smart-pointer of the source ImageDefinition.
- Parameters
-
in_that The source ImageDefinition 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 image for this ImageDefinition.
- Parameters
-
in_kit The new image for this ImageDefinition.
◆ Show()
|
inline |
Shows the image for this ImageDefinition.
- Parameters
-
out_kit The image for this ImageDefinition.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ImageDefinition.cs