HPS::Exchange::Sheet

class HPS.Exchange.Sheet : public HPS.Exchange.Component

The Sheet class is a user space object. It allows users to activate drawing sheets imported via Exchange.

Public Functions

HPS.View Activate ()

Activates this sheet.

Return

the View.

override void Dispose ()
bool Equals (HPS.Exchange.Sheet in_kit)

Check if the source Sheet is equivalent to this Sheet.

Param in_kit

The source Sheet to compare to this Sheet.

Return

true if the objects are equivalent, false otherwise.

override bool Equals (Object obj)
override int GetHashCode ()
override HPS.Type ObjectType ()

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).

Return

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

Sheet ()

The default constructor creates an empty Sheet object.

Sheet (HPS.Component in_that)

This constructor creates a Sheet object that shares the underlying smart-pointer of the source Component. The copy will only be successful if the source component is really an upcast of an Exchange.Sheet object. Otherwise the copy will fail and the resulting Exchange.Sheet will be invalid.

Param in_that

The source Component to copy.

Sheet (HPS.Exchange.Component in_that)

This constructor creates a Sheet object that shares the underlying smart-pointer of the source Component. The copy will only be successful if the source component is really an upcast of an Exchange.Sheet object. Otherwise the copy will fail and the resulting Exchange.Sheet will be invalid.

Param in_that

The source Component to copy.

Sheet (HPS.Exchange.Sheet in_sheet)

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

Param in_sheet

The source Sheet to copy.

Public Static Functions

bool operator!= (HPS.Exchange.Sheet a, HPS.Exchange.Sheet b)
bool operator== (HPS.Exchange.Sheet a, HPS.Exchange.Sheet b)