Struct SignalsInEditorProperty
pub struct SignalsInEditorProperty<'c> { /* private fields */ }
Expand description
A collection of signals for the EditorProperty
class.
Implementations§
§impl<'c> SignalsInEditorProperty<'c>
impl<'c> SignalsInEditorProperty<'c>
pub fn property_changed(&mut self) -> SigPropertyChanged<'c>
pub fn property_changed(&mut self) -> SigPropertyChanged<'c>
Signature: (property: StringName, value: Variant, field: StringName, changing: bool)
pub fn multiple_properties_changed(
&mut self,
) -> SigMultiplePropertiesChanged<'c>
pub fn multiple_properties_changed( &mut self, ) -> SigMultiplePropertiesChanged<'c>
Signature: (properties: PackedStringArray, value: VariantArray)
pub fn property_keyed(&mut self) -> SigPropertyKeyed<'c>
pub fn property_keyed(&mut self) -> SigPropertyKeyed<'c>
Signature: (property: StringName)
pub fn property_deleted(&mut self) -> SigPropertyDeleted<'c>
pub fn property_deleted(&mut self) -> SigPropertyDeleted<'c>
Signature: (property: StringName)
pub fn property_keyed_with_value(&mut self) -> SigPropertyKeyedWithValue<'c>
pub fn property_keyed_with_value(&mut self) -> SigPropertyKeyedWithValue<'c>
Signature: (property: StringName, value: Variant)
pub fn property_checked(&mut self) -> SigPropertyChecked<'c>
pub fn property_checked(&mut self) -> SigPropertyChecked<'c>
Signature: (property: StringName, checked: bool)
pub fn property_favorited(&mut self) -> SigPropertyFavorited<'c>
pub fn property_favorited(&mut self) -> SigPropertyFavorited<'c>
Signature: (property: StringName, favorited: bool)
pub fn property_pinned(&mut self) -> SigPropertyPinned<'c>
pub fn property_pinned(&mut self) -> SigPropertyPinned<'c>
Signature: (property: StringName, pinned: bool)
pub fn property_can_revert_changed(&mut self) -> SigPropertyCanRevertChanged<'c>
pub fn property_can_revert_changed(&mut self) -> SigPropertyCanRevertChanged<'c>
Signature: (property: StringName, can_revert: bool)
pub fn resource_selected(&mut self) -> SigResourceSelected<'c>
pub fn resource_selected(&mut self) -> SigResourceSelected<'c>
Signature: (path: GString, resource: Gd<Resource>)
pub fn object_id_selected(&mut self) -> SigObjectIdSelected<'c>
pub fn object_id_selected(&mut self) -> SigObjectIdSelected<'c>
Signature: (property: StringName, id: i64)
pub fn selected(&mut self) -> SigSelected<'c>
pub fn selected(&mut self) -> SigSelected<'c>
Signature: (path: GString, focusable_idx: i64)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInEditorProperty<'c>
impl<'c> RefUnwindSafe for SignalsInEditorProperty<'c>
impl<'c> !Send for SignalsInEditorProperty<'c>
impl<'c> !Sync for SignalsInEditorProperty<'c>
impl<'c> Unpin for SignalsInEditorProperty<'c>
impl<'c> !UnwindSafe for SignalsInEditorProperty<'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