Home
last modified time | relevance | path

Searched refs:MessageAttachmentDelegateHelperVideo (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/room/delegate/
H A Dmessageattachmentdelegatehelpervideo.cpp24 MessageAttachmentDelegateHelperVideo::MessageAttachmentDelegateHelperVideo() in MessageAttachmentDelegateHelperVideo() function in MessageAttachmentDelegateHelperVideo
30 MessageAttachmentDelegateHelperVideo::~MessageAttachmentDelegateHelperVideo() = default;
32 void MessageAttachmentDelegateHelperVideo::draw(const MessageAttachment &msgAttach, in draw()
51 QSize MessageAttachmentDelegateHelperVideo::sizeHint(const MessageAttachment &msgAttach, in sizeHint()
67 bool MessageAttachmentDelegateHelperVideo::handleMouseEvent(const MessageAttachment &msgAttach, in handleMouseEvent()
93 MessageAttachmentDelegateHelperVideo::VideoLayout
94 MessageAttachmentDelegateHelperVideo::layoutVideo(const MessageAttachment &msgAttach, const QStyleO… in layoutVideo()
H A Dmessageattachmentdelegatehelpervideo.h15 class LIBRUQOLAWIDGETS_TESTS_EXPORT MessageAttachmentDelegateHelperVideo : public MessageDelegateHe…
18 MessageAttachmentDelegateHelperVideo();
19 ~MessageAttachmentDelegateHelperVideo() override;
H A Dmessagelistdelegate.h26 class MessageAttachmentDelegateHelperVideo; variable
149 QScopedPointer<MessageAttachmentDelegateHelperVideo> mHelperAttachmentVideo;
H A Dmessagelistdelegate.cpp59 , mHelperAttachmentVideo(new MessageAttachmentDelegateHelperVideo) in MessageListDelegate()