AfrFoundation CATExtIUIActivate

Usage: you can derive this class.


public class CATExtIUIActivate

Adapter class for the CATIUIActivate interface.
To implement the interface CATIUIActivate for a class MyClass, write a class MyClassExtUIActivate subclassed from CATExtIUIActivate and defined as an extension of MyClass. MyClassExtUIActivate may not override any methods, but must set the protected variables _WorkshopString and _DefaultCommandString in its constructor. These strings are respectively returned by the and methods.

See also:


Method Index


o GetDefaultCommand()
Returns the name of the default command.
o GetWorkshop()
Returns the name of the workshop.

Data Member Index


o _DefaultCommandString
The Name of the first command .
o _WorkshopString
The Name of the workshop .
o _undoModelManagement
Sets whether the implementation for Undo is part of the standard model management or not.

Methods


o GetDefaultCommand
public virtual GetDefaultCommand()
Returns the name of the default command.
See also:
o GetWorkshop
public virtual GetWorkshop()
Returns the name of the workshop.
See also:

Data Members


o _DefaultCommandString
  protected CATString _DefaultCommandString
The Name of the first command .
o _WorkshopString
  protected CATString _WorkshopString
The Name of the workshop .
o _undoModelManagement
  protected CATBoolean _undoModelManagement
Sets whether the implementation for Undo is part of the standard model management or not. Default = TRUE.

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

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