Class: TCreateLinkAtSourceCommand

Declaration: LinkingCommands.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TCommandOn

Inherited By:

None.

Purpose:

TCreateLinkAtSourceCommand derived from TCommandOn<MDataExchanger> and implements a command that creates a link at this command's source. Here source is another document.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

None provided.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TCreateLinkAtSourceCommand::TCreateLinkAtSourceCommand

  1. TCreateLinkAtSourceCommand (TModelAnchorReference, TModelAnchorReference, bool isRefLink =false)
  2. TCreateLinkAtSourceCommand (const TCreateLinkAtSourceCommand &)
  3. TCreateLinkAtSourceCommand (bool isRefLink =false)

Interface Category:

API.

Purpose:

  1. Creates a new command with the specified source and destination.
  2. Copy constructor.
  3. Creates a new command.

Calling Context:

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

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateLinkAtSourceCommand::~TCreateLinkAtSourceCommand

virtual ~ TCreateLinkAtSourceCommand ()

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: TCreateLinkAtSourceCommand::HandleCanDo

virtual bool HandleCanDo (const MDataExchanger &) const

Interface Category:

API.

Purpose:

Computes and returns whether or not this command can be done on the specified data exchanger.

Calling Context:

Called by TCommandOn.

Parameters:

Return Value:

Always returns true.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TCreateLinkAtSourceCommand::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: TCreateLinkAtSourceCommand::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: TCreateLinkAtSourceCommand::HandleDoBegin

virtual void HandleDoBegin (MDataExchanger &)

Interface Category:

API.

Purpose:

Does the command on the specified data exchanger.

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: TCreateLinkAtSourceCommand::HandleUndo

virtual void HandleUndo (MDataExchanger &)

Interface Category:

API.

Purpose:

Undoes the command on the specified data exchanger.

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: TCreateLinkAtSourceCommand::HandleRedo

virtual void HandleRedo (MDataExchanger &)

Interface Category:

API.

Purpose:

Redoes the command for the specified data exchanger.

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.