Struct bitcoin_qt::TransactionView
source · pub struct TransactionView { /* private fields */ }
Expand description
| Widget showing the transaction list | for a wallet, including a filter row. | | Using the filter row, the user can view | or export a subset of the transactions. |
Implementations§
source§impl TransactionView
impl TransactionView
pub fn double_clicked(&mut self, _0: &QModelIndex)
sourcepub fn message(&mut self, title: &String, message: &String, style: u32)
pub fn message(&mut self, title: &String, message: &String, style: u32)
| Fired when a message should be reported | to the user |
pub fn bumped_fee(&mut self, txid: &u256)
pub fn new(platform_style: *const PlatformStyle, parent: *mut u32) -> Self
pub fn set_model(&mut self, model: *mut WalletModel)
pub fn change_event(&mut self, e: *mut u32)
pub fn choose_date(&mut self, idx: i32)
pub fn choose_type(&mut self, idx: i32)
pub fn choose_watchonly(&mut self, idx: i32)
pub fn changed_search(&mut self)
pub fn changed_amount(&mut self)
pub fn export_clicked(&mut self)
pub fn abandon_tx(&mut self)
pub fn bump_fee(&mut self, checked: bool)
pub fn copy_address(&mut self)
pub fn copy_label(&mut self)
pub fn copy_amount(&mut self)
pub fn copy_txid(&mut self)
pub fn copy_tx_hex(&mut self)
pub fn copy_tx_plain_text(&mut self)
pub fn edit_label(&mut self)
pub fn show_details(&mut self)
pub fn open_third_party_tx_url(&mut self, url: String)
pub fn create_date_range_widget(&mut self) -> *mut u32
pub fn date_range_changed(&mut self)
pub fn focus_transaction_with_qmodel_index(&mut self, idx: &QModelIndex)
pub fn focus_transaction(&mut self, txid: &u256)
sourcepub fn event_filter(&mut self, obj: *mut u32, event: *mut u32) -> bool
pub fn event_filter(&mut self, obj: *mut u32, event: *mut u32) -> bool
| Need to override default Ctrl+C action | for amount as default behaviour is just | to copy | | DisplayRole text |
sourcepub fn update_watch_only_column(&mut self, have_watch_only: bool)
pub fn update_watch_only_column(&mut self, have_watch_only: bool)
| show/hide column Watch-only |
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TransactionView
impl !Send for TransactionView
impl !Sync for TransactionView
impl Unpin for TransactionView
impl !UnwindSafe for TransactionView
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