.. 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/jam_launch/addons--jam_launch--editor_plugin--ChannelSummary.gd.xml. .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd": "addons/jam_launch/editor_plugin/ChannelSummary.gd" =================================================== **Inherits:** :ref:`MarginContainer` **<** :ref:`Container` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :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:`RichTextLabel` | :ref:`title` | ```` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`link_nav` | ```` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`link_copy` | ```` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ | :ref:`TextureRect` | :ref:`access_icon` | ```` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ | :ref:`CheckButton` | :ref:`check_public` | ```` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ | :ref:`CheckButton` | :ref:`check_guests` | ```` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ | :ref:`CheckButton` | :ref:`check_default` | ```` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Dictionary` | :ref:`c` | ``{}`` | +-------------------------------------------+--------------------------------------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_load_lock_changed` **(** :ref:`bool` locked **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_channel` **(** :ref:`Dictionary` channel_data, :ref:`String` release_name="" **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_config_change` **(** :ref:`bool` _toggled_on **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_signal_update_channel: .. rst-class:: classref-signal **update_channel** **(** :ref:`String` channel, :ref:`Dictionary` data **)** .. 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_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_title: .. rst-class:: classref-property :ref:`RichTextLabel` **title** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_link_nav: .. rst-class:: classref-property :ref:`Button` **link_nav** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_link_copy: .. rst-class:: classref-property :ref:`Button` **link_copy** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_access_icon: .. rst-class:: classref-property :ref:`TextureRect` **access_icon** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_check_public: .. rst-class:: classref-property :ref:`CheckButton` **check_public** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_check_guests: .. rst-class:: classref-property :ref:`CheckButton` **check_guests** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_check_default: .. rst-class:: classref-property :ref:`CheckButton` **check_default** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_property_c: .. rst-class:: classref-property :ref:`Dictionary` **c** = ``{}`` .. 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_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_private_method__load_lock_changed: .. rst-class:: classref-method void **_load_lock_changed** **(** :ref:`bool` locked **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_method_set_channel: .. rst-class:: classref-method void **set_channel** **(** :ref:`Dictionary` channel_data, :ref:`String` release_name="" **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ChannelSummary.gd"_private_method__on_config_change: .. rst-class:: classref-method void **_on_config_change** **(** :ref:`bool` _toggled_on **)** .. 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.)`