[][src]Struct qt_charts::q_chart::ChartTheme

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

C++ enum: QtCharts::QChart::ChartTheme.

Methods

impl ChartTheme[src]

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

impl ChartTheme[src]

pub const ChartThemeLight: ChartTheme[src]

C++ enum variant: ChartThemeLight = 0

pub const ChartThemeBlueCerulean: ChartTheme[src]

C++ enum variant: ChartThemeBlueCerulean = 1

pub const ChartThemeDark: ChartTheme[src]

C++ enum variant: ChartThemeDark = 2

pub const ChartThemeBrownSand: ChartTheme[src]

C++ enum variant: ChartThemeBrownSand = 3

pub const ChartThemeBlueNcs: ChartTheme[src]

C++ enum variant: ChartThemeBlueNcs = 4

pub const ChartThemeHighContrast: ChartTheme[src]

C++ enum variant: ChartThemeHighContrast = 5

pub const ChartThemeBlueIcy: ChartTheme[src]

C++ enum variant: ChartThemeBlueIcy = 6

pub const ChartThemeQt: ChartTheme[src]

C++ enum variant: ChartThemeQt = 7

Trait Implementations

impl Clone for ChartTheme[src]

impl Copy for ChartTheme[src]

impl Debug for ChartTheme[src]

impl Eq for ChartTheme[src]

impl From<ChartTheme> for c_int[src]

impl From<i32> for ChartTheme[src]

impl PartialEq<ChartTheme> for ChartTheme[src]

impl StructuralEq for ChartTheme[src]

impl StructuralPartialEq for ChartTheme[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.