2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-01-26 16:01:49 +01:00
|
|
|
<class name="ProgressBar" inherits="Range" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2019-06-22 01:04:47 +02:00
|
|
|
General-purpose progress bar.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2019-06-22 01:04:47 +02:00
|
|
|
General-purpose progress bar. Shows fill percentage from right to left.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="percent_visible" type="bool" setter="set_percent_visible" getter="is_percent_visible" default="true">
|
2019-06-29 15:24:23 +02:00
|
|
|
If [code]true[/code], the fill percentage is displayed on the bar.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2019-09-24 13:34:03 +02:00
|
|
|
<member name="size_flags_vertical" type="int" setter="set_v_size_flags" getter="get_v_size_flags" override="true" default="0" />
|
|
|
|
<member name="step" type="float" setter="set_step" getter="get_step" override="true" default="0.01" />
|
2017-09-12 22:42:36 +02:00
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
<theme_items>
|
|
|
|
<theme_item name="bg" type="StyleBox">
|
2020-03-03 19:21:21 +01:00
|
|
|
The style of the background.
|
2017-09-12 22:42:36 +02:00
|
|
|
</theme_item>
|
|
|
|
<theme_item name="fg" type="StyleBox">
|
2020-03-03 19:21:21 +01:00
|
|
|
The style of the progress (i.e. the part that fills the bar).
|
2017-09-12 22:42:36 +02:00
|
|
|
</theme_item>
|
|
|
|
<theme_item name="font" type="Font">
|
2020-03-03 19:21:21 +01:00
|
|
|
Font used to draw the fill percentage if [member percent_visible] is [code]true[/code].
|
2017-09-12 22:42:36 +02:00
|
|
|
</theme_item>
|
2019-07-09 09:13:00 +02:00
|
|
|
<theme_item name="font_color" type="Color" default="Color( 0.94, 0.94, 0.94, 1 )">
|
2020-03-03 19:21:21 +01:00
|
|
|
The color of the text.
|
2017-09-12 22:42:36 +02:00
|
|
|
</theme_item>
|
2019-06-29 12:38:01 +02:00
|
|
|
<theme_item name="font_color_shadow" type="Color" default="Color( 0, 0, 0, 1 )">
|
2020-03-03 19:21:21 +01:00
|
|
|
The color of the text's shadow.
|
2017-09-12 22:42:36 +02:00
|
|
|
</theme_item>
|
|
|
|
</theme_items>
|
|
|
|
</class>
|