FilterKey Class
(Qt3DRender::Render::FilterKey)Inherits: | Qt3DRender::Render::BackendNode |
Public Functions
FilterKey() | |
~FilterKey() | |
void | cleanup() |
const QString & | name() const |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) |
const QVariant & | value() const |
bool | operator!=(const FilterKey &other) |
bool | operator==(const FilterKey &other) |
- 3 public functions inherited from Qt3DRender::Render::BackendNode
- 4 public functions inherited from Qt3DCore::QBackendNode
Additional Inherited Members
- 1 protected function inherited from Qt3DRender::Render::BackendNode
- 2 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
FilterKey::FilterKey()
Default constructs an instance of FilterKey.
FilterKey::~FilterKey()
Destroys the instance of FilterKey.