#include <XSControl_SignTransferStatus.hxx>
Inheritance diagram for XSControl_SignTransferStatus:
Public Member Functions | |
Standard_EXPORT | XSControl_SignTransferStatus () |
Creates a SignTransferStatus, not initialised it gives nothing (empty string) . | |
Standard_EXPORT | XSControl_SignTransferStatus (const Handle(XSControl_TransferReader)&TR) |
Creates a SignTransferStatus, which will work on the current TransientProcess brought by the TransferReader (its MapReader) . | |
Standard_EXPORT void | SetReader (const Handle(XSControl_TransferReader)&TR) |
Sets a TransferReader to work . | |
Standard_EXPORT void | SetMap (const Handle(Transfer_TransientProcess)&TP) |
Sets a precise map to sign entities This definition oversedes the creation with a TransferReader . | |
Standard_EXPORT Handle_Transfer_TransientProcess | Map () const |
Returns the TransientProcess used as precised one Returns a Null Handle for a creation from a TransferReader without any further setting . | |
Standard_EXPORT Handle_XSControl_TransferReader | Reader () const |
Returns the Reader (if created with a Reader) Returns a Null Handle if not created with a Reader . | |
Standard_EXPORT Standard_CString | Value (const Handle(Standard_Transient)&ent, const Handle(Interface_InterfaceModel)&model) const |
Returns the Signature for a Transient object, as its transfer status . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_XSControl_TransferReader | theTR |
Handle_Transfer_TransientProcess | theTP |
|
|
|
|
|
Reimplemented from IFSelect_Signature. |
|
|
|
|
|
|
|
|
|
Implements Interface_SignType. |
|
|
|
|