Skip to content

QuickBarCard

Inherits: Container

Properties

Type Name Default
String title "Section"
bool is_toggled false
VBoxContainer header_container
Label label
TextureRect highlight
VBoxContainer content_container
FocusGroupSetter focus_group_setter
SmoothScrollEffect smooth_scroll
GrowerEffect grower
bool effect_in_progress false
FocusGroup focus_group
CustomLogger logger

Methods

Returns Signature
void add_header(content: Control, alignment: int)
void add_content(content: Control)

Property Descriptions

title

String title = "Section"

Note

There is currently no description for this property. Please help us by contributing one!

is_toggled

bool is_toggled = false

Note

There is currently no description for this property. Please help us by contributing one!

header_container

VBoxContainer header_container

Note

There is currently no description for this property. Please help us by contributing one!

label

Label label

Note

There is currently no description for this property. Please help us by contributing one!

highlight

TextureRect highlight

Note

There is currently no description for this property. Please help us by contributing one!

content_container

VBoxContainer content_container

Note

There is currently no description for this property. Please help us by contributing one!

focus_group_setter

FocusGroupSetter focus_group_setter

Note

There is currently no description for this property. Please help us by contributing one!

smooth_scroll

SmoothScrollEffect smooth_scroll

Note

There is currently no description for this property. Please help us by contributing one!

grower

GrowerEffect grower

Note

There is currently no description for this property. Please help us by contributing one!

effect_in_progress

bool effect_in_progress = false

Note

There is currently no description for this property. Please help us by contributing one!

focus_group

FocusGroup focus_group

Note

There is currently no description for this property. Please help us by contributing one!

logger

CustomLogger logger

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

add_header()

void add_header(content: Control, alignment: int)

Add the given content as the header to the card. Disables the section header when used.

add_content()

void add_content(content: Control)

Add the given content to the card