Parameter Wire Menu Flags
 
 
 
Parameter Wire Menu Flags

Module description

These flags determine the action taken when calling ParamWireMenu.

Use these flags to specify the target type and the options.

See also:
IParamWireMgr::ParamWireMenu

Defines

#define  PWMF_LEFT_TARGET   0x001
#define  PWMF_RIGHT_TARGET   0x002
#define  PWMF_HAS_MENU   0x004
#define  PWMF_OPEN_EDITOR   0x008

Define Documentation

#define PWMF_LEFT_TARGET   0x001
Remarks:
Specifies that the Target will be displayed on the left side of the parameter wiring dialog. This is typically the first target picked.
#define PWMF_RIGHT_TARGET   0x002
Remarks:
Specifies that the Target will be displayed on the right side of the parameter wiring dialog. This is typically the second target picked.
#define PWMF_HAS_MENU   0x004
Remarks:
Can be used to test if a context menu will be displayed or not with the specified target. If a menu can be displayed, the target will be returned by the method. If not, NULL is returned
#define PWMF_OPEN_EDITOR   0x008
Remarks:
Specifies whether the parameter wiring dialog should open once the user has selected an item from the context menu. This is typically used in conjunction with PWMF_RIGHT_TARGET.