[−][src]Struct qt_widgets::q_wizard::WizardPixmap
This enum specifies the pixmaps that can be associated with a page.
C++ enum: QWizard::WizardPixmap.
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]
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]
fn clone(&self) -> WizardPixmap[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<WizardPixmap> for WizardPixmap[src]
fn eq(&self, other: &WizardPixmap) -> bool[src]
fn ne(&self, other: &WizardPixmap) -> bool[src]
impl From<i32> for WizardPixmap[src]
impl From<WizardPixmap> for c_int[src]
fn from(value: WizardPixmap) -> Self[src]
impl Copy for WizardPixmap[src]
impl Debug for WizardPixmap[src]
Auto Trait Implementations
impl Send for WizardPixmap
impl Unpin for WizardPixmap
impl Sync for WizardPixmap
impl UnwindSafe for WizardPixmap
impl RefUnwindSafe for WizardPixmap
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> StaticUpcast<T> for T[src]
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>[src]
unsafe fn static_upcast_mut(ptr: MutPtr<T>) -> MutPtr<T>[src]
impl<T, U> CastInto<U> for T where
U: CastFrom<T>, [src]
U: CastFrom<T>,