Function bitcoin_qt::gui_util::has_entry_data
source · pub fn has_entry_data(view: *const u32, column: i32, role: i32) -> bool
Expand description
| Returns true if the specified field | of the currently selected view entry | is not empty. | | ———– | @param[in] column | | Data column to extract from the model | ––––– | @param[in] role | | Data role to extract from the model @see | TransactionView::contextualMenu |