Skip to main content

Meta_TexturedButtonStyle

Module: Metanodes / Definitions

A TexturedButtonStyle provides controls for texturing a Meta_Button as well as content layout controls.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Texture_normal, Idx_TextureRect_normal, Idx_Texture_hovering, Idx_TextureRect_hovering, Idx_Texture_pressed, Idx_TextureRect_pressed, Idx_Texture_toggled, Idx_TextureRect_toggled, Idx_CornerSize, Idx_CornerTextureSize, Idx_TextSize, Idx_TextPadding, Idx_TextColour, Idx_Font, Idx_ImageSize, Idx_ImagePosition, Idx_HAlign, Idx_VAlign, Idx_Borders, Idx_TextureRot_normal, Idx_TextureRot_hovering, Idx_TextureRot_pressed, Idx_TextureRot_toggled }
Property index.
enumImagePosition { IMAGEPOSITION_LEFT, IMAGEPOSITION_TOP, IMAGEPOSITION_RIGHT, IMAGEPOSITION_BOTTOM, IMAGEPOSITION_CENTRE }
Values for Idx_ImagePosition.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Texture_normallink - Texture to use to display normal state
Idx_TextureRect_normalvec4f - Section of the texture to use, position and size in UV coordinates
Idx_Texture_hoveringlink - Texture to use to display hovering state
Idx_TextureRect_hoveringvec4f - Section of the texture to use, position and size in UV coordinates
Idx_Texture_pressedlink - Texture to use to display pressed state
Idx_TextureRect_pressedvec4f - Section of the texture to use, position and size in UV coordinates
Idx_Texture_toggledlink - Texture to use to display toggled state
Idx_TextureRect_toggledvec4f - Section of the texture to use, position and size in UV coordinates
Idx_CornerSizevec2f - Size of the corners in panel units
Idx_CornerTextureSizevec2f - Size of the corner graphics in the texture, in UV coordinates
Idx_TextSizefloat - Scalar applied to text to control its size
Idx_TextPaddingvec2f - Padding around text
Idx_TextColourvec4f - Text colour; RGBA 0.0f to 1.0f
Idx_Fontlink - Font to use to display the text (Meta_Font)
Idx_ImageSizefloat - Scalar applied to image to control its size
Idx_ImagePositionImagePosition (int) - How to align the image around the text
Idx_HAlignHAlign (int) - How to align the objects horizontally
Idx_VAlignVAlign (int) - How to align the objects vertically
Idx_Bordersvec2f - Padding around the edge of the button
Idx_TextureRot_normalfloat - Rotation of the texture (degrees) for the normal state for the normal state
Idx_TextureRot_hoveringfloat - Rotation of the texture (degrees) for the hovering state for the hovering state
Idx_TextureRot_pressedfloat - Rotation of the texture (degrees) for the pressed state for the pressed state
Idx_TextureRot_toggledfloat - Rotation of the texture (degrees) for the toggled state for the toggled state

Property index.

enum ImagePosition

EnumeratorValueDescription
IMAGEPOSITION_LEFT(Symbols - C: "ImagePositionLeft", Lua: __TexturedButtonStyle_ImagePositionLeft)
IMAGEPOSITION_TOP(Symbols - C: "ImagePositionTop", Lua: __TexturedButtonStyle_ImagePositionTop)
IMAGEPOSITION_RIGHT(Symbols - C: "ImagePositionRight", Lua: __TexturedButtonStyle_ImagePositionRight)
IMAGEPOSITION_BOTTOM(Symbols - C: "ImagePositionBottom", Lua: __TexturedButtonStyle_ImagePositionBottom)
IMAGEPOSITION_CENTRE(Symbols - C: "ImagePositionCentre", Lua: __TexturedButtonStyle_ImagePositionCentre)

Values for Idx_ImagePosition.