Home
last modified time | relevance | path

Searched refs:KPropertySet (Results 1 – 25 of 126) sorted by relevance

123456

/dports/x11-toolkits/kproperty/kproperty-3.2.0/src/
H A DKPropertySet.cpp112 KPropertySet *origSet = q; in copyAttributesFrom()
292 const KPropertySet *set;
417 KPropertySet::KPropertySet(QObject *parent) in KPropertySet() function in KPropertySet
424 KPropertySet::KPropertySet(const KPropertySet &set) in KPropertySet() function in KPropertySet
432 KPropertySet::KPropertySet(bool propertyOwner) in KPropertySet() function in KPropertySet
438 KPropertySet::~KPropertySet() in ~KPropertySet()
468 KPropertySet::clear() in clear()
519 int KPropertySet::count() const in count()
533 KPropertySet::isEmpty() const in isEmpty()
589 KPropertySet&
[all …]
H A DKPropertySet.h63 explicit KPropertySetIterator(const KPropertySet &set);
110 friend class KPropertySet; variable
119 class KPROPERTYCORE_EXPORT KPropertySet : public QObject
124 explicit KPropertySet(QObject *parent = nullptr);
128 explicit KPropertySet(const KPropertySet& set);
130 ~KPropertySet() override;
190 KPropertySet& operator= (const KPropertySet &set);
287 void propertyChanged(KPropertySet& set, KProperty& property);
294 void propertyReset(KPropertySet& set, KProperty& property);
297 void aboutToDeleteProperty(KPropertySet& set, KProperty& property);
[all …]
H A DKPropertySetBuffer.cpp35 : KPropertySet(false) in KPropertySetBuffer()
38 connect(this, SIGNAL(propertyChanged(KPropertySet&,KProperty&)), in KPropertySetBuffer()
41 connect(this, SIGNAL(propertyReset(KPropertySet&,KProperty&)), in KPropertySetBuffer()
42 this, SLOT(intersectedReset(KPropertySet&,KProperty&))); in KPropertySetBuffer()
45 KPropertySetBuffer::KPropertySetBuffer(const KPropertySet& set) in KPropertySetBuffer()
46 : KPropertySet(false) in KPropertySetBuffer()
49 connect(this, SIGNAL(propertyChanged(KPropertySet&,KProperty&)), in KPropertySetBuffer()
52 connect(this, SIGNAL(propertyReset(KPropertySet&,KProperty&)), in KPropertySetBuffer()
53 this, SLOT(intersectedReset(KPropertySet&,KProperty&))); in KPropertySetBuffer()
63 void KPropertySetBuffer::init(const KPropertySet& set) in init()
[all …]
H A DKPropertySetBuffer.h30 class KPROPERTYCORE_EXPORT KPropertySetBuffer : public KPropertySet
37 explicit KPropertySetBuffer(const KPropertySet &set);
42 virtual void intersect(const KPropertySet& set);
45 void intersectedChanged(KPropertySet& set, KProperty& prop);
46 void intersectedReset(KPropertySet& set, KProperty& prop);
49 void init(const KPropertySet& set);
H A DKPropertyEditorView.h28 class KPropertySet; variable
61 KPropertySet* propertySet() const;
110 void changeSet(KPropertySet *set, SetOptions options = SetOption::None);
116 …void changeSet(KPropertySet *set, const QByteArray& propertyToSelect, SetOptions options = SetOpti…
172 void propertySetChanged(KPropertySet *set);
203 void slotPropertyChanged(KPropertySet& set, KProperty& property);
205 void slotPropertyReset(KPropertySet& set, KProperty& property);
209 … void changeSetInternal(KPropertySet *set, SetOptions options, const QByteArray &propertyToSelect);
H A DKPropertySet_p.h31 explicit KPropertySetPrivate(KPropertySet *set, bool isOwnProperty);
36 inline static KPropertySetPrivate* d(KPropertySet *set) { return set->d; } in d()
37 inline static const KPropertySetPrivate* d(const KPropertySet *set) { return set->d; } in d()
95 const QList<KProperty*>::ConstIterator& constEnd, const KPropertySet & set);
169 KPropertySet *q;
H A DKProperty_p.h63 void addSet(KPropertySet *newSet);
98 QPointer<KPropertySet> set;
100 QList< QPointer<KPropertySet> > *sets;
H A DKPropertyEditorView.cpp305 QPointer<KPropertySet> set;
348 void KPropertyEditorView::changeSet(KPropertySet *set, SetOptions options) in changeSet()
358 void KPropertyEditorView::changeSetInternal(KPropertySet *set, SetOptions options, in changeSetInternal()
426 connect(d->set, SIGNAL(propertyChangedInternal(KPropertySet&,KProperty&)), in changeSetInternal()
427 this, SLOT(slotPropertyChanged(KPropertySet&,KProperty&))); in changeSetInternal()
428 connect(d->set, SIGNAL(propertyReset(KPropertySet&,KProperty&)), in changeSetInternal()
429 this, SLOT(slotPropertyReset(KPropertySet&,KProperty&))); in changeSetInternal()
432 connect(d->set, &KPropertySet::readOnlyFlagChanged, in changeSetInternal()
660 KPropertySet* KPropertyEditorView::propertySet() const in propertySet()
697 void KPropertyEditorView::slotPropertyChanged(KPropertySet& set, KProperty& property) in slotPropertyChanged()
[all …]
/dports/x11-toolkits/kproperty/kproperty-3.2.0/autotests/
H A DKPropertySetTest.cpp39 void testPropertiesForEmpty(const KPropertySet &set, const char *context);
44 KPropertySet empty; in testEmpty()
49 KPropertySet emptyCopy(empty); in testEmpty()
54 KPropertySet emptyCopy2; in testEmpty()
55 emptyCopy2 = KPropertySet(); in testEmpty()
61 const KPropertySet emptyWithParent(&parent); in testEmpty()
65 void KPropertySetTest::testPropertiesForEmpty(const KPropertySet &set, const char *context) in testPropertiesForEmpty()
80 KPropertySet set; in testGroupNameForProperty()
84 KPropertySet set; in testGroupNameForProperty()
/dports/databases/kexi/kexi-3.2.0/src/plugins/tables/
H A Dkexitabledesignerview.h32 class KPropertySet; variable
81 virtual void insertField(int record, KPropertySet& set, bool addCommand = false);
112 KDbField * buildField(const KPropertySet &set) const;
151 void slotPropertyChanged(KPropertySet& set, KProperty& property);
176 KPropertySet* createPropertySet(int record, const KDbField& field, bool newOne = false);
184 virtual KPropertySet *propertySet();
220 void switchPrimaryKey(KPropertySet &propertySet, bool set, bool aWasPKey = false,
237 … void insertFieldInternal(int record, KPropertySet* set, const QString& caption, bool addCommand);
H A Dkexitabledesignerview_p.h67 void setPropertyValueIfNeeded(const KPropertySet& set, const QByteArray& propertyName,
74 const KPropertySet& set, const QByteArray& propertyName,
84 void setVisibilityIfNeeded(const KPropertySet& set, KProperty* prop,
87 bool updatePropertiesVisibility(KDbField::Type fieldType, KPropertySet &set,
99 void updateIconForRecord(KDbRecordData *data, KPropertySet *set);
H A Dkexitabledesignercommands.h83 const KPropertySet& set, const QByteArray& propertyName,
108 const KPropertySet* set);
120 KPropertySet* m_set;
129 int fieldIndex/*, const KDbField& field*/, const KPropertySet& set);
140 KPropertySet m_set;
157 const KPropertySet& set, const QByteArray& propertyName,
H A Dkexitabledesignercommands.cpp82 const KPropertySet& set, const QByteArray& propertyName, in ChangeFieldPropertyCommand()
152 const KPropertySet* set) in RemoveFieldCommand()
156 , m_set(set ? new KPropertySet(*set /*deep copy*/) : 0) in RemoveFieldCommand()
201 … int fieldIndex/*, const KDbField& field*/, const KPropertySet& set) in InsertFieldCommand()
244 const KPropertySet& set, const QByteArray& propertyName, bool visible) in ChangePropertyVisibilityCommand()
H A Dkexitabledesignerview_p.cpp84 const KPropertySet& set, const QByteArray& propertyName,
124 const KPropertySet& set, const QByteArray& propertyName,
134 void KexiTableDesignerViewPrivate::setVisibilityIfNeeded(const KPropertySet& set, KProperty* prop,
147 …xiTableDesignerViewPrivate::updatePropertiesVisibility(KDbField::Type fieldType, KPropertySet &set,
234 void KexiTableDesignerViewPrivate::updateIconForRecord(KDbRecordData *data, KPropertySet *set)
H A Dkexitabledesignerview.cpp298 KPropertySet *
301 KPropertySet *set = new KPropertySet(d->sets);
465 KPropertySet &set = *propertySet();
484 KPropertySet &set = *propertySet();
511 KPropertySet *s = 0;
613 KPropertySet *KexiTableDesignerView::propertySet()
1127 KPropertySet *b = 0;
1245 KPropertySet *s = d->sets->at(i);
1623 const KPropertySet &set = *propertySet();
1772 KPropertySet* set = d->sets->at(record);
[all …]
/dports/databases/kexi/kexi-3.2.0/src/widget/dataviewcommon/
H A Dkexidataawarepropertyset.cpp47 QVector<KPropertySet*> sets; //!< prop. sets vector in connect()
101 KPropertySet *set = d->sets.value(record);
144 void KexiDataAwarePropertySet::set(int record, KPropertySet* set, bool newOne)
161 connect(set, SIGNAL(propertyChanged(KPropertySet&,KProperty&)), d->view, SLOT(setDirty()));
162 connect(set, SIGNAL(propertyChanged(KPropertySet&,KProperty&)),
163 this, SIGNAL(propertyChanged(KPropertySet&,KProperty&)));
175 KPropertySet* KexiDataAwarePropertySet::currentPropertySet() const
188 KPropertySet* KexiDataAwarePropertySet::at(int record) const in readable()
224 KPropertySet *set = d->sets.at(i + num_removed);
262 KPropertySet* KexiDataAwarePropertySet::findPropertySetForItem(const KDbRecordData& record)
[all …]
H A Dkexidataawarepropertyset.h72 KPropertySet* currentPropertySet() const;
75 KPropertySet* at(int record) const;
80 KPropertySet* findPropertySetForItem(const KDbRecordData& record);
99 void propertyChanged(KPropertySet& set, KProperty& property);
118 void set(int record, KPropertySet* set, bool newOne = false);
/dports/textproc/kreport/kreport-3.2.0/src/wrtembed/
H A DKReportDesigner.h28 class KPropertySet; variable
191 KPropertySet* propertySet() const;
220 void changeSet(KPropertySet *set);
225 KPropertySet* selectedItemPropertySet() const;
296 static void addMetaProperties(KPropertySet* set, const QString &classString,
337 void slotPropertyChanged(KPropertySet &s, KProperty &p);
347 void pagePropertyChanged(KPropertySet &s);
H A DKReportDesignerSection.h34 class KPropertySet; variable
77 void slotPageOptionsChanged(KPropertySet &);
79 void slotPropertyChanged(KPropertySet &, KProperty &);
/dports/textproc/kreport/kreport-3.2.0/src/common/
H A DKReportItemBase.h41 class KPropertySet; variable
98 KPropertySet* propertySet();
99 const KPropertySet* propertySet() const;
167 Q_SLOT virtual void propertyChanged(KPropertySet &s, KProperty &p);
173 Q_SLOT void aboutToDeleteProperty(KPropertySet& set, KProperty& property);
H A DKReportItemBase.cpp62 KPropertySet *set;
74 set = new KPropertySet(); in Private()
95 connect(propertySet(), &KPropertySet::propertyChanged, in KReportItemBase()
98 …connect(propertySet(), &KPropertySet::aboutToDeleteProperty, this, &KReportItemBase::aboutToDelete… in KReportItemBase()
180 KPropertySet* KReportItemBase::propertySet() in propertySet()
230 const KPropertySet * KReportItemBase::propertySet() const in propertySet()
283 void KReportItemBase::propertyChanged(KPropertySet& s, KProperty& p) in propertyChanged()
289 void KReportItemBase::aboutToDeleteProperty(KPropertySet& set, KProperty& property) in aboutToDeleteProperty()
/dports/databases/kexi/kexi-3.2.0/src/plugins/queries/
H A Dkexiquerydesignerguieditor.h32 class KPropertySet;
78 virtual KPropertySet *propertySet();
80 KPropertySet* createPropertySet(int row,
103 void updatePropertiesVisibility(KPropertySet& buf);
142 void slotPropertyChanged(KPropertySet& set, KProperty& property);
/dports/databases/kexi/kexi-3.2.0/src/widget/properties/
H A DKexiPropertyEditorView.cpp58 connect(d->editor, SIGNAL(propertySetChanged(KPropertySet*)), in KexiPropertyEditorView()
59 this, SLOT(slotPropertySetChanged(KPropertySet*))); in KexiPropertyEditorView()
84 void KexiPropertyEditorView::slotPropertySetChanged(KPropertySet* set) in slotPropertySetChanged()
/dports/databases/kexi/kexi-3.2.0/src/formeditor/
H A Deditlistviewdialog.h35 class KPropertySet; variable
65 void changeProperty(KPropertySet& set, KProperty& property);
83 KPropertySet *m_propSet;
/dports/textproc/kreport/kreport-3.2.0/src/plugins/web/
H A DKReportDesignerItemWeb.cpp39 …ct(propertySet(), SIGNAL(propertyChanged(KPropertySet&,KProperty&)), this, SLOT(slotPropertyChange… in init()
103 void KReportDesignerItemWeb::slotPropertyChanged(KPropertySet &s, KProperty &p) in slotPropertyChanged()

123456