Overview

Sample Code

Programming Guide

API Reference

Support

HPS.Exchange.Configuration Class Reference

The Configuration class is a user space object. It is a used to get configuration information for a CAD file. More...

Inheritance diagram for HPS.Exchange.Configuration:
HPS.Sprocket HPS.Object

Public Member Functions

 Configuration ()
 The default constructor creates an empty Configuration object. More...
 
 Configuration (string in_name)
 This constructor creates a Configuration with the given name and no subconfigurations. More...
 
 Configuration (string in_name, HPS.Exchange.Configuration[] in_subconfigurations)
 This constructor creates a Configuration with the given name and the given subconfigurations More...
 
 Configuration (HPS.Exchange.Configuration in_configuration)
 The copy constructor creates a new Configuration object that contains the same settings as the source Configuration. More...
 
override void Dispose ()
 
override bool Empty ()
 Indicates whether this Configuration has any values set on it. More...
 
override bool Equals (System.Object obj)
 
bool Equals (HPS.Exchange.Configuration in_kit)
 Check if the source Configuration is equivalent to this Configuration. More...
 
override int GetHashCode ()
 
string GetName ()
 Gets the name for this Configuration. More...
 
HPS.Exchange.Configuration[] GetSubconfigurations ()
 Gets the subconfigurations for this Configuration. 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.Exchange.Configuration in_kit)
 Copies the source Configuration into this Configuration. More...
 
void Show (out HPS.Exchange.Configuration out_kit)
 Copies this Configuration into the given Configuration. More...
 
- Public Member Functions inherited from HPS.Sprocket
 Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
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...
 
bool HasType (HPS.Type in_mask)
 This function indicates whether this Object has the given Type mask. More...
 
 Object (HPS.Object that)
 
virtual void Reset ()
 Resets this object to its initial, uninitialized state. More...
 
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...
 

Static Public Member Functions

static bool operator!= (HPS.Exchange.Configuration a, HPS.Exchange.Configuration b)
 
static bool operator== (HPS.Exchange.Configuration a, HPS.Exchange.Configuration b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Protected Attributes inherited from HPS.Object
bool cMemOwn
 
HandleRef cptr
 
HandleRef scptr
 

Detailed Description

The Configuration class is a user space object. It is a used to get configuration information for a CAD file.

Constructor & Destructor Documentation

HPS.Exchange.Configuration.Configuration ( )
inline

The default constructor creates an empty Configuration object.

HPS.Exchange.Configuration.Configuration ( string  in_name)
inline

This constructor creates a Configuration with the given name and no subconfigurations.

Parameters
in_nameUTF8-encoded string with the name for this Configuration.
HPS.Exchange.Configuration.Configuration ( string  in_name,
HPS.Exchange.Configuration[]  in_subconfigurations 
)
inline

This constructor creates a Configuration with the given name and the given subconfigurations

Parameters
in_nameUTF8-encoded string with the name for this Configuration.
in_subconfigurationsThe subconfigurations for this Configuration.
HPS.Exchange.Configuration.Configuration ( HPS.Exchange.Configuration  in_configuration)
inline

The copy constructor creates a new Configuration object that contains the same settings as the source Configuration.

Parameters
in_configurationThe source Configuration to copy.

Member Function Documentation

override bool HPS.Exchange.Configuration.Empty ( )
inlinevirtual

Indicates whether this Configuration has any values set on it.

Returns
true if no values are set on this Configuration, false otherwise.

Reimplemented from HPS.Object.

bool HPS.Exchange.Configuration.Equals ( HPS.Exchange.Configuration  in_kit)
inline

Check if the source Configuration is equivalent to this Configuration.

Parameters
in_kitThe source Configuration to compare to this Configuration.
Returns
true if the objects are equivalent, false otherwise.
string HPS.Exchange.Configuration.GetName ( )
inline

Gets the name for this Configuration.

Returns
The name for this Configuration.
HPS.Exchange.Configuration [] HPS.Exchange.Configuration.GetSubconfigurations ( )
inline

Gets the subconfigurations for this Configuration.

Returns
The subconfigurations for this Configuration.
override HPS.Type HPS.Exchange.Configuration.ObjectType ( )
inlinevirtual

This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.

Returns
The declared type of the object in question, which may differ from the true, underlying type.

Reimplemented from HPS.Object.

void HPS.Exchange.Configuration.Set ( HPS.Exchange.Configuration  in_kit)
inline

Copies the source Configuration into this Configuration.

Parameters
in_kitThe source Configuration to copy.
void HPS.Exchange.Configuration.Show ( out HPS.Exchange.Configuration  out_kit)
inline

Copies this Configuration into the given Configuration.

Parameters
out_kitThe Configuration to populate with the contents of this Configuration.

The documentation for this class was generated from the following file: