DialogEngine Typedef ActionMethod
All Frameworks Class Hierarchy This Framework Indexes
DialogEngine Typedef ActionMethod
typedef CATBoolean (CATCommand::*ActionMethod)(void * iData)
Prototype of the action methods.
Role: These methods are passed as parameters of the CATDiaAction class methods.
- Values:
-
- iData
- The data specified by the
CATDiaAction.SetData method.
- Returns:
- The CATBoolean value used to combine actions.
In an OrAction, the second action is executed only if the first
action returns TRUE.
This object is included in the file: CATDiaAction.h
Copyright © 2003, Dassault Systèmes. All rights reserved.