AfrFoundation CATExtInPlaceSite
Usage: you can derive this class.
public class CATExtInPlaceSite
Adapter for the CATInPlaceSite interface.
Role:To implement the interface CATInPlaceSite
for a class MyClass,
write a class MyClassExtInPlaceSite subclassed from CATExtInPlaceSite
and defined as an data extension of MyClass. MyClassExtInPlaceSite
may override various methods, but in most case there is nothing to do.
- See also:
- ,
Constructor and Destructor Index
- o
CATExtInPlaceSite()
- Constructs the class.
- o
~CATExtInPlaceSite()
-
Method Index
- o
CanInPlaceActivate()
- Asks the site whether it accepts a subordinates ui-activable
object's ui-activation.
- o
OnInPlaceActivate()
- Notifies the site that ui-activation will begin.
- o
OnInPlaceDeactivate()
- Notifies the site that ui-activation will end.
- o
OnUIActivate()
- Notifies the site that the ui-active object's workshop
is going to be displayed.
- o
OnUIDeactivate()
- Notifies the site that the ui-active object's workshop
is going to be removed.
Constructor and Destructor
o CATExtInPlaceSite
public CATExtInPlaceSite( | ) |
-
Constructs the class.
o ~CATExtInPlaceSite
public virtual ~CATExtInPlaceSite( | ) |
-
Methods
o CanInPlaceActivate
public virtual CanInPlaceActivate( | ) |
-
Asks the site whether it accepts a subordinates ui-activable
object's ui-activation.
- Returns:
- This default implementation always returns 1.
o OnInPlaceActivate
public virtual OnInPlaceActivate( | ) |
-
Notifies the site that ui-activation will begin.
Called by the ui-activation manager
- Returns:
- This default implementation always returns 1.
o OnInPlaceDeactivate
public virtual OnInPlaceDeactivate( | ) |
-
Notifies the site that ui-activation will end.
Called by the ui-activation manager
- Returns:
- This default implementation always returns 1.
o OnUIActivate
public virtual OnUIActivate( | ) |
-
Notifies the site that the ui-active object's workshop
is going to be displayed.
Called by the ui-activation manager
Important notice: If you override this method,
don't forget to call the subclass' method
- Returns:
- This default implementation always returns 1.
o OnUIDeactivate
public virtual OnUIDeactivate( | ) |
-
Notifies the site that the ui-active object's workshop
is going to be removed.
Called by the ui-activation manager
Important notice: If you override this method,
don't forget to call the subclass' method
- Returns:
- This default implementation always returns 1.
This object is included in the file: CATExtInPlaceSite.h
If needed, your Imakefile.mk should include the module: CATAfrFoundation
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.