#include <commandbase.h>
Implements the command interactivity. Optional.
公共成员函数 |
|
MAXON_METHOD Result < COMMANDRESULT > | Interact (CommandDataRef &data, INTERACTIONTYPE interactionType) const |
私有成员函数 |
|
MAXON_INTERFACE ( CommandInteractionClassInterface , MAXON_REFERENCE_CONST , "net.maxon.command.interface.commandinteraction") |
|
private |
MAXON_METHOD Result < COMMANDRESULT > Interact | ( | CommandDataRef & | data , |
INTERACTIONTYPE | interactionType | ||
) | const |
Executes the command interaction.
[in,out] | data | The command data. |
[in] | interactionType | The interaction type. |