QGeometryFactory Class

( Qt3DRender::QGeometryFactory )
继承: Qt3DRender::QAbstractFunctor

公共函数

virtual ~QGeometryFactory ()
virtual QGeometry * operator() () = 0
virtual bool operator== (const QGeometryFactory & other ) const = 0

成员函数文档编制

[虚拟] QGeometryFactory:: ~QGeometryFactory ()

Destroys the instance of QGeometryFactory. The destructor is virtual.

[pure virtual] QGeometry *QGeometryFactory:: operator() ()

Returns the generated geometry.

[pure virtual] bool QGeometryFactory:: operator== (const QGeometryFactory & other ) const

Compares the factory with the factory specified in other . Returns true if they are equal.