Function bitcoin_qt::gui_util::copy_entry_data
source · pub fn copy_entry_data(view: *const u32, column: i32, role: Option<i32>)
Expand description
| Copy a field of the currently selected | entry of a view to the clipboard. Does | nothing if nothing is selected. | | ———– | @param[in] column | | Data column to extract from the model | ––––– | @param[in] role | | Data role to extract from the model @see | TransactionView::copyLabel, TransactionView::copyAmount, | TransactionView::copyAddress |