AfrInterfaces Interface CATIRepeatableCommand

Usage: you can freely reimplement this interface.


interface CATIRepeatableCommand

Interface to override the default behavior for command repeating.
Role: This interface class provides a method to override the default behavior for command repeating, when the user double-clicks on the command : For Undefined and Shared commands, each clic launches the command (so a double-clic launches the command twice); For exclusive commands, the double-clic sets the repeat mode, and the command will loop. For exemple, the following instruction in the RepeatCommand method for a shared command will make it loop as if it was an exclusive command : SetBehavior (CATDlgEngRepeat);


Method Index


o RepeatCommand()
Overrides the default behavior for command repeating.

Methods


o RepeatCommand
public virtual RepeatCommand()
Overrides the default behavior for command repeating.

This object is included in the file: CATIRepeatableCommand.h
If needed, your Imakefile.mk should include the module: CATAfrItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.