Skip to main content

Meta_TreeViewItem

Module: Metanodes / Definitions

A TreeViewItem is a simple base element for constructing tree-view style UIs.

#include <meta_gui.hpp>

Public Types

TypeName
enumExpandedState { STATE_COLLAPSED, STATE_PARTIALLYEXPANDED, STATE_EXPANDED }
Values for Idx_Expanded.
enumIDX { Idx_Enabled, Idx_BackgroundColour, Idx_Text, Idx_TextSize, Idx_TextColour, Idx_Image, Idx_ImageSize, Idx_ExpandButtonStyle, Idx_NameButtonStyle, Idx_Expanded, Idx_Clicked, Idx_DoubleClicked }
Property index.

Public Types Documentation

enum ExpandedState

EnumeratorValueDescription
STATE_COLLAPSEDNode's children are hidden.
STATE_PARTIALLYEXPANDEDUnused.
STATE_EXPANDEDNode's children are visible.

Values for Idx_Expanded.

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, this panel and its children are drawn
Idx_BackgroundColourvec4f - Background colour; RGBA 0.0f to 1.0f
Idx_Textstring - Caption to display on the item
Idx_TextSizefloat - Size of the caption
Idx_TextColourvec4f - Colour of the caption; RGBA 0.0f to 1.0f
Idx_Imagelink - Image to display on the item (like an icon)
Idx_ImageSizefloat - Size of the image
Idx_ExpandButtonStylelink - Style to apply to the button (Meta_ColouredButtonStyle, Meta_TexturedButtonStyle) for the expand button for the expand button
Idx_NameButtonStylelink - Style to apply to the button (Meta_ColouredButtonStyle, Meta_TexturedButtonStyle) for the caption area for the caption area
Idx_ExpandedExpandedState (int) - Whether the item is expanded to display its children
Idx_ClickedInternal.
Idx_DoubleClickedInternal.

Property index.