.. 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/JamEditorPluginDashboard.xml. .. _class_JamEditorPluginDashboard: JamEditorPluginDashboard ======================== **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:`Variant` | :ref:`msg_scn` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`EditorPlugin` | :ref:`plugin` | | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamProjectApi` | :ref:`project_api` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`ScopeLocker` | :ref:`load_locker` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamPageStack` | :ref:`pages` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamEditorPluginPage` | :ref:`login_page` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamEditorPluginPage` | :ref:`project_select_page` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamEditorPluginPage` | :ref:`project_page` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamEditorPluginPage` | :ref:`new_project_page` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamEditorPluginPage` | :ref:`sessions_page` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`VBoxContainer` | :ref:`errors` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`HBoxContainer` | :ref:`toolbar` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`toolbar_refresh` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`toolbar_back` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`Label` | :ref:`toolbar_title` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ | :ref:`JamAuthProxy` | :ref:`auth_proxy` | ```` | +-------------------------------------------------------+-----------------------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Texture2D` | :ref:`editor_icon` **(** :ref:`StringName` name **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_page_stack_tab_changed` **(** :ref:`Variant` _tab **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_page` **(** :ref:`JamEditorPluginPage` page, :ref:`bool` push_to_stack=true **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_jwt_changed` **(** :ref:`Variant` token **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_project_select_open_project` **(** :ref:`String` project_id, :ref:`String` project_name **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_project_select_new_project` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_new_project_cancel` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_new_project_create_done` **(** :ref:`String` project_id, :ref:`String` project_name **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_project_session_page_selected` **(** :ref:`String` project_id, :ref:`String` project_name **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_error` **(** :ref:`String` msg, :ref:`float` auto_dismiss_delay=0.0 **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_message` **(** :ref:`String` msg, :ref:`float` auto_dismiss=0.0 **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_log_out_pressed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_refresh_pressed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_back_pressed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_load_locker_lock_changed` **(** :ref:`Variant` locked **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_JamEditorPluginDashboard_property_msg_scn: .. rst-class:: classref-property :ref:`Variant` **msg_scn** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_plugin: .. rst-class:: classref-property :ref:`EditorPlugin` **plugin** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_project_api: .. rst-class:: classref-property :ref:`JamProjectApi` **project_api** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_load_locker: .. rst-class:: classref-property :ref:`ScopeLocker` **load_locker** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_pages: .. rst-class:: classref-property :ref:`JamPageStack` **pages** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_login_page: .. rst-class:: classref-property :ref:`JamEditorPluginPage` **login_page** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_project_select_page: .. rst-class:: classref-property :ref:`JamEditorPluginPage` **project_select_page** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_project_page: .. rst-class:: classref-property :ref:`JamEditorPluginPage` **project_page** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_new_project_page: .. rst-class:: classref-property :ref:`JamEditorPluginPage` **new_project_page** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_sessions_page: .. rst-class:: classref-property :ref:`JamEditorPluginPage` **sessions_page** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_errors: .. rst-class:: classref-property :ref:`VBoxContainer` **errors** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_toolbar: .. rst-class:: classref-property :ref:`HBoxContainer` **toolbar** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_toolbar_refresh: .. rst-class:: classref-property :ref:`Button` **toolbar_refresh** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_toolbar_back: .. rst-class:: classref-property :ref:`Button` **toolbar_back** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_toolbar_title: .. rst-class:: classref-property :ref:`Label` **toolbar_title** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_property_auth_proxy: .. rst-class:: classref-property :ref:`JamAuthProxy` **auth_proxy** = ```` .. 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_JamEditorPluginDashboard_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_JamEditorPluginDashboard_method_editor_icon: .. rst-class:: classref-method :ref:`Texture2D` **editor_icon** **(** :ref:`StringName` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_page_stack_tab_changed: .. rst-class:: classref-method void **_on_page_stack_tab_changed** **(** :ref:`Variant` _tab **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_method_show_page: .. rst-class:: classref-method void **show_page** **(** :ref:`JamEditorPluginPage` page, :ref:`bool` push_to_stack=true **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_jwt_changed: .. rst-class:: classref-method void **_on_jwt_changed** **(** :ref:`Variant` token **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_project_select_open_project: .. rst-class:: classref-method void **_on_project_select_open_project** **(** :ref:`String` project_id, :ref:`String` project_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_project_select_new_project: .. rst-class:: classref-method void **_on_project_select_new_project** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_new_project_cancel: .. rst-class:: classref-method void **_on_new_project_cancel** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_new_project_create_done: .. rst-class:: classref-method void **_on_new_project_create_done** **(** :ref:`String` project_id, :ref:`String` project_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_project_session_page_selected: .. rst-class:: classref-method void **_on_project_session_page_selected** **(** :ref:`String` project_id, :ref:`String` project_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_method_show_error: .. rst-class:: classref-method void **show_error** **(** :ref:`String` msg, :ref:`float` auto_dismiss_delay=0.0 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_method_show_message: .. rst-class:: classref-method void **show_message** **(** :ref:`String` msg, :ref:`float` auto_dismiss=0.0 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_log_out_pressed: .. rst-class:: classref-method void **_on_log_out_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_refresh_pressed: .. rst-class:: classref-method void **_on_refresh_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_back_pressed: .. rst-class:: classref-method void **_on_back_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamEditorPluginDashboard_private_method__on_load_locker_lock_changed: .. rst-class:: classref-method void **_on_load_locker_lock_changed** **(** :ref:`Variant` locked **)** .. 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.)`