Struct bitcoin_qt::ModalOverlay
source · pub struct ModalOverlay { /* private fields */ }
Expand description
| Modal overlay to display information | about the chain-sync state |
Implementations§
source§impl ModalOverlay
impl ModalOverlay
pub fn is_layer_visible(&self) -> bool
pub fn triggered(&mut self, hidden: bool)
pub fn new(enable_wallet: bool, parent: *mut u32) -> Self
pub fn event_filter(&mut self, obj: *mut u32, ev: *mut u32) -> bool
pub fn set_known_best_height(&mut self, count: i32, block_date: &u32)
pub fn tip_update( &mut self, count: i32, block_date: &u32, n_verification_progress: f64 )
pub fn update_header_sync_label(&mut self)
pub fn toggle_visibility(&mut self)
sourcepub fn show_hide(&mut self, hide: Option<bool>, user_requested: Option<bool>)
pub fn show_hide(&mut self, hide: Option<bool>, user_requested: Option<bool>)
| will show or hide the modal layer |
pub fn close_clicked(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ModalOverlay
impl !Send for ModalOverlay
impl !Sync for ModalOverlay
impl Unpin for ModalOverlay
impl UnwindSafe for ModalOverlay
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