Home
last modified time | relevance | path

Searched refs:AttachmentControllerBase (Results 1 – 7 of 7) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/attachment/
H A Dattachmentcontrollerbase.cpp100 AttachmentControllerBase *const q;
134 AttachmentControllerBase::AttachmentControllerBasePrivate::AttachmentControllerBasePrivate(Attachme… in AttachmentControllerBasePrivate()
449 AttachmentControllerBase::~AttachmentControllerBase() = default;
451 void AttachmentControllerBase::createActions() in createActions()
604 void AttachmentControllerBase::showContextMenu() in showContextMenu()
662 void AttachmentControllerBase::slotOpenWithDialog() in slotOpenWithDialog()
812 void AttachmentControllerBase::slotPutResult(KJob *job) in slotPutResult()
857 void AttachmentControllerBase::showAttachVcard() in showAttachVcard()
874 void AttachmentControllerBase::showAttachClipBoard() in showAttachClipBoard()
975 void AttachmentControllerBase::attachMyPublicKey() in attachMyPublicKey()
[all …]
H A Dattachmentcontrollerbase.h31 class MESSAGECOMPOSER_EXPORT AttachmentControllerBase : public QObject
36AttachmentControllerBase(MessageComposer::AttachmentModel *model, QWidget *wParent, KActionCollect…
37 ~AttachmentControllerBase() override;
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/composer/
H A Dcomposerviewbase.h62 class AttachmentControllerBase; variable
133 void setAttachmentController(MessageComposer::AttachmentControllerBase *controller);
134 Q_REQUIRED_RESULT MessageComposer::AttachmentControllerBase *attachmentController();
334 MessageComposer::AttachmentControllerBase *m_attachmentController = nullptr;
H A Dcomposerviewbase.cpp1595 void ComposerViewBase::setAttachmentController(MessageComposer::AttachmentControllerBase *controlle… in setAttachmentController()
1600 MessageComposer::AttachmentControllerBase *ComposerViewBase::attachmentController() in attachmentController()
/dports/deskutils/kmail/kmail-21.12.3/src/editor/attachment/
H A Dattachmentcontroller.cpp37 : AttachmentControllerBase(model, composer, composer->actionCollection()) in AttachmentController()
43 …connect(view, &AttachmentView::contextMenuRequested, this, &AttachmentControllerBase::showContextM… in AttachmentController()
H A Dattachmentcontroller.h26 class AttachmentController : public MessageComposer::AttachmentControllerBase
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dcryptocomposertest.cpp194 AttachmentControllerBase controller(&model, nullptr, nullptr); in testEditEncryptAttachments()
260 AttachmentControllerBase controller(&model, nullptr, nullptr); in testEditEncryptAndLateAttachments()