Struct bitcoin_qt::ReceiveCoinsDialog
source · pub struct ReceiveCoinsDialog { /* private fields */ }
Expand description
| Dialog for requesting payment of bitcoins |
Implementations§
source§impl ReceiveCoinsDialog
impl ReceiveCoinsDialog
pub fn new(platform_style: *const PlatformStyle, parent: *mut u32) -> Self
pub fn set_model(&mut self, model: *mut WalletModel)
pub fn clear(&mut self)
pub fn reject(&mut self)
pub fn accept(&mut self)
pub fn update_display_unit(&mut self)
pub fn on_recent_requests_view_double_clicked(&mut self, index: &QModelIndex)
pub fn recent_requests_view_selection_changed( &mut self, selected: &u32, deselected: &u32 )
pub fn selected_row(&mut self) -> QModelIndex
sourcepub fn copy_column_to_clipboard(&mut self, column: i32)
pub fn copy_column_to_clipboard(&mut self, column: i32)
| copy column of selected row to clipboard |
| context menu |
sourcepub fn copy_address(&mut self)
pub fn copy_address(&mut self)
| context menu action: copy address |
sourcepub fn copy_label(&mut self)
pub fn copy_label(&mut self)
| context menu action: copy label |
sourcepub fn copy_message(&mut self)
pub fn copy_message(&mut self)
| context menu action: copy message |
sourcepub fn copy_amount(&mut self)
pub fn copy_amount(&mut self)
| context menu action: copy amount |
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ReceiveCoinsDialog
impl !Send for ReceiveCoinsDialog
impl !Sync for ReceiveCoinsDialog
impl Unpin for ReceiveCoinsDialog
impl !UnwindSafe for ReceiveCoinsDialog
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