MessageCore::AttachmentFromUrlJob

Search for usage in LXR

MessageCore::AttachmentFromUrlJob Class Reference

#include <attachmentfromurljob.h>

Inherits AttachmentFromUrlBaseJob.

Public Member Functions

 AttachmentFromUrlJob (const QUrl &url=QUrl(), QObject *parent=nullptr)
 
 ~AttachmentFromUrlJob () override
 

Protected Slots

void doStart () override
 

Detailed Description

A job to load an attachment from an url.

Author
Constantin Berzan exit3.nosp@m.219@.nosp@m.gmail.nosp@m..com

Definition at line 20 of file attachmentfromurljob.h.

Constructor & Destructor Documentation

◆ AttachmentFromUrlJob()

AttachmentFromUrlJob::AttachmentFromUrlJob ( const QUrl & url = QUrl(),
QObject * parent = nullptr )
explicit

Creates a new job.

Parameters
urlThe url that will be loaded as attachment.
parentThe parent object.

Definition at line 90 of file attachmentfromurljob.cpp.

◆ ~AttachmentFromUrlJob()

AttachmentFromUrlJob::~AttachmentFromUrlJob ( )
overridedefault

Destroys the job.

Member Function Documentation

◆ doStart

void AttachmentFromUrlJob::doStart ( )
overrideprotectedslot

Definition at line 98 of file attachmentfromurljob.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.