.. 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--ReleaseSummary.gd.xml. .. _class_"addons/jam_launch/editor_plugin/ReleaseSummary.gd": "addons/jam_launch/editor_plugin/ReleaseSummary.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:`CheckButton` | :ref:`check_public` | ```` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`TextureRect` | :ref:`access_icon` | ```` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`GridContainer` | :ref:`jobs` | ```` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`CheckButton` | :ref:`check_guests` | ```` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`MenuButton` | :ref:`channel_menu` | ```` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`Control` | :ref:`current_channel` | ```` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`Label` | :ref:`current_channel_lbl` | ```` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`JamEditorPluginDashboard` | :ref:`dashboard` | | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`String` | :ref:`project_id` | ``""`` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`String` | :ref:`release_id` | ``""`` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`Variant` | :ref:`release_data` | | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`bool` | :ref:`local_export_active` | ``false`` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ | :ref:`Variant` | :ref:`dashboard_url` | ``"https://app.jamlaunch.com"`` | +-----------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_load_lock_changed` **(** :ref:`bool` locked **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_channels` **(** :ref:`Array` channels **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_release` **(** :ref:`String` proj_id, :ref:`Dictionary` r **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`release_page_uri` **(** **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_copy_pressed` **(** **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_check_public_toggled` **(** :ref:`bool` toggled_on **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_show_logs` **(** :ref:`String` log_url **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_page_link_pressed` **(** **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`on_export_active_changed` **(** :ref:`bool` export_active **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_check_guests_toggled` **(** :ref:`bool` toggled_on **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_clear_channel_pressed` **(** **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_channel_selected` **(** :ref:`int` idx **)** | +-----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_"addons/jam_launch/editor_plugin/ReleaseSummary.gd"_signal_update_release: .. rst-class:: classref-signal **update_release** **(** :ref:`String` release_id, :ref:`Dictionary` data **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ReleaseSummary.gd"_signal_show_logs: .. rst-class:: classref-signal **show_logs** **(** :ref:`String` log_url **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/ReleaseSummary.gd"_signal_build_busy: .. rst-class:: classref-signal **build_busy** **(** **)** .. 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/ReleaseSummary.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/ReleaseSummary.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/ReleaseSummary.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/ReleaseSummary.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/ReleaseSummary.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/ReleaseSummary.gd"_property_jobs: .. rst-class:: classref-property :ref:`GridContainer` **jobs** = ```` .. 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/ReleaseSummary.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/ReleaseSummary.gd"_property_channel_menu: .. rst-class:: classref-property :ref:`MenuButton` **channel_menu** = ```` .. 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/ReleaseSummary.gd"_property_current_channel: .. rst-class:: classref-property :ref:`Control` **current_channel** = ```` .. 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/ReleaseSummary.gd"_property_current_channel_lbl: .. rst-class:: classref-property :ref:`Label` **current_channel_lbl** = ```` .. 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/ReleaseSummary.gd"_property_dashboard: .. rst-class:: classref-property :ref:`JamEditorPluginDashboard` **dashboard** .. rst-class:: classref-property-setget - void **@dashboard_setter** **(** :ref:`JamEditorPluginDashboard` value **)** .. 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/ReleaseSummary.gd"_property_project_id: .. rst-class:: classref-property :ref:`String` **project_id** = ``""`` .. 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/ReleaseSummary.gd"_property_release_id: .. rst-class:: classref-property :ref:`String` **release_id** = ``""`` .. 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/ReleaseSummary.gd"_property_release_data: .. rst-class:: classref-property :ref:`Variant` **release_data** .. 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/ReleaseSummary.gd"_property_local_export_active: .. rst-class:: classref-property :ref:`bool` **local_export_active** = ``false`` .. 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/ReleaseSummary.gd"_property_dashboard_url: .. rst-class:: classref-property :ref:`Variant` **dashboard_url** = ``"https://app.jamlaunch.com"`` .. 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/ReleaseSummary.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/ReleaseSummary.gd"_private_method__ready: .. rst-class:: classref-method void **_ready** **(** **)** .. 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/ReleaseSummary.gd"_method_set_channels: .. rst-class:: classref-method void **set_channels** **(** :ref:`Array` channels **)** .. 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/ReleaseSummary.gd"_method_set_release: .. rst-class:: classref-method void **set_release** **(** :ref:`String` proj_id, :ref:`Dictionary` r **)** .. 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/ReleaseSummary.gd"_method_release_page_uri: .. rst-class:: classref-method :ref:`String` **release_page_uri** **(** **)** .. 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/ReleaseSummary.gd"_private_method__on_copy_pressed: .. rst-class:: classref-method void **_on_copy_pressed** **(** **)** .. 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/ReleaseSummary.gd"_private_method__on_check_public_toggled: .. rst-class:: classref-method void **_on_check_public_toggled** **(** :ref:`bool` toggled_on **)** .. 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/ReleaseSummary.gd"_private_method__show_logs: .. rst-class:: classref-method void **_show_logs** **(** :ref:`String` log_url **)** .. 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/ReleaseSummary.gd"_private_method__on_page_link_pressed: .. rst-class:: classref-method void **_on_page_link_pressed** **(** **)** .. 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/ReleaseSummary.gd"_method_on_export_active_changed: .. rst-class:: classref-method void **on_export_active_changed** **(** :ref:`bool` export_active **)** .. 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/ReleaseSummary.gd"_private_method__on_check_guests_toggled: .. rst-class:: classref-method void **_on_check_guests_toggled** **(** :ref:`bool` toggled_on **)** .. 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/ReleaseSummary.gd"_private_method__on_clear_channel_pressed: .. rst-class:: classref-method void **_on_clear_channel_pressed** **(** **)** .. 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/ReleaseSummary.gd"_private_method__on_channel_selected: .. rst-class:: classref-method void **_on_channel_selected** **(** :ref:`int` idx **)** .. 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.)`