Q3DLight Class

Representation of a light source in 3D space. More...

Header: #include <Q3DLight>
Since: QtDataVisualization 1.0
Instantiated By: Light3D
Inherits: Q3DObject

Public Functions

Q3DLight(QObject *parent = Q_NULLPTR)
virtual ~Q3DLight()
  • 4 public functions inherited from Q3DObject
  • 31 public functions inherited from QObject

Additional Inherited Members

  • 2 properties inherited from Q3DObject
  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 signal inherited from Q3DObject
  • 2 signals inherited from QObject
  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 2 protected functions inherited from Q3DObject
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

Representation of a light source in 3D space.

Q3DLight represents a monochrome non variable light source in 3D space.

Member Function Documentation

Q3DLight::Q3DLight(QObject *parent = Q_NULLPTR)

Constructs a new 3D light located at origin. An optional parent parameter can be given and is then passed to QObject constructor.

[virtual] Q3DLight::~Q3DLight()

Destroys the light object.