pub struct AddressesSubpage {Show 14 fields
public_addresses_list: TemplateChild<ListBox>,
public_addresses_error_revealer: TemplateChild<Revealer>,
public_addresses_error: TemplateChild<Label>,
local_addresses_group: TemplateChild<PreferencesGroup>,
local_addresses_list: TemplateChild<ListBox>,
local_addresses_error_revealer: TemplateChild<Revealer>,
local_addresses_error: TemplateChild<Label>,
public_addresses_add_row: TemplateChild<EntryAddRow>,
local_addresses_add_row: TemplateChild<SubstringEntryRow>,
room: WeakRef<Room>,
public_addresses: OnceCell<ListStore>,
local_addresses: StringList,
aliases_changed_handler: RefCell<Option<SignalHandlerId>>,
public_addresses_completion: CompletionPopover,
}
Fields§
§public_addresses_list: TemplateChild<ListBox>
§public_addresses_error_revealer: TemplateChild<Revealer>
§public_addresses_error: TemplateChild<Label>
§local_addresses_group: TemplateChild<PreferencesGroup>
§local_addresses_list: TemplateChild<ListBox>
§local_addresses_error_revealer: TemplateChild<Revealer>
§local_addresses_error: TemplateChild<Label>
§public_addresses_add_row: TemplateChild<EntryAddRow>
§local_addresses_add_row: TemplateChild<SubstringEntryRow>
§room: WeakRef<Room>
The room users will be invited to.
public_addresses: OnceCell<ListStore>
The full list of public addresses.
local_addresses: StringList
The full list of local addresses.
aliases_changed_handler: RefCell<Option<SignalHandlerId>>
§public_addresses_completion: CompletionPopover
Implementations§
Source§impl AddressesSubpage
impl AddressesSubpage
Sourcefn register_type()
fn register_type()
Registers the type only once.
Source§impl AddressesSubpage
impl AddressesSubpage
fn public_addresses(&self) -> &ListStore
Sourcefn update_public_addresses(&self)
fn update_public_addresses(&self)
Update the list of public addresses.
Sourcefn reset_public_addresses_state(&self)
fn reset_public_addresses_state(&self)
Reset the public addresses section UI state.
Sourcefn update_local_addresses_server(&self)
fn update_local_addresses_server(&self)
Update the server of the local addresses.
Sourceasync fn update_local_addresses(&self)
async fn update_local_addresses(&self)
Update the list of local addresses.
Sourcefn create_public_address_row(&self, item: &Object) -> Widget
fn create_public_address_row(&self, item: &Object) -> Widget
Create a row for the given item in the public addresses section.
Sourcefn update_public_row_is_main(&self, row: &RemovableRow, is_main: bool)
fn update_public_row_is_main(&self, row: &RemovableRow, is_main: bool)
Update the given row for whether the address it presents is the main address or not.
Sourceasync fn remove_public_address(&self, row: &RemovableRow)
async fn remove_public_address(&self, row: &RemovableRow)
Remove the public address from the given row.
Sourceasync fn set_main_public_address(&self, row: &RemovableRow)
async fn set_main_public_address(&self, row: &RemovableRow)
Set the address from the given row as the main public address.
Sourcefn update_public_addresses_add_row(&self)
fn update_public_addresses_add_row(&self)
Update the public addresses add row for the current state.
Sourceasync fn handle_public_addresses_add_row_activated(&self)
async fn handle_public_addresses_add_row_activated(&self)
Activate the auto-completion of the public addresses add row.
Sourceasync fn add_public_address(&self)
async fn add_public_address(&self)
Add a an address to the public list.
Sourcefn can_add_public_address(&self) -> bool
fn can_add_public_address(&self) -> bool
Whether the user can add the current address to the public list.
Sourcefn create_local_address_row(&self, item: &Object) -> Widget
fn create_local_address_row(&self, item: &Object) -> Widget
Create a row for the given item in the public addresses section.
Sourceasync fn unregister_local_address(&self, row: &RemovableRow)
async fn unregister_local_address(&self, row: &RemovableRow)
Unregister the local address from the given row.
Sourcefn new_local_address(&self) -> Option<String>
fn new_local_address(&self) -> Option<String>
The full new address in the public addresses add row.
Returns None
if the localpart is empty.
Sourcefn update_local_addresses_add_row(&self)
fn update_local_addresses_add_row(&self)
Update the public addresses add row for the current state.
Sourceasync fn register_local_address(&self)
async fn register_local_address(&self)
Register a local address.
Sourcefn can_register_local_address(&self) -> bool
fn can_register_local_address(&self) -> bool
Whether the user can add the current address to the local list.
Trait Implementations§
Source§impl CompositeTemplate for AddressesSubpage
impl CompositeTemplate for AddressesSubpage
fn bind_template(klass: &mut Self::Class)
fn check_template_children(widget: &<Self as ObjectSubclass>::Type)
Source§impl CompositeTemplateCallbacks for AddressesSubpage
impl CompositeTemplateCallbacks for AddressesSubpage
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 AddressesSubpage
impl Debug for AddressesSubpage
Source§impl Default for AddressesSubpage
impl Default for AddressesSubpage
Source§fn default() -> AddressesSubpage
fn default() -> AddressesSubpage
Source§impl DerivedObjectProperties for AddressesSubpage
impl DerivedObjectProperties for AddressesSubpage
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 AddressesSubpage
impl ObjectImpl for AddressesSubpage
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 AddressesSubpage
impl ObjectSubclass for AddressesSubpage
Source§type Interfaces = ()
type Interfaces = ()
Source§type Class = ClassStruct<AddressesSubpage>
type Class = ClassStruct<AddressesSubpage>
Source§type Instance = InstanceStruct<AddressesSubpage>
type Instance = InstanceStruct<AddressesSubpage>
Source§type Type = AddressesSubpage
type Type = AddressesSubpage
wrapper!
Source§type ParentType = NavigationPage
type ParentType = NavigationPage
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 WidgetImpl for AddressesSubpage
impl WidgetImpl for AddressesSubpage
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 AddressesSubpage
impl !RefUnwindSafe for AddressesSubpage
impl !Send for AddressesSubpage
impl !Sync for AddressesSubpage
impl Unpin for AddressesSubpage
impl !UnwindSafe for AddressesSubpage
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
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
.