Class: TCreateAndPublishAnchorCommand

Declaration: LinkingCommands.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TCommandOn

Inherited By:

None.

Purpose:

TCreateAndPublishAnchorCommand derives from TCommandOn<TModelSelection> and implements the command to create an anchor reference from a selection and publish it to the clipboard.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Derive from this class if an alternate way to save the anchor reference is devised or some more check has to be done before this command is executed.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TCreateAndPublishAnchorCommand::TCreateAndPublishAnchorCommand

  1. TCreateAndPublishAnchorCommand (bool isReferenceLink =false)
  2. TCreateAndPublishAnchorCommand (const TCreateAndPublishAnchorCommand &)

Interface Category:

API.

Purpose:

  1. Creates a new command.
  2. Copy constructor.

Calling Context:

  1. Called by any client object.
  2. Called to copy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateAndPublishAnchorCommand::~TCreateAndPublishAnchorCommand

virtual ~ TCreateAndPublishAnchorCommand ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateAndPublishAnchorCommand::HandleCanDo

virtual bool HandleCanDo (const TModelSelection &) const

Interface Category:

API.

Purpose:

Computes and returns whether or not this command can be done on the specified selection. Can override this member function if more check needs to be done.

Calling Context:

Called by TCommandOn.

Parameters:

Return Value:

Returns true if the command can be done on the specified selection.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateAndPublishAnchorCommand::operator>>=

virtual TStream & operator >>=(TStream &) const

Interface Category:

API.

Purpose:

Stream-out operator.

Calling Context:

Called to stream out data.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself out to.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateAndPublishAnchorCommand::operator<<=

virtual TStream & operator <<= (TStream &)

Interface Category:

API.

Purpose:

Stream-in operator.

Calling Context:

Called to stream in data.

Parameters:

Return Value:

Returns a reference to the stream the object streams itself in from.

Exceptions:

Throws a TInvalidVersionError if the version of the object on the stream is unknown to the version of the shared library installed.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateAndPublishAnchorCommand::HandleDoBegin

virtual void HandleDoBegin (TModelSelection &)

Interface Category:

API.

Purpose:

Creates an anchor from the selection and publishes the anchor to the clipboard. Override this member function if a new scheme is needed to publish the anchor.

Calling Context:

Called by TCommandOn.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateAndPublishAnchorCommand::HandleUndo

virtual void HandleUndo (TModelSelection &)

Interface Category:

API.

Purpose:

Undoes the create and publish command on the specified selection. This function does nothing.

Calling Context:

Called by TCommandOn.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateAndPublishAnchorCommand::HandleRedo

virtual void HandleRedo (TModelSelection &)

Interface Category:

API.

Purpose:

Redoes the create and publish command on the specified selection. This function does nothing.

Calling Context:

Called by TCommandOn.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.