AuthConstraints |
This class provides methods that store, sort and display warning messages at the time of an export.
When to Use
This class is used by the MAXExporter class.
|
Interface Methods |
Description |
|
Class constructor |
|
|
Class destructor |
|
|
Returns whether or not any authoring constraints were found |
|
|
Adds warning messages to the authoring constraints class |
|
|
Displays the authoring constraints dialog |
|
|
Retrieves the initial state (size, position, etc.) of the dialog and its controls |
|
|
Initializes the dialog |
|
|
Handles dialog resize |
This is the class constructor.
Parameters:
None
Return Values:
None
This is the class destructor.
Parameters:
None
Return Values:
None
This method returns whether or not any authoring constraints were found.
Parameters:
|
pFound |
The status of whether any authoring constraints were found |
This method adds warning messages to the authoring constraints class. These are later displayed by a dialog managed by the authoring constraints class.
Parameters:
|
InListID |
Identifies the list into which the warning message will be inserted |
|
pInMsg |
The warning message |
This method displays the authoring constraints dialog that indicates which resources in the MAX scene may violate authoring constraints
Parameters:
|
hInWndParent |
Handle of the parent window of the dialog |
This method retrieves the initial state (size, position, etc.) of the dialog and its controls.
Parameters:
|
hWnd |
Handle of the dialog for which information is retrieved |
This method initializes the dialog.
Parameters:
|
hWnd |
Handle to window receiving messages |
|
lParam |
See Win32 SDK |
This method acts as a dialog resize handler. All other controls must be repositioned respectively.
Parameters:
|
hWnd |
Handle of the dialog for which state information is retrieved |
|
uWidth |
New width of the dialog |
|
uHeight |
New height of the dialog |
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.