Struct bitcoin_qt::CoinControlDialog
source · pub struct CoinControlDialog { /* private fields */ }
Expand description
Implementations§
source§impl CoinControlDialog
impl CoinControlDialog
pub fn new( coin_control: &mut CoinControl, model: *mut WalletModel, platform_style: *const PlatformStyle, parent: *mut u32 ) -> Self
| ok button |
| (un)select all |
| context menu |
sourcepub fn copy_amount(&mut self)
pub fn copy_amount(&mut self)
| context menu action: copy amount |
sourcepub fn copy_label(&mut self)
pub fn copy_label(&mut self)
| context menu action: copy label |
sourcepub fn copy_address(&mut self)
pub fn copy_address(&mut self)
| context menu action: copy address |
sourcepub fn copy_transaction_outpoint(&mut self)
pub fn copy_transaction_outpoint(&mut self)
| context menu action: copy transaction | id and vout index |
sourcepub fn unlock_coin(&mut self)
pub fn unlock_coin(&mut self)
| context menu action: unlock coin |
sourcepub fn clipboard_quantity(&mut self)
pub fn clipboard_quantity(&mut self)
| copy label “Quantity” to clipboard |
sourcepub fn clipboard_amount(&mut self)
pub fn clipboard_amount(&mut self)
| copy label “Amount” to clipboard |
sourcepub fn clipboard_fee(&mut self)
pub fn clipboard_fee(&mut self)
| copy label “Fee” to clipboard |
sourcepub fn clipboard_after_fee(&mut self)
pub fn clipboard_after_fee(&mut self)
| copy label “After fee” to clipboard |
sourcepub fn clipboard_bytes(&mut self)
pub fn clipboard_bytes(&mut self)
| copy label “Bytes” to clipboard |
sourcepub fn clipboard_low_output(&mut self)
pub fn clipboard_low_output(&mut self)
| copy label “Dust” to clipboard |
sourcepub fn clipboard_change(&mut self)
pub fn clipboard_change(&mut self)
| copy label “Change” to clipboard |
sourcepub fn header_section_clicked(&mut self, logical_index: i32)
pub fn header_section_clicked(&mut self, logical_index: i32)
| treeview: clicked on header |
sourcepub fn radio_tree_mode(&mut self, checked: bool)
pub fn radio_tree_mode(&mut self, checked: bool)
| toggle tree mode |
sourcepub fn radio_list_mode(&mut self, checked: bool)
pub fn radio_list_mode(&mut self, checked: bool)
| toggle list mode |
sourcepub fn view_item_changed(&mut self, item: *mut u32, column: i32)
pub fn view_item_changed(&mut self, item: *mut u32, column: i32)
| checkbox clicked by user |
sourcepub fn update_label_locked(&mut self)
pub fn update_label_locked(&mut self)
| shows count of locked unspent outputs |
sourcepub fn update_labels(
&mut self,
coin_control: &mut CoinControl,
model: *mut WalletModel,
dialog: *mut u32
)
pub fn update_labels( &mut self, coin_control: &mut CoinControl, model: *mut WalletModel, dialog: *mut u32 )
| static because also called from sendcoinsdialog |
pub fn change_event(&mut self, e: *mut u32)
pub fn update_view(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CoinControlDialog
impl !Send for CoinControlDialog
impl !Sync for CoinControlDialog
impl Unpin for CoinControlDialog
impl !UnwindSafe for CoinControlDialog
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