|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef VP1MATERIALBUTTON_H
16 #define VP1MATERIALBUTTON_H
20 #include <QPushButton>
59 static SoMaterial*
createMaterial(
const QColor&,
const double& brightness = 0.0,
const double& transp = 0.0 );
60 static SoMaterial*
createMaterial(
const double&
r,
const double&
g,
double b,
const double& brightness = 0.0,
const double& transp = 0.0 );
61 static void setMaterialParameters( SoMaterial *
m,
const QColor&,
const double& brightness = 0.0,
const double& transp = 0.0 );
62 static void setMaterialParameters( SoMaterial *
m,
const double&
r,
const double&
g,
const double&
b,
const double& brightness = 0.0,
const double& transp = 0.0 );
79 void setText (
const QString & );
POOL::TEvent event(POOL::TEvent::kClassAccess)