Struct SignalsInEditorPlugin
pub struct SignalsInEditorPlugin<'c> { /* private fields */ }
Expand description
A collection of signals for the EditorPlugin
class.
Implementations§
§impl<'c> SignalsInEditorPlugin<'c>
impl<'c> SignalsInEditorPlugin<'c>
pub fn scene_changed(&mut self) -> SigSceneChanged<'c>
pub fn scene_changed(&mut self) -> SigSceneChanged<'c>
Signature: (scene_root: Gd<Node>)
pub fn scene_closed(&mut self) -> SigSceneClosed<'c>
pub fn scene_closed(&mut self) -> SigSceneClosed<'c>
Signature: (filepath: GString)
pub fn main_screen_changed(&mut self) -> SigMainScreenChanged<'c>
pub fn main_screen_changed(&mut self) -> SigMainScreenChanged<'c>
Signature: (screen_name: GString)
pub fn resource_saved(&mut self) -> SigResourceSaved<'c>
pub fn resource_saved(&mut self) -> SigResourceSaved<'c>
Signature: (resource: Gd<Resource>)
pub fn scene_saved(&mut self) -> SigSceneSaved<'c>
pub fn scene_saved(&mut self) -> SigSceneSaved<'c>
Signature: (filepath: GString)
pub fn project_settings_changed(&mut self) -> SigProjectSettingsChanged<'c>
pub fn project_settings_changed(&mut self) -> SigProjectSettingsChanged<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInEditorPlugin<'c>
impl<'c> RefUnwindSafe for SignalsInEditorPlugin<'c>
impl<'c> !Send for SignalsInEditorPlugin<'c>
impl<'c> !Sync for SignalsInEditorPlugin<'c>
impl<'c> Unpin for SignalsInEditorPlugin<'c>
impl<'c> !UnwindSafe for SignalsInEditorPlugin<'c>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more