Struct bitcoin_qt::gui_util::ToolTipToRichTextFilter
source · pub struct ToolTipToRichTextFilter { /* private fields */ }
Expand description
| Qt event filter that intercepts ToolTipChange | events, and replaces the tooltip with | a rich text representation if needed. | This assures that Qt can word-wrap long | tooltip messages. | | Tooltips longer than the provided size | threshold (in characters) are wrapped. |
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ToolTipToRichTextFilter
impl Send for ToolTipToRichTextFilter
impl Sync for ToolTipToRichTextFilter
impl Unpin for ToolTipToRichTextFilter
impl UnwindSafe for ToolTipToRichTextFilter
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