AL_USDMaya
0.16.6
USD to Maya Bridge
|
A method used by the generated command GUI code to retrieve a list of items from C++. More...
#include <CommandGuiHelper.h>
Public Member Functions | |
AL_MAYA_DECLARE_COMMAND () | |
Static Public Member Functions | |
static int32_t | registerListFunc (GenerateListFn generateListFunc, const MString &menuName) |
Internal method. Registers a custom list function with this command so that MEL can request a custom C++ command to generate a list of items, which are then displayed within a MEL GUI. More... | |
A method used by the generated command GUI code to retrieve a list of items from C++.
|
static |
Internal method. Registers a custom list function with this command so that MEL can request a custom C++ command to generate a list of items, which are then displayed within a MEL GUI.
generateListFunc | a C++ function that can take an optional user specified 'context', and return a list of items to display within the GUI. |
menuName | the GUI control to which the menu items will be appended. |