40const RsrcID& rsrcID, // RsrcID of resource widget to create via CreateObject (kViewRsrcType)
41constPluginID& pluginID, // PluginID where this resource lives
42constPMReal& priority, // Priority for position along Control Strip. 0 is at left, increasing to right.
43constPMString& name, // Name of this control set, used for a menu item for controlling which sets are visible.
44constPMString& menuName, // Name of the menu item that controls visibility of this control set. Usually same as name, could be different if two control sets map to same menu entry
45constPMString& categoryName, // Name of the category this menu item goes into
46constPMReal& categoryOrder // Category order of this control set, used for grouping the menu items. See ControlStripDefs.h
62 RsrcID fRsrcID; // RsrcID of resource widget to create via CreateObject (kViewRsrcType)
63PluginID fPluginID; // PluginID where this resource lives
64PMReal fPriority; // Priority for position along Control Strip. 0 is at left, increasing to right.
65PMString fName; // Name of this control set, used for a menu item for controlling which sets are visible.
66PMString fMenuName; // Name of the menu item that controls visibility of this control set. usually same as name, could be different if two control sets map to same menu entry
67PMString fCategoryName;// Category name of this control set. See ControlStripDefs.h
68PMReal fCategoryOrder; // Category order of this control set for sort order. See ControlStripDefs.h