[][src]Struct qt_widgets::q_mdi_area::ViewMode

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

This enum describes the view mode of the area; i.e. how sub-windows will be displayed.

C++ enum: QMdiArea::ViewMode.

C++ documentation:

This enum describes the view mode of the area; i.e. how sub-windows will be displayed.

This enum was introduced or modified in Qt 4.4.

See also setViewMode().

Methods

impl ViewMode[src]

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

impl ViewMode[src]

pub const SubWindowView: ViewMode[src]

Display sub-windows with window frames (default). (C++ enum variant: SubWindowView = 0)

pub const TabbedView: ViewMode[src]

Display sub-windows with tabs in a tab bar. (C++ enum variant: TabbedView = 1)

Trait Implementations

impl Eq for ViewMode[src]

impl Clone for ViewMode[src]

impl PartialEq<ViewMode> for ViewMode[src]

impl From<i32> for ViewMode[src]

impl From<ViewMode> for c_int[src]

impl Copy for ViewMode[src]

impl Debug for ViewMode[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]