Go to the source code of this file.
Typedefs | |
typedef void(* | StateChangeAddOnCallbackV2_pf )(StateChange_e StateChange) |
This callback will be called whenever there is a state change in Tecplot. More... | |
typedef void(* | StateChangeAddOnCallback_pf )(StateChange_e StateChange, ArbParam_t CallData) |
This is the earlier (i.e. More... | |
typedef Boolean_t(* | MacroCommandAddOnCallback_pf )(char *CommandString, char **ErrMsg) |
Execute an addon specific macro command. More... | |
typedef Boolean_t(* | MopupQueryAddOnCallback_pf )(void) |
This callback is called when tecplot is in the initial phases of quitting. More... | |
typedef Boolean_t(* | ForeignLibLoader_pf )(const char *LibraryName, const char *InitFunctionName, ArbParam_t ClientData) |
This callback is not available as yet in the current API. More... |
|
This callback is not available as yet in the current API.
|
|
Execute an addon specific macro command. This is the callback that is responsible for performing the macro command action when the $!ADDONCOMMAND macro command associated with the AddOnIDString is processed.
|
|
This callback is called when tecplot is in the initial phases of quitting.
|
|
This is the earlier (i.e. pre-v10) version of the State Change Callback function. This callback will be called whenever there is a state change in Tecplot.
|
|
This callback will be called whenever there is a state change in Tecplot. Use one or more of the TecUtilStateChangeGetXXXX functions to retrieve supplemental information corresponding the the current state change. See The ADK users manual for more information.
|