Skip to main content

Meta_GuiGroupHint

Module: Metanodes / Definitions

Contains the description of a Gui layout group - that is, a collection of controls whose interfaces should display based on a value condition or a rollout button. If a property is to be a member of the group, it should be linked to by the GuiHints group property. Groups can be linked to other groups, in which case they are sub-groups.

#include <meta_semantics.hpp>

Public Types

TypeName
enumIDX { Idx_VisibleCondition, Idx_ExpandCaption, Idx_Group, Idx_ExpandedByDefault, Idx_Indented, Idx_CustomType }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_VisibleConditionCondition under which this group should be visible (e.g. Property.Value true)
Idx_ExpandCaptionOR, caption to display on a button to allow manual visibilty control.
Idx_GroupThe GuiGroupHint this group is a sub-group of.
Idx_ExpandedByDefaultWhether the group is initially expanded (will be overriden if there is a condition)
Idx_IndentedWhether to increment the indent level for the group's members.
Idx_CustomTypeThe name of a custom type registered with GUIBuilder.