Home
last modified time | relevance | path

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

/dports/security/keepassx-devel/keepassx-55869e8/src/core/
H A DEntryAttachments.h44 void aboutToBeAdded(const QString& key);
H A DEntryAttributes.h60 void aboutToBeAdded(const QString& key);
H A DEntryAttachments.cpp51 Q_EMIT aboutToBeAdded(key); in set() local
H A DEntryAttributes.cpp75 Q_EMIT aboutToBeAdded(key); in set() local
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DEntryAttachments.h49 void aboutToBeAdded(const QString& key);
H A DCustomData.h57 void aboutToBeAdded(const QString& key);
H A DEntryAttributes.h75 void aboutToBeAdded(const QString& key);
H A DEntryAttachments.cpp56 emit aboutToBeAdded(key); in set() local
H A DCustomData.cpp64 emit aboutToBeAdded(key); in set() local
H A DEntryAttributes.cpp114 emit aboutToBeAdded(key); in set() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/text/edits/
H A DUndoEdit.java52 void aboutToBeAdded(TextEdit parent) { in aboutToBeAdded() method in UndoEdit
H A DMultiTextEdit.java181 void aboutToBeAdded(TextEdit parent) { in aboutToBeAdded() method in MultiTextEdit
H A DTextEdit.java488 void aboutToBeAdded(TextEdit parent) { in aboutToBeAdded() method in TextEdit
776 child.aboutToBeAdded(this); in internalAdd()
/dports/security/keepassx-devel/keepassx-55869e8/src/gui/entry/
H A DEntryAttachmentsModel.cpp43 … connect(m_entryAttachments, SIGNAL(aboutToBeAdded(QString)), SLOT(attachmentAboutToAdd(QString))); in setEntryAttachments()
H A DEntryAttributesModel.cpp45 … connect(m_entryAttributes, SIGNAL(aboutToBeAdded(QString)), SLOT(attributeAboutToAdd(QString))); in setEntryAttributes()
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/entry/
H A DEntryAttachmentsModel.cpp44 … connect(m_entryAttachments, SIGNAL(aboutToBeAdded(QString)), SLOT(attachmentAboutToAdd(QString))); in setEntryAttachments()
H A DEntryAttributesModel.cpp45 … connect(m_entryAttributes, SIGNAL(aboutToBeAdded(QString)), SLOT(attributeAboutToAdd(QString))); in setEntryAttributes()
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/include/IrcModel/
H A Dircusermodel.h102 void aboutToBeAdded(IrcUser* user);
H A Dircbuffermodel.h136 void aboutToBeAdded(IrcBuffer* buffer);
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/model/
H A Dircusermodel.cpp146 emit q->aboutToBeAdded(user); in insertUser()
H A Dircbuffermodel.cpp336 emit q->aboutToBeAdded(buffer); in insertBuffer()
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/imports/qml1/
H A Dplugins.qmltypes628 name: "aboutToBeAdded"
1763 name: "aboutToBeAdded"
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/imports/qml2/
H A Dplugins.qmltypes647 name: "aboutToBeAdded"
1998 name: "aboutToBeAdded"
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/tests/auto/ircbuffermodel/
H A Dtst_ircbuffermodel.cpp94 QSignalSpy aboutToBeAddedSpy(&model, SIGNAL(aboutToBeAdded(IrcBuffer*))); in testAddRemove()
593 QSignalSpy aboutToBeAddedSpy(&bufferModel, SIGNAL(aboutToBeAdded(IrcBuffer*))); in testChanges()
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/tests/auto/ircusermodel/
H A Dtst_ircusermodel.cpp649 QSignalSpy aboutToBeAddedSpy(&userModel, SIGNAL(aboutToBeAdded(IrcUser*))); in testChanges()