[][src]Struct gdnative::ScriptEditor

pub struct ScriptEditor { /* fields omitted */ }

tools class ScriptEditor inherits PanelContainer (unsafe).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Class hierarchy

ScriptEditor inherits methods from:

Tool

This class is used to interact with Godot's editor.

Methods

impl ScriptEditor[src]

pub unsafe fn _add_callback(
    &mut self,
    arg0: Option<Object>,
    arg1: GodotString,
    arg2: StringArray
)
[src]

pub unsafe fn _autosave_scripts(&mut self)[src]

pub unsafe fn _breaked(&mut self, arg0: bool, arg1: bool)[src]

pub unsafe fn _clear_execution(&mut self, arg0: Option<Reference>)[src]

pub unsafe fn _close_all_tabs(&mut self)[src]

pub unsafe fn _close_current_tab(&mut self)[src]

pub unsafe fn _close_discard_current_tab(&mut self, arg0: GodotString)[src]

pub unsafe fn _close_docs_tab(&mut self)[src]

pub unsafe fn _close_other_tabs(&mut self)[src]

pub unsafe fn _copy_script_path(&mut self)[src]

pub unsafe fn _editor_pause(&mut self)[src]

pub unsafe fn _editor_play(&mut self)[src]

pub unsafe fn _editor_settings_changed(&mut self)[src]

pub unsafe fn _editor_stop(&mut self)[src]

pub unsafe fn _file_dialog_action(&mut self, arg0: GodotString)[src]

pub unsafe fn _filter_methods_text_changed(&mut self, arg0: GodotString)[src]

pub unsafe fn _filter_scripts_text_changed(&mut self, arg0: GodotString)[src]

pub unsafe fn _get_debug_tooltip(
    &mut self,
    arg0: GodotString,
    arg1: Option<Node>
) -> GodotString
[src]

pub unsafe fn _goto_script_line(&mut self, arg0: Option<Reference>, arg1: i64)[src]

pub unsafe fn _goto_script_line2(&mut self, arg0: i64)[src]

pub unsafe fn _help_class_goto(&mut self, arg0: GodotString)[src]

pub unsafe fn _help_class_open(&mut self, arg0: GodotString)[src]

pub unsafe fn _help_overview_selected(&mut self, arg0: i64)[src]

pub unsafe fn _history_back(&mut self)[src]

pub unsafe fn _history_forward(&mut self)[src]

pub unsafe fn _live_auto_reload_running_scripts(&mut self)[src]

pub unsafe fn _members_overview_selected(&mut self, arg0: i64)[src]

pub unsafe fn _menu_option(&mut self, arg0: i64)[src]

pub unsafe fn _on_find_in_files_modified_files(&mut self, arg0: StringArray)[src]

pub unsafe fn _on_find_in_files_requested(&mut self, arg0: GodotString)[src]

pub unsafe fn _on_find_in_files_result_selected(
    &mut self,
    arg0: GodotString,
    arg1: i64,
    arg2: i64,
    arg3: i64
)
[src]

pub unsafe fn _open_recent_script(&mut self, arg0: i64)[src]

pub unsafe fn _reload_scripts(&mut self)[src]

pub unsafe fn _request_help(&mut self, arg0: GodotString)[src]

pub unsafe fn _res_saved_callback(&mut self, arg0: Option<Resource>)[src]

pub unsafe fn _resave_scripts(&mut self, arg0: GodotString)[src]

pub unsafe fn _save_history(&mut self)[src]

pub unsafe fn _script_changed(&mut self)[src]

pub unsafe fn _script_created(&mut self, arg0: Option<Script>)[src]

pub unsafe fn _script_list_gui_input(&mut self, arg0: Option<InputEvent>)[src]

pub unsafe fn _script_selected(&mut self, arg0: i64)[src]

pub unsafe fn _script_split_dragged(&mut self, arg0: f64)[src]

pub unsafe fn _set_execution(&mut self, arg0: Option<Reference>, arg1: i64)[src]

pub unsafe fn _show_debugger(&mut self, arg0: bool)[src]

pub unsafe fn _start_find_in_files(&mut self, arg0: bool)[src]

pub unsafe fn _tab_changed(&mut self, arg0: i64)[src]

pub unsafe fn _theme_option(&mut self, arg0: i64)[src]

pub unsafe fn _toggle_members_overview_alpha_sort(&mut self, arg0: bool)[src]

pub unsafe fn _tree_changed(&mut self)[src]

pub unsafe fn _unhandled_input(&mut self, arg0: Option<InputEvent>)[src]

pub unsafe fn _update_autosave_timer(&mut self)[src]

pub unsafe fn _update_members_overview(&mut self)[src]

pub unsafe fn _update_recent_scripts(&mut self)[src]

pub unsafe fn _update_script_connections(&mut self)[src]

pub unsafe fn _update_script_names(&mut self)[src]

pub unsafe fn can_drop_data_fw(
    &self,
    point: Vector2D<f32, UnknownUnit>,
    data: Variant,
    from: Option<Control>
) -> bool
[src]

pub unsafe fn drop_data_fw(
    &mut self,
    point: Vector2D<f32, UnknownUnit>,
    data: Variant,
    from: Option<Control>
)
[src]

pub unsafe fn get_current_script(&mut self) -> Option<Script>[src]

pub unsafe fn get_drag_data_fw(
    &mut self,
    point: Vector2D<f32, UnknownUnit>,
    from: Option<Control>
) -> Variant
[src]

pub unsafe fn get_open_scripts(&self) -> VariantArray[src]

pub unsafe fn goto_line(&mut self, line_number: i64)[src]

pub unsafe fn open_script_create_dialog(
    &mut self,
    base_name: GodotString,
    base_path: GodotString
)
[src]

pub unsafe fn to_panel_container(&self) -> PanelContainer[src]

Up-cast.

pub unsafe fn to_container(&self) -> Container[src]

Up-cast.

pub unsafe fn to_control(&self) -> Control[src]

Up-cast.

pub unsafe fn to_canvas_item(&self) -> CanvasItem[src]

Up-cast.

pub unsafe fn to_node(&self) -> Node[src]

Up-cast.

pub unsafe fn to_object(&self) -> Object[src]

Up-cast.

pub unsafe fn cast<T>(&self) -> Option<T> where
    T: GodotObject
[src]

Generic dynamic cast.

Methods from Deref<Target = PanelContainer>

pub unsafe fn to_container(&self) -> Container[src]

Up-cast.

pub unsafe fn to_control(&self) -> Control[src]

Up-cast.

pub unsafe fn to_canvas_item(&self) -> CanvasItem[src]

Up-cast.

pub unsafe fn to_node(&self) -> Node[src]

Up-cast.

pub unsafe fn to_object(&self) -> Object[src]

Up-cast.

pub unsafe fn cast<T>(&self) -> Option<T> where
    T: GodotObject
[src]

Generic dynamic cast.

Trait Implementations

impl Clone for ScriptEditor[src]

impl Copy for ScriptEditor[src]

impl Debug for ScriptEditor[src]

impl Deref for ScriptEditor[src]

type Target = PanelContainer

The resulting type after dereferencing.

impl DerefMut for ScriptEditor[src]

impl FromVariant for ScriptEditor[src]

impl GodotObject for ScriptEditor[src]

impl QueueFree for ScriptEditor[src]

impl ToVariant for ScriptEditor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Export for T where
    T: GodotObject + ToVariant
[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.