#[repr(C)]pub enum QPainterRenderHint {
Antialiasing = 1,
TextAntialiasing = 2,
SmoothPixmapTransform = 4,
HighQualityAntialiasing = 8,
NonCosmeticDefaultPen = 16,
Qt4CompatiblePainting = 32,
LosslessImageRendering = 64,
}
Expand description
Bindings for QPainter::RenderHint
enum.
Variants§
Antialiasing = 1
TextAntialiasing = 2
SmoothPixmapTransform = 4
HighQualityAntialiasing = 8
NonCosmeticDefaultPen = 16
Qt4CompatiblePainting = 32
LosslessImageRendering = 64
Trait Implementations§
Source§impl Clone for QPainterRenderHint
impl Clone for QPainterRenderHint
Source§fn clone(&self) -> QPainterRenderHint
fn clone(&self) -> QPainterRenderHint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QPainterRenderHint
impl Debug for QPainterRenderHint
Source§impl PartialEq for QPainterRenderHint
impl PartialEq for QPainterRenderHint
impl Copy for QPainterRenderHint
impl StructuralPartialEq for QPainterRenderHint
Auto Trait Implementations§
impl Freeze for QPainterRenderHint
impl RefUnwindSafe for QPainterRenderHint
impl Send for QPainterRenderHint
impl Sync for QPainterRenderHint
impl Unpin for QPainterRenderHint
impl UnwindSafe for QPainterRenderHint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more