Skip to main content

Meta_Button

Module: Metanodes / Definitions

A Button is a clickable GUI object which can trigger actions via Meta_EventHandler children, or a Meta_GUIPropertyLink.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Position, Idx_SizingMode, Idx_Size, Idx_Text, Idx_Image, Idx_Toggle, Idx_ToggledImage, Idx_Draggable, Idx_RadioGroup, Idx_Style, Idx_Toggled, Idx_ToolTip, Idx_ToolTipStyle, Idx_Permission }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, draws itself and its children
Idx_Positionvec3f - Position of the panel relative to its parent
Idx_SizingModeSizingMode (int) - How the panel sizes itself in respect to its contents
Idx_Sizevec2f - Size of the panel, when SizingMode==Fixed
Idx_Textstring - Text to display on the button
Idx_Imagelink - Texture to use as an image to display on the button
Idx_Togglebool - Specifies whether the button is togglable (in which case Idx_Toggled stores the state)
Idx_ToggledImagelink - Texture to use as an image to display on the button when toggled
Idx_Draggablebool - Specifies whether the button is dragable
Idx_RadioGrouplink - Meta_ButtonGroup that this button belongs to. Only one button in a group can be in the Toggled state
Idx_Stylelink - Style to apply to the button (Meta_ColouredButtonStyle, Meta_TexturedButtonStyle)
Idx_Toggledbool - Toggled state of the button (if Idx_Toggle is true)
Idx_ToolTipstring - Text that should appear when hovering
Idx_ToolTipStylestring - Text that should appear when hovering
Idx_Permissionstring - Permission that is required for the button to be visible

Property index.