Struct bitcoin_qt::TxViewDelegate
source · pub struct TxViewDelegate { /* private fields */ }
Implementations§
source§impl TxViewDelegate
impl TxViewDelegate
pub fn new(platform_style: &PlatformStyle, parent: Option<&mut u32>) -> Self
pub fn paint(&self, painter: *mut u32, option: &u32, index: &QModelIndex)
pub fn size_hint(&self, option: &u32, index: &QModelIndex) -> QSize
sourcepub fn width_changed(&self, index: &QModelIndex)
pub fn width_changed(&self, index: &QModelIndex)
| An intermediate signal for emitting
| from the paint() const
member function.
|
Auto Trait Implementations§
impl !RefUnwindSafe for TxViewDelegate
impl !Send for TxViewDelegate
impl !Sync for TxViewDelegate
impl Unpin for TxViewDelegate
impl UnwindSafe for TxViewDelegate
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