KChart::BackgroundAttributes

Search for usage in LXR

KChart::BackgroundAttributes Class Reference

#include <KChartBackgroundAttributes.h>

Public Types

enum  BackgroundPixmapMode { BackgroundPixmapModeNone, BackgroundPixmapModeCentered, BackgroundPixmapModeScaled, BackgroundPixmapModeStretched }
 

Public Member Functions

 BackgroundAttributes (const BackgroundAttributes &)
 
QBrush brush () const
 
bool isEqualTo (const BackgroundAttributes &other, bool ignorePixmap=false) const
 
bool isVisible () const
 
bool operator!= (const BackgroundAttributes &other) const
 
BackgroundAttributesoperator= (const BackgroundAttributes &)
 
bool operator== (const BackgroundAttributes &) const
 
QPixmap pixmap () const
 
BackgroundPixmapMode pixmapMode () const
 
void setBrush (const QBrush &brush)
 
void setPixmap (const QPixmap &backPixmap)
 
void setPixmapMode (BackgroundPixmapMode mode)
 
void setVisible (bool visible)
 

Detailed Description

Set of attributes usable for background pixmaps.

Definition at line 22 of file KChartBackgroundAttributes.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:59:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.