Skip to main content

Meta_GuiOptionHint

Module: Metanodes / Definitions

Contains the description of an "option" - a value that can be used in an int property. This effectively describes the contents of multiple choice controls (e.g. dropdown boxes) when the value of the property would only make sense as one of a number of preset values. These should be placed under a Meta_GuiHints node.

#include <meta_semantics.hpp>

Public Types

TypeName
enumIDX { Idx_Value, Idx_Caption, Idx_Tooltip, Idx_ImageFilename, Idx_Enabled }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_ValueValue of this option (which should be applied to the property when selected)
Idx_CaptionCaption (description) of this value to be displayed in the interface.
Idx_TooltipString to display when the user hovers over this option.
Idx_ImageFilenameIcon to display next to the caption.
Idx_EnabledShould this option be avaliable.