Struct bitcoin_qt::SendCoinsEntry
source · pub struct SendCoinsEntry { /* private fields */ }
Expand description
| A single entry in the dialog for sending | bitcoins. | | Stacked widget, with different UIs | for payment requests with a strong payee | identity. |
Implementations§
source§impl SendCoinsEntry
impl SendCoinsEntry
pub fn remove_entry(&mut self, entry: *mut SendCoinsEntry)
pub fn use_available_balance(&mut self, entry: *mut SendCoinsEntry)
pub fn pay_amount_changed(&mut self)
pub fn subtract_fee_from_amount_changed(&mut self)
pub fn new(platform_style: *const PlatformStyle, parent: *mut u32) -> Self
pub fn on_pay_to_text_changed(&mut self, address: &String)
pub fn set_model(&mut self, model: *mut WalletModel)
pub fn clear(&mut self)
pub fn check_subtract_fee_from_amount(&mut self)
pub fn delete_clicked(&mut self)
pub fn use_available_balance_clicked(&mut self)
pub fn validate(&mut self, node: Rc<RefCell<dyn NodeInterface>>) -> bool
pub fn get_value(&mut self) -> SendCoinsRecipient
sourcepub fn setup_tab_chain(&mut self, prev: *mut u32) -> *mut u32
pub fn setup_tab_chain(&mut self, prev: *mut u32) -> *mut u32
| Set up the tab chain manually, as Qt messes | up the tab chain by default in some cases | (issue https://bugreports.qt-project.org/browse/QTBUG-10907). |
pub fn set_value(&mut self, value: &SendCoinsRecipient)
pub fn set_address(&mut self, address: &String)
pub fn set_amount(&mut self, amount: &Amount)
pub fn set_focus(&mut self)
pub fn update_display_unit(&mut self)
pub fn change_event(&mut self, e: *mut u32)
pub fn update_label(&mut self, address: &String) -> bool
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SendCoinsEntry
impl !Send for SendCoinsEntry
impl !Sync for SendCoinsEntry
impl Unpin for SendCoinsEntry
impl !UnwindSafe for SendCoinsEntry
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