Meta_ApplicationMenuCustom
Module: Metanodes / Definitions
An ApplicationMenuCustom is used by context menus to populate the menu with dynamic data (for example, a list of nodes in the tree)
#include <meta_gvxfactory.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Func } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Func | string - Name of a Lua function to call, with signature func(target,menu) where target is the node that summoned the menu, and menu is a temporary menu container on which to create Meta_ApplicationMenuEntry items for this operation |
Property index.