Struct bitcoin_qt::OptionsDialog
source · pub struct OptionsDialog { /* private fields */ }
Expand description
| Preferences dialog. |
Implementations§
source§impl OptionsDialog
impl OptionsDialog
pub fn proxy_ip_checks( &mut self, ui_proxy_ip: *mut QValidatedLineEdit, n_proxy_port: u16 )
pub fn quit_on_reset(&mut self)
pub fn new(parent: *mut u32, enable_wallet: bool) -> Self
pub fn set_model(&mut self, model: *mut OptionsModel)
pub fn set_current_tab(&mut self, tab: u32)
pub fn set_mapper(&mut self)
| set OK button state (enabled / disabled) |
pub fn on_show_tray_icon_state_changed(&mut self, state: i32)
pub fn toggle_prune_warning(&mut self, enabled: bool)
pub fn show_restart_warning(&mut self, persistent: Option<bool>)
pub fn clear_status_label(&mut self)
pub fn update_proxy_validation_state(&mut self)
sourcepub fn update_default_proxy_nets(&mut self)
pub fn update_default_proxy_nets(&mut self)
| query the networks, for which the default | proxy is used |
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OptionsDialog
impl !Send for OptionsDialog
impl !Sync for OptionsDialog
impl Unpin for OptionsDialog
impl !UnwindSafe for OptionsDialog
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