Struct bitcoin_qt::OverviewPage
source · pub struct OverviewPage { /* private fields */ }
Expand description
| Overview (“home”) page widget |
Implementations§
source§impl OverviewPage
impl OverviewPage
pub fn transaction_clicked(&mut self, index: &QModelIndex)
pub fn out_of_sync_warning_clicked(&mut self)
pub fn new(platform_style: *const PlatformStyle, parent: *mut u32) -> Self
pub fn handle_transaction_clicked(&mut self, index: &QModelIndex)
pub fn set_privacy(&mut self, privacy: bool)
pub fn set_balance(&mut self, balances: &WalletBalances)
sourcepub fn update_watch_only_labels(&mut self, show_watch_only: bool)
pub fn update_watch_only_labels(&mut self, show_watch_only: bool)
| show/hide watch-only labels |
pub fn set_client_model(&mut self, model: *mut ClientModel)
pub fn set_wallet_model(&mut self, model: *mut WalletModel)
pub fn change_event(&mut self, e: *mut u32)
pub fn update_display_unit(&mut self)
pub fn update_alerts(&mut self, warnings: &String)
pub fn show_out_of_sync_warning(&mut self, show: bool)
pub fn set_monospaced_font(&mut self, use_embedded_font: bool)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OverviewPage
impl !Send for OverviewPage
impl !Sync for OverviewPage
impl Unpin for OverviewPage
impl !UnwindSafe for OverviewPage
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