[][src]Struct qt_gui::q_text_frame_format::BorderStyle

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

This enum describes different border styles for the text frame.

C++ enum: QTextFrameFormat::BorderStyle.

C++ documentation:

This enum describes different border styles for the text frame.

This enum was introduced or modified in Qt 4.3.

See also borderStyle() and FrameBorderStyle.

Methods

impl BorderStyle[src]

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

impl BorderStyle[src]

pub const BorderStyleNone: BorderStyle[src]

C++ enum variant: BorderStyle_None = 0

pub const BorderStyleDotted: BorderStyle[src]

C++ enum variant: BorderStyle_Dotted = 1

pub const BorderStyleDashed: BorderStyle[src]

C++ enum variant: BorderStyle_Dashed = 2

pub const BorderStyleSolid: BorderStyle[src]

C++ enum variant: BorderStyle_Solid = 3

pub const BorderStyleDouble: BorderStyle[src]

C++ enum variant: BorderStyle_Double = 4

pub const BorderStyleDotDash: BorderStyle[src]

C++ enum variant: BorderStyle_DotDash = 5

pub const BorderStyleDotDotDash: BorderStyle[src]

C++ enum variant: BorderStyle_DotDotDash = 6

pub const BorderStyleGroove: BorderStyle[src]

C++ enum variant: BorderStyle_Groove = 7

pub const BorderStyleRidge: BorderStyle[src]

C++ enum variant: BorderStyle_Ridge = 8

pub const BorderStyleInset: BorderStyle[src]

C++ enum variant: BorderStyle_Inset = 9

pub const BorderStyleOutset: BorderStyle[src]

C++ enum variant: BorderStyle_Outset = 10

Trait Implementations

impl Clone for BorderStyle[src]

impl Copy for BorderStyle[src]

impl Debug for BorderStyle[src]

impl Eq for BorderStyle[src]

impl From<BorderStyle> for c_int[src]

impl From<i32> for BorderStyle[src]

impl PartialEq<BorderStyle> for BorderStyle[src]

impl StructuralEq for BorderStyle[src]

impl StructuralPartialEq for BorderStyle[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

impl<T> StaticUpcast<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.