LegacyCommandClassInterface Class Reference

#include <commandbase.h>

Inheritance diagram for LegacyCommandClassInterface:

详细描述

A legacy command interface that implements the ability to convert legacy data settings to regular settings.

公共成员函数

MAXON_METHOD Result < void >  ConvertSettings (LegacyCommandDataRef &data) const

私有成员函数

  MAXON_INTERFACE ( LegacyCommandClassInterface , MAXON_REFERENCE_CONST , "net.maxon.command.interface.legacycommand")

成员函数文档编制

◆  MAXON_INTERFACE()

MAXON_INTERFACE ( LegacyCommandClassInterface   ,
MAXON_REFERENCE_CONST   ,
"net.maxon.command.interface.legacycommand"   
)
private

◆  ConvertSettings()

MAXON_METHOD Result <void> ConvertSettings ( LegacyCommandDataRef &  data ) const

Converts legacy settings (e.g. from a BaseContainer ) to regular data parameters.

参数
[in,out] data The command data.
返回
OK on success.