.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/ThemeDB.xml. .. _class_ThemeDB: ThemeDB ======= **Inherits:** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------+------------------------------------------------------------------------+---------+ | :ref:`float` | :ref:`fallback_base_scale` | ``1.0`` | +-----------------------------------+------------------------------------------------------------------------+---------+ | :ref:`Font` | :ref:`fallback_font` | | +-----------------------------------+------------------------------------------------------------------------+---------+ | :ref:`int` | :ref:`fallback_font_size` | ``16`` | +-----------------------------------+------------------------------------------------------------------------+---------+ | :ref:`Texture2D` | :ref:`fallback_icon` | | +-----------------------------------+------------------------------------------------------------------------+---------+ | :ref:`StyleBox` | :ref:`fallback_stylebox` | | +-----------------------------------+------------------------------------------------------------------------+---------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------+------------------------------------------------------------------------------+ | :ref:`Theme` | :ref:`get_default_theme` **(** **)** | +---------------------------+------------------------------------------------------------------------------+ | :ref:`Theme` | :ref:`get_project_theme` **(** **)** | +---------------------------+------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_ThemeDB_signal_fallback_changed: .. rst-class:: classref-signal **fallback_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_ThemeDB_property_fallback_base_scale: .. rst-class:: classref-property :ref:`float` **fallback_base_scale** = ``1.0`` .. rst-class:: classref-property-setget - void **set_fallback_base_scale** **(** :ref:`float` value **)** - :ref:`float` **get_fallback_base_scale** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ThemeDB_property_fallback_font: .. rst-class:: classref-property :ref:`Font` **fallback_font** .. rst-class:: classref-property-setget - void **set_fallback_font** **(** :ref:`Font` value **)** - :ref:`Font` **get_fallback_font** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ThemeDB_property_fallback_font_size: .. rst-class:: classref-property :ref:`int` **fallback_font_size** = ``16`` .. rst-class:: classref-property-setget - void **set_fallback_font_size** **(** :ref:`int` value **)** - :ref:`int` **get_fallback_font_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ThemeDB_property_fallback_icon: .. rst-class:: classref-property :ref:`Texture2D` **fallback_icon** .. rst-class:: classref-property-setget - void **set_fallback_icon** **(** :ref:`Texture2D` value **)** - :ref:`Texture2D` **get_fallback_icon** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ThemeDB_property_fallback_stylebox: .. rst-class:: classref-property :ref:`StyleBox` **fallback_stylebox** .. rst-class:: classref-property-setget - void **set_fallback_stylebox** **(** :ref:`StyleBox` value **)** - :ref:`StyleBox` **get_fallback_stylebox** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_ThemeDB_method_get_default_theme: .. rst-class:: classref-method :ref:`Theme` **get_default_theme** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ThemeDB_method_get_project_theme: .. rst-class:: classref-method :ref:`Theme` **get_project_theme** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`