[][src]Struct qt_widgets::q_wizard::WizardPixmap

#[repr(transparent)]
pub struct WizardPixmap(_);

This enum specifies the pixmaps that can be associated with a page.

C++ enum: QWizard::WizardPixmap.

C++ documentation:

This enum specifies the pixmaps that can be associated with a page.

See also setPixmap(), QWizardPage::setPixmap(), and Elements of a Wizard Page.

Methods

impl WizardPixmap[src]

pub fn to_int(&self) -> c_int[src]

impl WizardPixmap[src]

pub const WatermarkPixmap: WizardPixmap[src]

The tall pixmap on the left side of a ClassicStyle or ModernStyle page (C++ enum variant: WatermarkPixmap = 0)

pub const LogoPixmap: WizardPixmap[src]

The small pixmap on the right side of a ClassicStyle or ModernStyle page header (C++ enum variant: LogoPixmap = 1)

pub const BannerPixmap: WizardPixmap[src]

The pixmap that occupies the background of a ModernStyle page header (C++ enum variant: BannerPixmap = 2)

pub const BackgroundPixmap: WizardPixmap[src]

The pixmap that occupies the background of a MacStyle wizard (C++ enum variant: BackgroundPixmap = 3)

pub const NPixmaps: WizardPixmap[src]

C++ enum variant: NPixmaps = 4

Trait Implementations

impl Eq for WizardPixmap[src]

impl Clone for WizardPixmap[src]

impl PartialEq<WizardPixmap> for WizardPixmap[src]

impl From<i32> for WizardPixmap[src]

impl From<WizardPixmap> for c_int[src]

impl Copy for WizardPixmap[src]

impl Debug for WizardPixmap[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]