Struct bitcoin_qt::AddressBookPage
source · pub struct AddressBookPage { /* private fields */ }
Expand description
| Widget that shows a list of sending or | receiving addresses. |
Implementations§
source§impl AddressBookPage
impl AddressBookPage
pub fn get_return_value(&self) -> &String
pub fn send_coins(&mut self, addr: String)
source§impl AddressBookPage
impl AddressBookPage
pub fn new( platform_style: *const PlatformStyle, mode: AddressBookPageMode, tab: AddressBookPageTabs, parent: *mut u32 ) -> Self
pub fn set_model(&mut self, model: *mut AddressTableModel)
sourcepub fn on_copy_address_clicked(&mut self)
pub fn on_copy_address_clicked(&mut self)
| Copy address of currently selected | address entry to clipboard |
sourcepub fn on_copy_label_action(&mut self)
pub fn on_copy_label_action(&mut self)
| Copy label of currently selected address | entry to clipboard (no button) |
sourcepub fn on_edit_action(&mut self)
pub fn on_edit_action(&mut self)
| Edit currently selected address entry | (no button) |
sourcepub fn on_new_address_clicked(&mut self)
pub fn on_new_address_clicked(&mut self)
| Create a new address for receiving coins | and / or add a new address book entry |
sourcepub fn on_delete_address_clicked(&mut self)
pub fn on_delete_address_clicked(&mut self)
| Delete currently selected address | entry |
sourcepub fn selection_changed(&mut self)
pub fn selection_changed(&mut self)
| Set button states based on selected | tab and selection |
pub fn done(&mut self, retval: i32)
| Export button clicked |
| Spawn contextual menu (right mouse | menu) for address book entry |
sourcepub fn select_new_address(&mut self, parent: &QModelIndex, begin: i32, end: i32)
pub fn select_new_address(&mut self, parent: &QModelIndex, begin: i32, end: i32)
| New entry/entries were added to address | table |
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AddressBookPage
impl !Send for AddressBookPage
impl !Sync for AddressBookPage
impl Unpin for AddressBookPage
impl !UnwindSafe for AddressBookPage
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