Struct SignalsInEditorInspector
pub struct SignalsInEditorInspector<'c> { /* private fields */ }
Expand description
A collection of signals for the EditorInspector
class.
Implementations§
§impl<'c> SignalsInEditorInspector<'c>
impl<'c> SignalsInEditorInspector<'c>
pub fn property_selected(&mut self) -> SigPropertySelected<'c>
pub fn property_selected(&mut self) -> SigPropertySelected<'c>
Signature: (property: GString)
pub fn property_keyed(&mut self) -> SigPropertyKeyed<'c>
pub fn property_keyed(&mut self) -> SigPropertyKeyed<'c>
Signature: (property: GString, value: Variant, advance: bool)
pub fn property_deleted(&mut self) -> SigPropertyDeleted<'c>
pub fn property_deleted(&mut self) -> SigPropertyDeleted<'c>
Signature: (property: GString)
pub fn resource_selected(&mut self) -> SigResourceSelected<'c>
pub fn resource_selected(&mut self) -> SigResourceSelected<'c>
Signature: (resource: Gd<Resource>, path: GString)
pub fn object_id_selected(&mut self) -> SigObjectIdSelected<'c>
pub fn object_id_selected(&mut self) -> SigObjectIdSelected<'c>
Signature: (id: i64)
pub fn property_edited(&mut self) -> SigPropertyEdited<'c>
pub fn property_edited(&mut self) -> SigPropertyEdited<'c>
Signature: (property: GString)
pub fn property_toggled(&mut self) -> SigPropertyToggled<'c>
pub fn property_toggled(&mut self) -> SigPropertyToggled<'c>
Signature: (property: GString, checked: bool)
pub fn edited_object_changed(&mut self) -> SigEditedObjectChanged<'c>
pub fn edited_object_changed(&mut self) -> SigEditedObjectChanged<'c>
Signature: ()
pub fn restart_requested(&mut self) -> SigRestartRequested<'c>
pub fn restart_requested(&mut self) -> SigRestartRequested<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInEditorInspector<'c>
impl<'c> RefUnwindSafe for SignalsInEditorInspector<'c>
impl<'c> !Send for SignalsInEditorInspector<'c>
impl<'c> !Sync for SignalsInEditorInspector<'c>
impl<'c> Unpin for SignalsInEditorInspector<'c>
impl<'c> !UnwindSafe for SignalsInEditorInspector<'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