[][src]Struct qt_core::CoordinateSystem

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

This enum specifies the coordinate system.

C++ enum: Qt::CoordinateSystem.

C++ documentation:

This enum specifies the coordinate system.

This enum was introduced or modified in Qt 4.6.

Methods

impl CoordinateSystem[src]

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

impl CoordinateSystem[src]

pub const DeviceCoordinates: CoordinateSystem[src]

Coordinates are relative to the upper-left corner of the object's paint device. (C++ enum variant: DeviceCoordinates = 0)

pub const LogicalCoordinates: CoordinateSystem[src]

Coordinates are relative to the upper-left corner of the object. (C++ enum variant: LogicalCoordinates = 1)

Trait Implementations

impl From<i32> for CoordinateSystem[src]

impl From<CoordinateSystem> for c_int[src]

impl Clone for CoordinateSystem[src]

impl Copy for CoordinateSystem[src]

impl Eq for CoordinateSystem[src]

impl PartialEq<CoordinateSystem> for CoordinateSystem[src]

impl Debug for CoordinateSystem[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<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]