Struct bitcoin_qt::EditAddressDialog
source · pub struct EditAddressDialog { /* private fields */ }
Expand description
| Dialog for editing an address and associated | information. |
Implementations§
source§impl EditAddressDialog
impl EditAddressDialog
pub fn new(mode: EditAddressDialogMode, parent: *mut u32) -> Self
pub fn set_model(&mut self, model: *mut AddressTableModel)
pub fn load_row(&mut self, row: i32)
pub fn save_current_row(&mut self) -> bool
pub fn accept(&mut self)
sourcepub fn get_duplicate_address_warning(&self) -> String
pub fn get_duplicate_address_warning(&self) -> String
| Return a descriptive string when adding | an already-existing address fails. |
pub fn get_address(&self) -> String
pub fn set_address(&mut self, address: &String)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EditAddressDialog
impl !Send for EditAddressDialog
impl !Sync for EditAddressDialog
impl Unpin for EditAddressDialog
impl !UnwindSafe for EditAddressDialog
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more