|
libqutim 0.3.1.0
|
#include <objectgenerator.h>
Inheritance diagram for qutim_sdk_0_3::GeneralGenerator< T, I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 >:Public Member Functions | |
| GeneralGenerator () | |
Protected Member Functions | |
| virtual QObject * | generateHelper () const |
| virtual QList< QByteArray > | interfaces () const |
| virtual const QMetaObject * | metaObject () const |
| qutim_sdk_0_3::GeneralGenerator< T, I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 >::GeneralGenerator | ( | ) | [inline] |
Constructor.
| virtual QObject* qutim_sdk_0_3::GeneralGenerator< T, I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 >::generateHelper | ( | ) | const [inline, protected, virtual] |
Generate object of type T.
Implements qutim_sdk_0_3::ObjectGenerator.
Reimplemented in qutim_sdk_0_3::SingletonGenerator< T, I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 >.
| virtual QList<QByteArray> qutim_sdk_0_3::GeneralGenerator< T, I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 >::interfaces | ( | ) | const [inline, protected, virtual] |
Check if class any interface of I[0-9] has identification id.
| id | Identification of interface |
Reimplemented from qutim_sdk_0_3::ObjectGenerator.
| virtual const QMetaObject* qutim_sdk_0_3::GeneralGenerator< T, I0, I1, I2, I3, I4, I5, I6, I7, I8, I9 >::metaObject | ( | ) | const [inline, protected, virtual] |