Struct bitcoin_qt::TransactionFilterProxy
source · pub struct TransactionFilterProxy { /* private fields */ }
Expand description
| Filter the transaction list according | to pre-specified rules. |
Implementations§
source§impl TransactionFilterProxy
impl TransactionFilterProxy
pub fn ty(ty: i32) -> u32
pub fn new(parent: *mut u32) -> Self
pub fn filter_accepts_row( &self, source_row: i32, source_parent: &QModelIndex ) -> bool
sourcepub fn set_date_range(&mut self, from: &Option<u32>, to: &Option<u32>)
pub fn set_date_range(&mut self, from: &Option<u32>, to: &Option<u32>)
| Filter transactions between date range. | Use std::nullopt for open range. |
pub fn set_search_string(&mut self, search_string: &String)
sourcepub fn set_type_filter(&mut self, modes: u32)
pub fn set_type_filter(&mut self, modes: u32)
| @note | | Type filter takes a bit field created | with TYPE() or ALL_TYPES |
pub fn set_min_amount(&mut self, minimum: &Amount)
pub fn set_watch_only_filter(&mut self, filter: WatchOnlyFilter)
sourcepub fn set_limit(&mut self, limit: i32)
pub fn set_limit(&mut self, limit: i32)
| Set maximum number of rows returned, | -1 if unlimited. |
sourcepub fn set_show_inactive(&mut self, show_inactive: bool)
pub fn set_show_inactive(&mut self, show_inactive: bool)
| Set whether to show conflicted transactions. |
pub fn row_count(&self, parent: Option<&QModelIndex>) -> i32
Auto Trait Implementations§
impl RefUnwindSafe for TransactionFilterProxy
impl Send for TransactionFilterProxy
impl Sync for TransactionFilterProxy
impl Unpin for TransactionFilterProxy
impl UnwindSafe for TransactionFilterProxy
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