pub struct SenderAvatar {
avatar: TemplateChild<Avatar>,
user_id_btn: TemplateChild<Button>,
active: Cell<bool>,
direct_member_handler: RefCell<Option<SignalHandlerId>>,
permissions_handler: RefCell<Option<SignalHandlerId>>,
sender: BoundObject<Member>,
popover: BoundObject<PopoverMenu>,
}
Fields§
§avatar: TemplateChild<Avatar>
§user_id_btn: TemplateChild<Button>
§active: Cell<bool>
Whether this avatar is active.
This avatar is active when the popover is displayed.
direct_member_handler: RefCell<Option<SignalHandlerId>>
§permissions_handler: RefCell<Option<SignalHandlerId>>
§sender: BoundObject<Member>
The displayed member.
popover: BoundObject<PopoverMenu>
The popover of this avatar.
Implementations§
Source§impl SenderAvatar
impl SenderAvatar
Sourcefn register_type()
fn register_type()
Registers the type only once.
Source§impl SenderAvatar
impl SenderAvatar
Sourcefn set_sender(&self, sender: Option<Member>)
fn set_sender(&self, sender: Option<Member>)
Set the list of room members.
Sourcefn disconnect_signals(&self)
fn disconnect_signals(&self)
Disconnect all the signals.
Sourcefn update_accessible_label(&self)
fn update_accessible_label(&self)
Update the accessible label for the current sender.
Sourcefn update_actions(&self)
fn update_actions(&self)
Update the actions for the current state.
Sourcefn set_popover(&self, popover: Option<PopoverMenu>)
fn set_popover(&self, popover: Option<PopoverMenu>)
Set the popover of this avatar.
Sourcefn set_active(&self, active: bool)
fn set_active(&self, active: bool)
Set whether this avatar is active.
Sourcefn set_pressed_state(&self, pressed: bool)
fn set_pressed_state(&self, pressed: bool)
Set the CSS and a11 states.
Sourcefn room_history(&self) -> Option<RoomHistory>
fn room_history(&self) -> Option<RoomHistory>
The RoomHistory
that is an ancestor of this avatar.
Sourcefn show_popover(&self, _n_press: i32, x: f64, y: f64)
fn show_popover(&self, _n_press: i32, x: f64, y: f64)
Handle a click on the container.
Shows a popover with the room member menu.
Sourcefn view_details(&self)
fn view_details(&self)
View the sender details.
Sourceasync fn open_direct_chat(&self)
async fn open_direct_chat(&self)
Open a direct chat with the current sender.
If one doesn’t exist already, it is created.
Sourceasync fn toggle_muted(&self)
async fn toggle_muted(&self)
(Un)mute the user in the room.
Sourceasync fn remove_messages(&self)
async fn remove_messages(&self)
Remove the known events of the room member.
async fn remove_known_messages_inner( &self, sender: &Member, events: Vec<OwnedEventId>, reason: Option<String>, )
Sourceasync fn toggle_ignored(&self)
async fn toggle_ignored(&self)
Toggle whether the user is ignored or not.
Trait Implementations§
Source§impl AccessibleImpl for SenderAvatar
impl AccessibleImpl for SenderAvatar
fn first_accessible_child(&self) -> Option<Accessible>
fn platform_state(&self, state: AccessiblePlatformState) -> bool
fn bounds(&self) -> Option<(i32, i32, i32, i32)>
fn at_context(&self) -> Option<ATContext>
fn accessible_parent(&self) -> Option<Accessible>
fn next_accessible_sibling(&self) -> Option<Accessible>
Source§impl CompositeTemplate for SenderAvatar
impl CompositeTemplate for SenderAvatar
fn bind_template(klass: &mut Self::Class)
fn check_template_children(widget: &<Self as ObjectSubclass>::Type)
Source§impl CompositeTemplateCallbacks for SenderAvatar
impl CompositeTemplateCallbacks for SenderAvatar
const CALLBACKS: &'static [TemplateCallback]
Source§fn bind_template_callbacks<T>(klass: &mut T)where
T: WidgetClassExt,
fn bind_template_callbacks<T>(klass: &mut T)where
T: WidgetClassExt,
klass
.Source§fn bind_template_callbacks_prefixed<T>(klass: &mut T, prefix: &str)where
T: WidgetClassExt,
fn bind_template_callbacks_prefixed<T>(klass: &mut T, prefix: &str)where
T: WidgetClassExt,
klass
, prepending prefix
to each callback name.Source§fn add_callbacks_to_scope(scope: &BuilderRustScope)
fn add_callbacks_to_scope(scope: &BuilderRustScope)
scope
.Source§fn add_callbacks_to_scope_prefixed(scope: &BuilderRustScope, prefix: &str)
fn add_callbacks_to_scope_prefixed(scope: &BuilderRustScope, prefix: &str)
scope
, prepending
prefix
to each callback name.Source§impl Debug for SenderAvatar
impl Debug for SenderAvatar
Source§impl Default for SenderAvatar
impl Default for SenderAvatar
Source§fn default() -> SenderAvatar
fn default() -> SenderAvatar
Source§impl DerivedObjectProperties for SenderAvatar
impl DerivedObjectProperties for SenderAvatar
Source§fn derived_properties() -> &'static [ParamSpec]
fn derived_properties() -> &'static [ParamSpec]
Source§fn derived_property(&self, id: usize, pspec: &ParamSpec) -> Value
fn derived_property(&self, id: usize, pspec: &ParamSpec) -> Value
ObjectImpl
but auto-generated by the Properties
macro
to allow handling more complex use-cases.Source§fn derived_set_property(&self, id: usize, value: &Value, pspec: &ParamSpec)
fn derived_set_property(&self, id: usize, value: &Value, pspec: &ParamSpec)
ObjectImpl
but auto-generated by the Properties
macro
to allow handling more complex use-cases.Source§impl ObjectImpl for SenderAvatar
impl ObjectImpl for SenderAvatar
Source§fn constructed(&self)
fn constructed(&self)
Source§fn properties() -> &'static [ParamSpec]
fn properties() -> &'static [ParamSpec]
Source§fn set_property(&self, id: usize, value: &Value, pspec: &ParamSpec)
fn set_property(&self, id: usize, value: &Value, pspec: &ParamSpec)
Source§fn notify(&self, pspec: &ParamSpec)
fn notify(&self, pspec: &ParamSpec)
self.notify("property")
.fn dispatch_properties_changed(&self, pspecs: &[ParamSpec])
Source§impl ObjectSubclass for SenderAvatar
impl ObjectSubclass for SenderAvatar
Source§type Interfaces = ()
type Interfaces = ()
Source§type Class = ClassStruct<SenderAvatar>
type Class = ClassStruct<SenderAvatar>
Source§type Instance = InstanceStruct<SenderAvatar>
type Instance = InstanceStruct<SenderAvatar>
Source§type Type = SenderAvatar
type Type = SenderAvatar
wrapper!
Source§type ParentType = Widget
type ParentType = Widget
Source§fn class_init(klass: &mut Self::Class)
fn class_init(klass: &mut Self::Class)
Source§fn instance_init(obj: &InitializingObject<Self>)
fn instance_init(obj: &InitializingObject<Self>)
Source§const ALLOW_NAME_CONFLICT: bool = false
const ALLOW_NAME_CONFLICT: bool = false
Source§fn type_init(_type_: &mut InitializingType<Self>)
fn type_init(_type_: &mut InitializingType<Self>)
Source§fn with_class(_klass: &Self::Class) -> Self
fn with_class(_klass: &Self::Class) -> Self
Source§impl ObjectSubclassType for SenderAvatar
impl ObjectSubclassType for SenderAvatar
Source§impl WidgetImpl for SenderAvatar
impl WidgetImpl for SenderAvatar
fn compute_expand(&self, hexpand: &mut bool, vexpand: &mut bool)
fn contains(&self, x: f64, y: f64) -> bool
fn direction_changed(&self, previous_direction: TextDirection)
fn focus(&self, direction_type: DirectionType) -> bool
fn request_mode(&self) -> SizeRequestMode
fn grab_focus(&self) -> bool
fn map(&self)
fn measure( &self, orientation: Orientation, for_size: i32, ) -> (i32, i32, i32, i32)
fn mnemonic_activate(&self, group_cycling: bool) -> bool
fn move_focus(&self, direction_type: DirectionType)
fn query_tooltip( &self, x: i32, y: i32, keyboard_tooltip: bool, tooltip: &Tooltip, ) -> bool
fn realize(&self)
fn root(&self)
fn set_focus_child(&self, child: Option<&Widget>)
fn size_allocate(&self, width: i32, height: i32, baseline: i32)
fn snapshot(&self, snapshot: &Snapshot)
fn state_flags_changed(&self, state_flags: &StateFlags)
fn system_setting_changed(&self, settings: &SystemSetting)
fn unmap(&self)
fn unrealize(&self)
fn unroot(&self)
Auto Trait Implementations§
impl !Freeze for SenderAvatar
impl !RefUnwindSafe for SenderAvatar
impl !Send for SenderAvatar
impl !Sync for SenderAvatar
impl Unpin for SenderAvatar
impl !UnwindSafe for SenderAvatar
Blanket Implementations§
Source§impl<T> AccessibleImplExt for Twhere
T: AccessibleImpl,
impl<T> AccessibleImplExt for Twhere
T: AccessibleImpl,
fn parent_platform_state(&self, state: AccessiblePlatformState) -> bool
fn parent_bounds(&self) -> Option<(i32, i32, i32, i32)>
fn parent_at_context(&self) -> Option<ATContext>
fn parent_accessible_parent(&self) -> Option<Accessible>
fn parent_first_accessible_child(&self) -> Option<Accessible>
fn parent_next_accessible_sibling(&self) -> Option<Accessible>
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
Source§impl<T> CompositeTemplateDisposeExt for T
impl<T> CompositeTemplateDisposeExt for T
fn dispose_template(&self)
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ObjectImplExt for Twhere
T: ObjectImpl,
impl<T> ObjectImplExt for Twhere
T: ObjectImpl,
Source§fn parent_constructed(&self)
fn parent_constructed(&self)
glib::Object::constructed()
.Source§fn parent_notify(&self, pspec: &ParamSpec)
fn parent_notify(&self, pspec: &ParamSpec)
glib::Object::notify()
.Source§fn parent_dispatch_properties_changed(&self, pspecs: &[ParamSpec])
fn parent_dispatch_properties_changed(&self, pspecs: &[ParamSpec])
glib::Object::dispatch_properties_changed()
.Source§fn signal_chain_from_overridden(
&self,
token: &SignalClassHandlerToken,
values: &[Value],
) -> Option<Value>
fn signal_chain_from_overridden( &self, token: &SignalClassHandlerToken, values: &[Value], ) -> Option<Value>
Source§impl<T> ObjectSubclassExt for Twhere
T: ObjectSubclass,
impl<T> ObjectSubclassExt for Twhere
T: ObjectSubclass,
Source§fn instance(&self) -> BorrowedObject<'_, <T as ObjectSubclass>::Type>
fn instance(&self) -> BorrowedObject<'_, <T as ObjectSubclass>::Type>
Source§fn from_instance(obj: &<T as ObjectSubclass>::Type) -> &T
fn from_instance(obj: &<T as ObjectSubclass>::Type) -> &T
Source§fn obj(&self) -> BorrowedObject<'_, <T as ObjectSubclass>::Type>
fn obj(&self) -> BorrowedObject<'_, <T as ObjectSubclass>::Type>
Source§fn from_obj(obj: &<T as ObjectSubclass>::Type) -> &T
fn from_obj(obj: &<T as ObjectSubclass>::Type) -> &T
Source§fn ref_counted(&self) -> ObjectImplRef<T>
fn ref_counted(&self) -> ObjectImplRef<T>
self
.