#include <Libs/Widgets/ctkMaterialPropertyPreviewLabel.h>
|
QScopedPointer< ctkMaterialPropertyPreviewLabelPrivate > | d_ptr |
|
ctkMaterialPropertyPreviewLabel::ctkMaterialPropertyPreviewLabel |
( |
QWidget * |
parent = 0 | ) |
|
ctkMaterialPropertyPreviewLabel::ctkMaterialPropertyPreviewLabel |
( |
const QColor & |
color, |
|
|
double |
opacity, |
|
|
double |
ambient, |
|
|
double |
diffuse, |
|
|
double |
specular, |
|
|
double |
specularPower, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
virtual ctkMaterialPropertyPreviewLabel::~ctkMaterialPropertyPreviewLabel |
( |
| ) |
|
|
virtual |
double ctkMaterialPropertyPreviewLabel::ambient |
( |
| ) |
const |
QColor ctkMaterialPropertyPreviewLabel::color |
( |
| ) |
const |
double ctkMaterialPropertyPreviewLabel::diffuse |
( |
| ) |
const |
void ctkMaterialPropertyPreviewLabel::draw |
( |
QImage & |
image | ) |
|
|
protected |
double ctkMaterialPropertyPreviewLabel::gridOpacity |
( |
| ) |
const |
virtual int ctkMaterialPropertyPreviewLabel::heightForWidth |
( |
int |
w | ) |
const |
|
virtual |
Reimplemented to make it square.
double ctkMaterialPropertyPreviewLabel::opacity |
( |
| ) |
const |
void ctkMaterialPropertyPreviewLabel::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
protected |
void ctkMaterialPropertyPreviewLabel::setAmbient |
( |
double |
newAbient | ) |
|
|
slot |
void ctkMaterialPropertyPreviewLabel::setColor |
( |
const QColor & |
newColor | ) |
|
|
slot |
void ctkMaterialPropertyPreviewLabel::setDiffuse |
( |
double |
newDiffuse | ) |
|
|
slot |
void ctkMaterialPropertyPreviewLabel::setGridOpacity |
( |
double |
newGridOpacity | ) |
|
|
slot |
void ctkMaterialPropertyPreviewLabel::setOpacity |
( |
double |
newOpacity | ) |
|
|
slot |
void ctkMaterialPropertyPreviewLabel::setSpecular |
( |
double |
newSpecular | ) |
|
|
slot |
void ctkMaterialPropertyPreviewLabel::setSpecularPower |
( |
double |
newSpecularPower | ) |
|
|
slot |
virtual QSize ctkMaterialPropertyPreviewLabel::sizeHint |
( |
| ) |
const |
|
virtual |
double ctkMaterialPropertyPreviewLabel::specular |
( |
| ) |
const |
double ctkMaterialPropertyPreviewLabel::specularPower |
( |
| ) |
const |
QScopedPointer<ctkMaterialPropertyPreviewLabelPrivate> ctkMaterialPropertyPreviewLabel::d_ptr |
|
protected |
double ctkMaterialPropertyPreviewLabel::ambient |
|
readwrite |
QColor ctkMaterialPropertyPreviewLabel::color |
|
readwrite |
double ctkMaterialPropertyPreviewLabel::diffuse |
|
readwrite |
double ctkMaterialPropertyPreviewLabel::gridOpacity |
|
readwrite |
double ctkMaterialPropertyPreviewLabel::opacity |
|
readwrite |
double ctkMaterialPropertyPreviewLabel::specular |
|
readwrite |
double ctkMaterialPropertyPreviewLabel::specularPower |
|
readwrite |
The documentation for this class was generated from the following file: