#include "gluoncreator_macros.h"
#include <core/singleton.h>
#include <QtCore/QHash>
Go to the source code of this file.
Classes | |
class | GluonCreator::PropertyWidgetItemFactory |
class | PropertyWidgetItemRegistration< T > |
Namespaces | |
namespace | GluonCreator |
Defines | |
#define | REGISTER_PROPERTYWIDGETITEM(NAMESPACE, NEWPIW) namespace NAMESPACE { PropertyWidgetItemRegistration<NEWPIW> NEWPIW ## _PropertyWidgetItemRegistration_(new NEWPIW()); } |
#define REGISTER_PROPERTYWIDGETITEM | ( | NAMESPACE, | |||
NEWPIW | ) | namespace NAMESPACE { PropertyWidgetItemRegistration<NEWPIW> NEWPIW ## _PropertyWidgetItemRegistration_(new NEWPIW()); } |
Definition at line 63 of file propertywidgetitemfactory.h.