Home
last modified time | relevance | path

Searched refs:PropertyContainer (Results 1 – 25 of 104) sorted by relevance

12345

/dports/graphics/krita/krita-4.4.8/libs/libqml/plugins/kritasketchplugin/
H A DPropertyContainer.cpp21 PropertyContainer::PropertyContainer(QString name, QObject* parent) in PropertyContainer() function in PropertyContainer
27 PropertyContainer::~PropertyContainer() in ~PropertyContainer()
31 void PropertyContainer::writeProperty(QString name, QVariant value) in writeProperty()
36 QVariant PropertyContainer::readProperty(QString name) in readProperty()
41 const KisCubicCurve& PropertyContainer::curve() const in curve()
46 void PropertyContainer::setCurve(const KisCubicCurve& curve) in setCurve()
51 QList< KisCubicCurve >& PropertyContainer::curves() const in curves()
62 int PropertyContainer::curveCount() const in curveCount()
67 KisCubicCurve PropertyContainer::specificCurve(int index) const in specificCurve()
76 QString PropertyContainer::specificCurveName(int index) const in specificCurveName()
[all …]
H A DPropertyContainer.h32 class PropertyContainer : public QObject
36 PropertyContainer(QString name, QObject* parent = 0);
37 virtual ~PropertyContainer();
/dports/graphics/krita/krita-4.4.8/libs/libqml/
H A DPropertyContainer.cpp21 PropertyContainer::PropertyContainer(QString name, QObject* parent) in PropertyContainer() function in PropertyContainer
27 PropertyContainer::~PropertyContainer() in ~PropertyContainer()
31 void PropertyContainer::writeProperty(QString name, QVariant value) in writeProperty()
36 QVariant PropertyContainer::readProperty(QString name) in readProperty()
41 const KisCubicCurve& PropertyContainer::curve() const in curve()
46 void PropertyContainer::setCurve(const KisCubicCurve& curve) in setCurve()
51 QList< KisCubicCurve >& PropertyContainer::curves() const in curves()
62 int PropertyContainer::curveCount() const in curveCount()
67 KisCubicCurve PropertyContainer::specificCurve(int index) const in specificCurve()
76 QString PropertyContainer::specificCurveName(int index) const in specificCurveName()
[all …]
H A DPropertyContainer.h32 class PropertyContainer : public QObject
36 PropertyContainer(QString name, QObject* parent = 0);
37 virtual ~PropertyContainer();
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DBaseKernel.cc62 PropertyContainer::Properties::const_iterator it; in property_stats()
97 PropertyContainer::Properties::const_iterator it; in vprop_stats()
113 PropertyContainer::Properties::const_iterator it; in hprop_stats()
129 PropertyContainer::Properties::const_iterator it; in eprop_stats()
144 PropertyContainer::Properties::const_iterator it; in fprop_stats()
160 PropertyContainer::Properties::const_iterator it; in mprop_stats()
178 PropertyContainer::Properties::const_iterator it; in vprop_stats()
190 PropertyContainer::Properties::const_iterator it; in hprop_stats()
202 PropertyContainer::Properties::const_iterator it; in eprop_stats()
214 PropertyContainer::Properties::const_iterator it; in fprop_stats()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DPropertyContainer.cpp22 PropertyContainer::PropertyList
23 PropertyContainer::getProperties() const in getProperties()
28 PropertyContainer::PropertyType
29 PropertyContainer::getPropertyType(const PropertyName &) const in getPropertyType()
35 PropertyContainer::getPropertyIconName(const PropertyName &) const in getPropertyIconName()
47 PropertyContainer::getPropertyRangeAndValue(const PropertyName &, in getPropertyRangeAndValue()
75 PropertyContainer::setProperty(const PropertyName &name, int) in setProperty()
225 PropertyContainer::SetPropertyCommand::SetPropertyCommand(PropertyContainer *pc, in SetPropertyCommand()
236 PropertyContainer::SetPropertyCommand::execute() in execute()
243 PropertyContainer::SetPropertyCommand::unexecute() in unexecute()
[all …]
H A DPropertyContainer.h29 class PropertyContainer : public QObject
34 virtual ~PropertyContainer() { }
124 void propertyChanged(PropertyContainer::PropertyName);
169 SetPropertyCommand(PropertyContainer *pc, const PropertyName &pn, int);
177 PropertyContainer *m_pc;
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/qtquick/
H A DPropertyContainer.cpp24 PropertyContainer::PropertyContainer::PropertyContainer(QObject* parent) in PropertyContainer() function in PropertyContainer::PropertyContainer
31 PropertyContainer::PropertyContainer(QString name, QObject* parent) in PropertyContainer() function in PropertyContainer
37 PropertyContainer::~PropertyContainer() in ~PropertyContainer()
41 void PropertyContainer::writeProperty(QString name, QVariant value) in writeProperty()
46 QVariant PropertyContainer::readProperty(QString name) in readProperty()
51 QString PropertyContainer::name() in name()
H A DPropertyContainer.h34 class PropertyContainer : public QObject
38 explicit PropertyContainer(QObject* parent = nullptr);
39 explicit PropertyContainer(QString name, QObject* parent = nullptr);
40 ~PropertyContainer() override;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dpropertycontainer.cpp38 PropertyContainer::PropertyContainer() = default;
40 PropertyContainer::PropertyContainer(const PropertyName &name, const QString &type, const QVariant … in PropertyContainer() function in QmlDesigner::PropertyContainer
47 void PropertyContainer::set(const PropertyName &name, const QString &type, const QVariant &value) in set()
54 bool PropertyContainer::isValid() const in isValid()
59 PropertyName PropertyContainer::name() const in name()
64 QVariant PropertyContainer::value() const in value()
72 void PropertyContainer::setValue(const QVariant &value) in setValue()
77 QString PropertyContainer::type() const in type()
82 QDataStream &operator<<(QDataStream &stream, const PropertyContainer &propertyContainer) in operator <<()
95 QDataStream &operator>>(QDataStream &stream, PropertyContainer &propertyContainer) in operator >>()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DPropertyStack.cpp59 connect(m_client, SIGNAL(propertyContainerAdded(PropertyContainer *)), in PropertyStack()
60 this, SLOT(propertyContainerAdded(PropertyContainer *))); in PropertyStack()
63 this, SLOT(propertyContainerRemoved(PropertyContainer *))); in PropertyStack()
115 PropertyContainer *container = m_client->getPropertyContainer(i); in repopulate()
168 PropertyStack::containsContainer(PropertyContainer *pc) const in containsContainer()
179 PropertyStack::getContainerIndex(PropertyContainer *pc) const in getContainerIndex()
190 PropertyContainer *container = m_boxes[i]->getContainer(); in getContainerIndex()
200 PropertyStack::propertyContainerAdded(PropertyContainer * in propertyContainerAdded()
214 PropertyStack::propertyContainerRemoved(PropertyContainer * in propertyContainerRemoved()
228 PropertyStack::propertyContainerPropertyChanged(PropertyContainer *pc) in propertyContainerPropertyChanged()
[all …]
H A DPropertyStack.h26 class PropertyContainer; variable
37 bool containsContainer(PropertyContainer *container) const;
38 int getContainerIndex(PropertyContainer *container) const;
42 void propertyContainerSelected(View *client, PropertyContainer *container);
46 void propertyContainerAdded(PropertyContainer *);
47 void propertyContainerRemoved(PropertyContainer *);
48 void propertyContainerPropertyChanged(PropertyContainer *);
49 void propertyContainerPropertyRangeChanged(PropertyContainer *);
50 void propertyContainerNameChanged(PropertyContainer *);
66 void updateValues(PropertyContainer *);
H A DLayerTree.cpp56 connect(pane, SIGNAL(propertyContainerAdded(PropertyContainer *)), in ModelMetadataModel()
57 this, SLOT(propertyContainerAdded(PropertyContainer *))); in ModelMetadataModel()
59 this, SLOT(propertyContainerRemoved(PropertyContainer *))); in ModelMetadataModel()
136 ModelMetadataModel::propertyContainerAdded(PropertyContainer *) in propertyContainerAdded() argument
143 ModelMetadataModel::propertyContainerRemoved(PropertyContainer *) in propertyContainerRemoved() argument
150 ModelMetadataModel::propertyContainerSelected(PropertyContainer *) in propertyContainerSelected() argument
155 ModelMetadataModel::propertyContainerPropertyChanged(PropertyContainer *) in propertyContainerPropertyChanged() argument
326 LayerTreeModel::propertyContainerAdded(PropertyContainer *) in propertyContainerAdded() argument
332 LayerTreeModel::propertyContainerRemoved(PropertyContainer *) in propertyContainerRemoved() argument
338 LayerTreeModel::propertyContainerSelected(PropertyContainer *) in propertyContainerSelected() argument
[all …]
H A DLayerTree.h30 class PropertyContainer;
60 void propertyContainerAdded(PropertyContainer *);
61 void propertyContainerRemoved(PropertyContainer *);
62 void propertyContainerSelected(PropertyContainer *);
63 void propertyContainerPropertyChanged(PropertyContainer *);
108 void propertyContainerAdded(PropertyContainer *);
109 void propertyContainerRemoved(PropertyContainer *);
110 void propertyContainerSelected(PropertyContainer *);
111 void propertyContainerPropertyChanged(PropertyContainer *);
H A DPropertyBox.h38 PropertyBox(PropertyContainer *);
41 PropertyContainer *getContainer() { return m_container; } in getContainer()
48 void propertyContainerPropertyChanged(PropertyContainer *);
49 void propertyContainerPropertyRangeChanged(PropertyContainer *);
72 void updatePropertyEditor(PropertyContainer::PropertyName,
79 PropertyContainer *m_container;
H A DPropertyBox.cpp58 PropertyBox::PropertyBox(PropertyContainer *container) : in PropertyBox()
300 case PropertyContainer::ToggleProperty: in updatePropertyEditor()
349 case PropertyContainer::RangeProperty: in updatePropertyEditor()
404 case PropertyContainer::ColourProperty: in updatePropertyEditor()
444 case PropertyContainer::ColourMapProperty: in updatePropertyEditor()
483 case PropertyContainer::ValueProperty: in updatePropertyEditor()
484 case PropertyContainer::UnitsProperty: in updatePropertyEditor()
546 if (type == PropertyContainer::ValueProperty) { in updatePropertyEditor()
566 case PropertyContainer::InvalidProperty: in updatePropertyEditor()
621 PropertyContainer::UnitsProperty) { in unitDatabaseChanged()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/include/
H A Dpropertycontainer.h36 class PropertyContainer; variable
38 QMLDESIGNERCORE_EXPORT QDataStream &operator<<(QDataStream &stream, const PropertyContainer &proper…
39 QMLDESIGNERCORE_EXPORT QDataStream &operator>>(QDataStream &stream, PropertyContainer &propertyCont…
40 QMLDESIGNERCORE_EXPORT QDebug operator<<(QDebug debug, const PropertyContainer &propertyContainer);
42 class QMLDESIGNERCORE_EXPORT PropertyContainer
44 …IGNERCORE_EXPORT QDataStream &operator<<(QDataStream &stream, const PropertyContainer &propertyCon…
45 …friend QMLDESIGNERCORE_EXPORT QDataStream &operator>>(QDataStream &stream, PropertyContainer &prop…
46 …friend QMLDESIGNERCORE_EXPORT QDebug operator<<(QDebug debug, const PropertyContainer &propertyCon…
49 PropertyContainer();
50 PropertyContainer(const PropertyName &name, const QString &type, const QVariant &value);
/dports/net-im/kopete/kopete-21.12.3/libkopete/
H A Dkopetepropertycontainer.cpp27 class PropertyContainer::Private
33 PropertyContainer::PropertyContainer(QObject *parent) in PropertyContainer() function in Kopete::PropertyContainer
39 PropertyContainer::~PropertyContainer() in ~PropertyContainer()
44 void PropertyContainer::serializeProperties(QMap<QString, QString> &serializedData) const in serializeProperties()
59 void PropertyContainer::deserializeProperties(const QMap<QString, QString> &serializedData) in deserializeProperties()
96 QStringList PropertyContainer::properties() const in properties()
101 bool PropertyContainer::hasProperty(const QString &key) const in hasProperty()
106 const Property &PropertyContainer::property(const QString &key) const in property()
115 const Kopete::Property &PropertyContainer::property( in property()
125 void PropertyContainer::setProperty(const Kopete::PropertyTmpl &tmpl, const QVariant &value) in setProperty()
[all …]
H A Dkopetepropertycontainer.h38 class LIBKOPETE_EXPORT PropertyContainer : public QObject
48 PropertyContainer(QObject *parent = nullptr);
50 virtual ~PropertyContainer();
113 …void propertyChanged(Kopete::PropertyContainer *container, const QString &key, const QVariant &old…
H A Dkopeteidentity.cpp56 connect(this, SIGNAL(propertyChanged(Kopete::PropertyContainer*,QString,QVariant,QVariant)), in Identity()
57 this, SLOT(slotSaveProperty(Kopete::PropertyContainer*,QString,QVariant,QVariant))); in Identity()
63 connect(this, SIGNAL(propertyChanged(Kopete::PropertyContainer*,QString,QVariant,QVariant)), in Identity()
64 this, SLOT(slotSaveProperty(Kopete::PropertyContainer*,QString,QVariant,QVariant))); in Identity()
74 connect(id, SIGNAL(propertyChanged(Kopete::PropertyContainer*,QString,QVariant,QVariant)), in clone()
75 id, SLOT(slotSaveProperty(Kopete::PropertyContainer*,QString,QVariant,QVariant))); in clone()
267 void Identity::slotSaveProperty(Kopete::PropertyContainer *container, const QString &key, const QVa… in slotSaveProperty()
/dports/editors/calligra/calligra-3.2.1/gemini/
H A DPropertyContainer.cpp21 PropertyContainer::PropertyContainer(QString name, QObject* parent) in PropertyContainer() function in PropertyContainer
27 PropertyContainer::~PropertyContainer() in ~PropertyContainer()
31 void PropertyContainer::writeProperty(QString name, QVariant value) in writeProperty()
36 QVariant PropertyContainer::readProperty(QString name) in readProperty()
41 QString PropertyContainer::name() in name()
H A DPropertyContainer.h31 class PropertyContainer : public QObject
35 explicit PropertyContainer(QString name, QObject* parent = 0);
36 ~PropertyContainer() override;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/view/
H A DView.h292 typedef PropertyContainer::PropertyName PropertyName;
298 virtual PropertyContainer::PropertyList getProperties() const;
316 virtual PropertyContainer *getPropertyContainer(int i);
421 void propertyContainerAdded(PropertyContainer *pc);
422 void propertyContainerRemoved(PropertyContainer *pc);
423 void propertyContainerPropertyChanged(PropertyContainer *pc);
424 void propertyContainerPropertyRangeChanged(PropertyContainer *pc);
425 void propertyContainerNameChanged(PropertyContainer *pc);
426 void propertyContainerSelected(PropertyContainer *pc);
427 void propertyChanged(PropertyContainer::PropertyName);
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/common/surface_mesh/
H A Dproperties.h201 friend class PropertyContainer; variable
269 class PropertyContainer
274 PropertyContainer() : size_(0) {} in PropertyContainer() function
277 virtual ~PropertyContainer() { clear(); } in ~PropertyContainer()
280 PropertyContainer(const PropertyContainer& _rhs) { operator=(_rhs); } in PropertyContainer() function
283 PropertyContainer& operator=(const PropertyContainer& _rhs)
/dports/graphics/krita/krita-4.4.8/libs/libqml/plugins/kritasketchplugin/models/
H A DFiltersModel.cpp167 return new PropertyContainer("", this); in configuration()
168 PropertyContainer* config = new PropertyContainer(d->filters[index]->id(), this); in configuration()
194 …if (qobject_cast< PropertyContainer* >(configuration) && index > -1 && index < d->configurations.c… in setConfiguration()
201 config->setCurve(qobject_cast< PropertyContainer* >(configuration)->curve()); in setConfiguration()
202 config->setCurves(qobject_cast< PropertyContainer* >(configuration)->curves()); in setConfiguration()

12345