Home
last modified time | relevance | path

Searched refs:CustomProperties (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dcustomproperties.cpp29 class Q_DECL_HIDDEN CustomProperties::Private
46 bool CustomProperties::Private::operator==(const CustomProperties::Private &other) const in operator ==()
68 CustomProperties::CustomProperties() in CustomProperties() function in CustomProperties
73 CustomProperties::CustomProperties(const CustomProperties &cp) in CustomProperties() function in CustomProperties
78 CustomProperties &CustomProperties::operator=(const CustomProperties &other) in operator =()
89 CustomProperties::~CustomProperties() in ~CustomProperties()
94 bool CustomProperties::operator==(const CustomProperties &other) const in operator ==()
152 void CustomProperties::removeNonKDECustomProperty(const QByteArray &name) in removeNonKDECustomProperty()
198 QMap<QByteArray, QString> CustomProperties::customProperties() const in customProperties()
208 void CustomProperties::customPropertyUpdate() in customPropertyUpdate()
[all …]
H A Dcustomproperties.h38 class KCALENDARCORE_EXPORT CustomProperties
40 …_EXPORT QDataStream &operator<<(QDataStream &s, const KCalendarCore::CustomProperties &properties);
41 …ARCORE_EXPORT QDataStream &operator>>(QDataStream &s, KCalendarCore::CustomProperties &properties);
47 CustomProperties();
53 CustomProperties(const CustomProperties &other);
58 virtual ~CustomProperties();
65 bool operator==(const CustomProperties &properties) const;
167 CustomProperties &operator=(const CustomProperties &other);
194 …RT QDataStream &operator<<(QDataStream &stream, const KCalendarCore::CustomProperties &properties);
199 KCALENDARCORE_EXPORT QDataStream &operator>>(QDataStream &stream, KCalendarCore::CustomProperties &…
H A Dconference.cpp27 CustomProperties customProperties;
122 CustomProperties &Conference::customProperties() in customProperties()
127 const CustomProperties &Conference::customProperties() const in customProperties()
/dports/polish/kadu/kadu-4.3/kadu-core/storage/
H A Dcustom-properties.cpp27 CustomProperties::CustomProperties(QObject *parent) : in CustomProperties() function in CustomProperties
32 CustomProperties::~CustomProperties() in ~CustomProperties()
36 bool CustomProperties::shouldStore() const in shouldStore()
41 void CustomProperties::loadFromModuleData(const QDomNode &node) in loadFromModuleData()
64 void CustomProperties::loadFrom(const std::shared_ptr<StoragePoint> &storagePoint) in loadFrom()
93 void CustomProperties::storeTo(const std::shared_ptr<StoragePoint> &storagePoint) const in storeTo()
109 bool CustomProperties::hasProperty(const QString &name) const in hasProperty()
116 void CustomProperties::addProperty(const QString &name, const QVariant &value, Storability storabil… in addProperty()
128 void CustomProperties::removeProperty(const QString &name) in removeProperty()
136 QVariant CustomProperties::property(const QString &name, const QVariant &defaultValue) const in property()
H A Dcustom-properties-variant-wrapper.h46 QPointer<CustomProperties> MyCustomProperties;
48 CustomProperties::Storability Storability;
58 …CustomPropertiesVariantWrapper(CustomProperties *customProperties, const QString &name, CustomProp…
H A Dcustom-properties.h60 class KADUAPI CustomProperties : public QObject
100 explicit CustomProperties(QObject *parent = nullptr);
101 virtual ~CustomProperties();
H A Dstorable-object.h41 class CustomProperties; variable
141 CustomProperties *Properties;
435 CustomProperties * customProperties() const;
H A Dcustom-properties-variant-wrapper.cpp25 …Wrapper::CustomPropertiesVariantWrapper(CustomProperties *customProperties, const QString &name, C… in CustomPropertiesVariantWrapper()
H A Dstorable-object.cpp33 Properties = new CustomProperties();
138 CustomProperties * StorableObject::customProperties() const in customProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Converters/
H A DCustomAttributesConverters.cs99 return ((CustomProperties)value).DataPointCustomProperties.CustomProperties; in ConvertTo()
124CustomProperties newAttributes = new CustomProperties(((DataPointCustomProperties)context.Instance… in ConvertFrom()
130CustomProperties newAttributes = new CustomProperties(((CustomProperties)context.Instance).DataPoi… in ConvertFrom()
152 CustomProperties newAttributes = new CustomProperties(attributes); in ConvertFrom()
185 CustomProperties attr = obj as CustomProperties; in GetProperties()
205 typeof(CustomProperties), in GetProperties()
225 typeof(CustomProperties), in GetProperties()
248 CustomProperties customProperties = obj as CustomProperties; in IsApplicableCustomProperty()
530 CustomProperties customAttr = component as CustomProperties; in GetValue()
575 CustomProperties customAttr = component as CustomProperties; in SetValue()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dcustomproperties.cpp9 CustomProperties::CustomProperties() in CustomProperties() function in CustomProperties
29 void CustomProperties::setCCD(ISD::CCD *ccd) in setCCD()
36 void CustomProperties::syncProperties() in syncProperties()
63 QMap<QString, QMap<QString, double> > CustomProperties::getCustomProperties() const in getCustomProperties()
68 void CustomProperties::setCustomProperties(const QMap<QString, QMap<QString, double> > &value) in setCustomProperties()
73 void CustomProperties::slotAdd() in slotAdd()
83 void CustomProperties::slotRemove() in slotRemove()
92 void CustomProperties::slotClear() in slotClear()
97 void CustomProperties::slotApply() in slotApply()
H A Dcustomproperties.h15 class CustomProperties : public QDialog, public Ui::CustomProperties
20 CustomProperties();
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/autotests/
H A Dtestcustomproperties.cpp22 CustomProperties cp; in testValidity()
50 CustomProperties cp1; in testCompare()
51 CustomProperties cp2; in testCompare()
60 CustomProperties cp3; in testCompare()
68 CustomProperties cp4; in testCompare()
85 CustomProperties cp5; in testCompare()
100 CustomProperties cp; in testMapValidity()
115 CustomProperties cp1; in testMapCompare()
128 CustomProperties cp; in testEmpty()
159 CustomProperties cp; in testDataStreamIn()
[all …]
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmshaper_own.cpp217 foreach(QString prop, mat.CustomProperties) in Compare()
221 if(!car.CustomProperties.contains(prop)) in Compare()
225 foreach(QString prop, car.CustomProperties) in Compare()
229 if(!mat.CustomProperties.contains(prop)) in Compare()
240 if(!car.CustomProperties.contains(prop)) in Compare()
258 if(!car.CustomProperties.contains(prop)) in Compare()
263 if(!mat.CustomProperties.contains(prop)) in Compare()
271 if(!car.CustomProperties.contains(prop)) in Compare()
359 foreach (QString value, CustomProperties) in DumpCustom()
600 if(!CustomProperties.contains(prop)) in AddProperty()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/chat/
H A Drecent-chat-service.test.cpp194 …ice::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomProperties::Storable); in shouldIncludeLoadedChatWithRecentMessage()
215 …ice::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomProperties::Storable); in shouldIncludeAddedChatWithRecentMessage()
235 …imeUtc().addSecs(-1 * RecentChatService::KEEP_RECENT_FOR_SECONDS - 1), CustomProperties::Storable); in shouldNotIncludeLoadedChatWithTooOldRecentMessage()
253 …imeUtc().addSecs(-1 * RecentChatService::KEEP_RECENT_FOR_SECONDS - 1), CustomProperties::Storable); in shouldNotIncludeAddedChatWithTooOldRecentMessage()
272 …ice::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomProperties::Storable); in shouldRemoveRemovedChat()
273 …ice::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomProperties::Storable); in shouldRemoveRemovedChat()
299 …ice::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomProperties::Storable); in shouldCleanUpOld()
300 …ice::LAST_MESSAGE_DATE_TIME_PROPERTY, QDateTime::currentDateTimeUtc(), CustomProperties::Storable); in shouldCleanUpOld()
312 …imeUtc().addSecs(-1 * RecentChatService::KEEP_RECENT_FOR_SECONDS - 1), CustomProperties::Storable); in shouldCleanUpOld()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/syntax/
H A Dkatestyletreewidget.cpp277 if (style->hasProperty(CustomProperties::SelectedBackground)) { in contextMenuEvent()
553 if (currentStyle->hasProperty(CustomProperties::Outline)) { in updateStyle()
558 actualStyle->clearProperty(CustomProperties::Outline); in updateStyle()
569 if (currentStyle->hasProperty(CustomProperties::SelectedForeground)) { in updateStyle()
574 actualStyle->clearProperty(CustomProperties::SelectedForeground); in updateStyle()
585 if (currentStyle->hasProperty(CustomProperties::SelectedBackground)) { in updateStyle()
590 actualStyle->clearProperty(CustomProperties::SelectedBackground); in updateStyle()
707 if (defaultStyle->hasProperty(CustomProperties::SelectedForeground)) { in unsetColor()
710 currentStyle->clearProperty(CustomProperties::SelectedForeground); in unsetColor()
719 if (currentStyle->hasProperty(CustomProperties::SelectedBackground)) { in unsetColor()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebPartPersonalization.cs302 Debug.Assert(!(customPersonalizable == null && info.CustomProperties != null)); in ApplyPersonalizationState()
304 …if (customPersonalizable != null && info.CustomProperties != null && info.CustomProperties.Count >… in ApplyPersonalizationState()
305 customPersonalizable.Load(info.CustomProperties); in ApplyPersonalizationState()
461 info.CustomProperties = new PersonalizationDictionary(); in ExtractPersonalizationState()
462 customPersonalizable.Save(info.CustomProperties); in ExtractPersonalizationState()
682 public PersonalizationDictionary CustomProperties; field in System.Web.UI.WebControls.WebParts.WebPartPersonalization.PersonalizationInfo
/dports/polish/kadu/kadu-4.3/plugins/encryption_otr/
H A Dotr-policy-service.cpp49 account.addProperty("otr:policy", policy.toString(), CustomProperties::Storable); in setAccountPolicy()
63 buddy.addProperty("otr:policy", policy.toString(), CustomProperties::Storable); in setBuddyPolicy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting/
H A DRemotingConfiguration.cs698 channel.CustomProperties.Add (at, val); in ReadChannel()
734 prov.CustomProperties.Add (at, val); in ReadProvider()
873 public Hashtable CustomProperties { property in System.Runtime.Remoting.ChannelData
890 if (!CustomProperties.ContainsKey (entry.Key)) in CopyFrom()
891 CustomProperties [entry.Key] = entry.Value; in CopyFrom()
921 internal Hashtable CustomProperties = new Hashtable (); field in System.Runtime.Remoting.ProviderData
930 foreach (DictionaryEntry entry in other.CustomProperties) in CopyFrom()
931 if (!CustomProperties.ContainsKey (entry.Key)) in CopyFrom()
932 CustomProperties [entry.Key] = entry.Value; in CopyFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DDataPointCustomProperties.cs46 public string CustomProperties { get; set; } property in System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties
47 public CustomProperties CustomPropertiesExtended { get; set; }
/dports/polish/kadu/kadu-4.3/plugins/tabs/
H A Dtabs.cpp262 chatWidget->chat().addProperty("tabs:fix2626", true, CustomProperties::Storable); in addChat()
405 chat.addProperty("tabs:tmp-detached", true, CustomProperties::NonStorable); in onNewTab()
409 chat.addProperty("tabs:tmp-attached", true, CustomProperties::NonStorable); in onNewTab()
486 chat.addProperty("tabs:attached", true, CustomProperties::Storable); in onTabAttach()
574 chat.addProperty("tabs:detached", true, CustomProperties::Storable); in detachChat()
603 chat.addProperty("tabs:detached", true, CustomProperties::Storable); in load()
605 chat.addProperty("tabs:attached", true, CustomProperties::Storable); in load()
/dports/polish/kadu/kadu-4.3/plugins/gadu_protocol/services/
H A Dgadu-file-transfer-service.cpp102 transfer.addProperty("gg:downloadId", downloadId, CustomProperties::Storable); in fileTransferReceived()
103 transfer.addProperty("gg:remoteFileName", fileName, CustomProperties::Storable); in fileTransferReceived()
/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/services/
H A Djabber-chat-state-service.cpp106 …ty("jabber:received-chat-state", static_cast<int>(message.state()), CustomProperties::NonStorable); in extractReceivedChatState()
116 …er:sent-chat-state", static_cast<int>(QXmppMessage::State::Active), CustomProperties::NonStorable); in withSentChatState()
176 …contact.addProperty("jabber:sent-chat-state", static_cast<int>(xmppState), CustomProperties::NonSt… in sendState()
/dports/polish/kadu/kadu-4.3/plugins/sound/gui/
H A Dsound-buddy-configuration-widget.cpp107 …perty("sound:use_custom_sound", m_useCustomSoundCheckBox->isChecked(), CustomProperties::Storable); in apply()
108 …buddy().addProperty("sound:custom_sound", m_customSoundSelectFile->file(), CustomProperties::Stora… in apply()
H A Dsound-chat-configuration-widget.cpp107 …perty("sound:use_custom_sound", m_useCustomSoundCheckBox->isChecked(), CustomProperties::Storable); in apply()
108 …chat().addProperty("sound:custom_sound", m_customSoundSelectFile->file(), CustomProperties::Storab… in apply()

12345678910>>...13