CommandInteractionClassInterface Class Reference

#include <commandbase.h>

Inheritance diagram for CommandInteractionClassInterface:

详细描述

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")

成员函数文档编制

◆  MAXON_INTERFACE()

MAXON_INTERFACE ( CommandInteractionClassInterface   ,
MAXON_REFERENCE_CONST   ,
"net.maxon.command.interface.commandinteraction"   
)
private

◆  Interact()

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.
返回
The command result or an error.