28#ifndef ITOMPARAMFACTORY_H
29#define ITOMPARAMFACTORY_H
31#include "itomParamManager.h"
33#include "common/paramMeta.h"
34#include "../commonWidgets.h"
39class ParamIntPropertyFactoryPrivate;
55 Q_PRIVATE_SLOT(d_func(),
void slotPropertyChanged(
QtProperty *,
int))
57 Q_PRIVATE_SLOT(d_func(),
void slotSetValue(
int))
58 Q_PRIVATE_SLOT(d_func(),
void slotEditorDestroyed(QObject *))
79 Q_PRIVATE_SLOT(d_func(),
void slotPropertyChanged(
QtProperty *,
double))
81 Q_PRIVATE_SLOT(d_func(),
void slotSetValue(
double))
82 Q_PRIVATE_SLOT(d_func(),
void slotEditorDestroyed(QObject *))
102 Q_PRIVATE_SLOT(d_func(),
void slotPropertyChanged(
QtProperty *,
char))
104 Q_PRIVATE_SLOT(d_func(),
void slotSetValue(
char))
105 Q_PRIVATE_SLOT(d_func(),
void slotEditorDestroyed(QObject *))
125 Q_PRIVATE_SLOT(d_func(),
void slotPropertyChanged(
QtProperty *,
const QByteArray &))
127 Q_PRIVATE_SLOT(d_func(),
void slotSetValue(
const QByteArray &))
128 Q_PRIVATE_SLOT(d_func(),
void slotEditorDestroyed(QObject *))
147 Q_PRIVATE_SLOT(d_func(),
void slotPropertyChanged(
QtProperty *,
int,
int))
149 Q_PRIVATE_SLOT(d_func(),
void slotSetValue(
int,
int))
150 Q_PRIVATE_SLOT(d_func(),
void slotEditorDestroyed(QObject *))
The QtAbstractEditorFactory is the base template class for editor factories.
Definition qtpropertybrowser.h:154
The QtProperty class encapsulates an instance of a property.
Definition qtpropertybrowser.h:61
Definition itomParamFactory.h:89
Definition itomParamFactory.cpp:390
Definition itomParamManager.h:104
The ParamDoublePropertyFactory class provides QSpinBox widgets for properties created by QtIntPropert...
Definition itomParamFactory.h:66
Definition itomParamFactory.cpp:244
Definition itomParamManager.h:131
Definition itomParamFactory.h:42
Definition itomParamFactory.cpp:104
Definition itomParamManager.h:77
The ParamIntervalPropertyFactory class provides RangeWidget widgets for properties created by ParamIn...
Definition itomParamFactory.h:134
Definition itomParamFactory.cpp:669
Definition itomParamManager.h:190
The ParamStringPropertyFactory class provides QLineEdit widgets for properties created by ParamString...
Definition itomParamFactory.h:112
Definition itomParamFactory.cpp:533
Definition itomParamManager.h:164
Definition apiFunctionsGraph.cpp:40