“addons/jam_launch/editor_plugin/Project.gd”
Inherits: JamEditorPluginPage < Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Methods
void |
_ready ( ) |
void |
_page_init ( ) |
void |
show_init ( ) |
void |
_load_lock_changed ( bool locked ) |
void |
refresh_page ( ) |
void |
show_project ( String project_id, String project_name=”…” ) |
refresh_project ( float repeat=0.0 ) |
|
void |
setup_project_data ( Variant p ) |
void |
_update_release ( String release_id, Dictionary props ) |
void |
_update_channel ( String channel, Dictionary props ) |
void |
_on_build_busy ( ) |
void |
_show_logs ( String log_url ) |
void |
|
_export_prep ( Dictionary cfg ) |
|
_do_export ( Dictionary config, Dictionary prepare_result ) |
|
void |
|
void |
|
void |
|
void |
|
void |
_on_config_item_selected ( Variant _index ) |
void |
_on_platform_option_selected ( int idx ) |
void |
_on_export_busy_lock_changed ( Variant locked ) |
void |
_on_export_prep_busy_lock_changed ( Variant locked ) |
void |
|
void |
|
void |
_on_channel_update_busy_lock_changed ( bool locked ) |
Signals
request_projects_update ( )
There is currently no description for this signal. Please help us by contributing one!
go_back ( )
There is currently no description for this signal. Please help us by contributing one!
session_page_selected ( String project_id, String project_name )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
OptionButton net_mode_box = <unknown>
There is currently no description for this property. Please help us by contributing one!
Popup log_popup = <unknown>
There is currently no description for this property. Please help us by contributing one!
TextEdit log_display = <unknown>
There is currently no description for this property. Please help us by contributing one!
Button btn_deploy = <unknown>
There is currently no description for this property. Please help us by contributing one!
Button btn_delete = <unknown>
There is currently no description for this property. Please help us by contributing one!
Button btn_sessions = <unknown>
There is currently no description for this property. Please help us by contributing one!
Control deploy_busy = <unknown>
There is currently no description for this property. Please help us by contributing one!
MenuButton platform_options = <unknown>
There is currently no description for this property. Please help us by contributing one!
Control no_deployments = <unknown>
There is currently no description for this property. Please help us by contributing one!
VBoxContainer channels_root = <unknown>
There is currently no description for this property. Please help us by contributing one!
VBoxContainer releases_root = <unknown>
There is currently no description for this property. Please help us by contributing one!
ScopeLocker export_busy = <unknown>
There is currently no description for this property. Please help us by contributing one!
ScopeLocker export_prep_busy = <unknown>
There is currently no description for this property. Please help us by contributing one!
SpinBox export_timeout = <unknown>
There is currently no description for this property. Please help us by contributing one!
CheckBox export_parallel = <unknown>
There is currently no description for this property. Please help us by contributing one!
HTTPRequest log_request = <unknown>
There is currently no description for this property. Please help us by contributing one!
Variant project_data = []
There is currently no description for this property. Please help us by contributing one!
Variant refresh_retries = 0
There is currently no description for this property. Please help us by contributing one!
Variant active_project
There is currently no description for this property. Please help us by contributing one!
Variant active_id = ""
There is currently no description for this property. Please help us by contributing one!
bool waiting_for_export = false
There is currently no description for this property. Please help us by contributing one!
JamAutoExport auto_export
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void _ready ( )
There is currently no description for this method. Please help us by contributing one!
void _page_init ( )
There is currently no description for this method. Please help us by contributing one!
void show_init ( )
There is currently no description for this method. Please help us by contributing one!
void _load_lock_changed ( bool locked )
There is currently no description for this method. Please help us by contributing one!
void refresh_page ( )
There is currently no description for this method. Please help us by contributing one!
void show_project ( String project_id, String project_name=”…” )
There is currently no description for this method. Please help us by contributing one!
bool refresh_project ( float repeat=0.0 )
There is currently no description for this method. Please help us by contributing one!
void setup_project_data ( Variant p )
There is currently no description for this method. Please help us by contributing one!
void _update_release ( String release_id, Dictionary props )
There is currently no description for this method. Please help us by contributing one!
void _update_channel ( String channel, Dictionary props )
There is currently no description for this method. Please help us by contributing one!
void _on_build_busy ( )
There is currently no description for this method. Please help us by contributing one!
void _show_logs ( String log_url )
There is currently no description for this method. Please help us by contributing one!
void _on_btn_deploy_pressed ( )
There is currently no description for this method. Please help us by contributing one!
JamResult _export_prep ( Dictionary cfg )
There is currently no description for this method. Please help us by contributing one!
JamError _do_export ( Dictionary config, Dictionary prepare_result )
There is currently no description for this method. Please help us by contributing one!
void _on_auto_refresh_timer_timeout ( )
There is currently no description for this method. Please help us by contributing one!
void _on_btn_delete_pressed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_confirm_delete_confirmed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_btn_sessions_pressed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_config_item_selected ( Variant _index )
There is currently no description for this method. Please help us by contributing one!
void _on_platform_option_selected ( int idx )
There is currently no description for this method. Please help us by contributing one!
void _on_export_busy_lock_changed ( Variant locked )
There is currently no description for this method. Please help us by contributing one!
void _on_export_prep_busy_lock_changed ( Variant locked )
There is currently no description for this method. Please help us by contributing one!
void _on_add_channel_pressed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_create_channel_confirmed ( )
There is currently no description for this method. Please help us by contributing one!
void _on_channel_update_busy_lock_changed ( bool locked )
There is currently no description for this method. Please help us by contributing one!