KIO::JobUiDelegate

Search for usage in LXR

#include <KIO/JobUiDelegate>

Inheritance diagram for KIO::JobUiDelegate:

Public Member Functions

 ~JobUiDelegate () override
 
bool askDeleteConfirmation (const QList< QUrl > &urls, DeletionType deletionType, ConfirmationType confirmationType) override
 
ClipboardUpdater * createClipboardUpdater (Job *job, ClipboardUpdaterMode mode) override
 
void setWindow (QWidget *window) override
 
void updateUrlInClipboard (const QUrl &src, const QUrl &dest) override
 
- Public Member Functions inherited from KDialogJobUiDelegate
 KDialogJobUiDelegate (KJobUiDelegate::Flags flags, QWidget *window)
 
bool setJob (KJob *job) override
 
void updateUserTimestamp (unsigned long time)
 
unsigned long userTimestamp () const
 
QWidgetwindow () const
 
- Public Member Functions inherited from KIO::JobUiDelegateExtension

Static Public Member Functions

static void unregisterWindow (QWidget *window)
 

Protected Member Functions

 JobUiDelegate (KJobUiDelegate::Flags flags=AutoHandlingDisabled, QWidget *window=nullptr, const QList< QObject * > &ifaces={})
 
- Protected Member Functions inherited from KIO::JobUiDelegateExtension
 JobUiDelegateExtension ()
 
virtual ~JobUiDelegateExtension ()
 

Additional Inherited Members

- Public Types inherited from KIO::JobUiDelegateExtension
enum  ClipboardUpdaterMode { UpdateContent , OverwriteContent , RemoveContent }
 
enum  ConfirmationType { DefaultConfirmation , ForceConfirmation }
 
enum  DeletionType { Delete , Trash , EmptyTrash }
 

Detailed Description

A UI delegate tuned to be used with KIO Jobs.

Constructor & Destructor Documentation

◆ JobUiDelegate()

KIO::JobUiDelegate::JobUiDelegate ( KJobUiDelegate::Flags flags = AutoHandlingDisabled,
QWidget * window = nullptr,
const QList< QObject * > & ifaces = {} )
explicitprotected

Constructs a new KIO Job UI delegate.

Parameters
flagsallows to enable automatic error/warning handling
windowthe window associated with this delegate, see setWindow.
ifacesInterface instances such as OpenWithHandlerInterface to replace the default interfaces
Since
5.98

Definition at line 319 of file jobuidelegate.cpp.

◆ ~JobUiDelegate()

KIO::JobUiDelegate::~JobUiDelegate ( )
overridedefault

Destroys the KIO Job UI delegate.

Member Function Documentation

◆ askDeleteConfirmation()

bool KIO::JobUiDelegate::askDeleteConfirmation ( const QList< QUrl > & urls,
DeletionType deletionType,
ConfirmationType confirmationType )
overridevirtual

Ask for confirmation before deleting/trashing urls.

Note that this method is not called automatically by KIO jobs. It's the application's responsibility to ask the user for confirmation before calling KIO::del() or KIO::trash().

Parameters
urlsthe urls about to be deleted/trashed
deletionTypethe type of deletion (Delete for real deletion, Trash otherwise)
confirmationsee ConfirmationType. Normally set to DefaultConfirmation. Note: the window passed to setWindow is used as the parent for the message box.
Returns
true if confirmed

Implements KIO::JobUiDelegateExtension.

Definition at line 178 of file jobuidelegate.cpp.

◆ createClipboardUpdater()

KIO::ClipboardUpdater * KIO::JobUiDelegate::createClipboardUpdater ( Job * job,
ClipboardUpdaterMode mode )
overridevirtual

Creates a clipboard updater.

Reimplemented from KIO::JobUiDelegateExtension.

Definition at line 304 of file jobuidelegate.cpp.

◆ setWindow()

void KIO::JobUiDelegate::setWindow ( QWidget * window)
overridevirtual

Associate this job with a window given by window.

Parameters
windowthe window to associate to
See also
window()

Reimplemented from KDialogJobUiDelegate.

Definition at line 153 of file jobuidelegate.cpp.

◆ unregisterWindow()

void KIO::JobUiDelegate::unregisterWindow ( QWidget * window)
static

Unregister the given window from kded.

This is normally done automatically when the window is destroyed.

This method is useful for instance when keeping a hidden window around to make it faster to reuse later.

Since
5.2

Definition at line 173 of file jobuidelegate.cpp.

◆ updateUrlInClipboard()

void KIO::JobUiDelegate::updateUrlInClipboard ( const QUrl & src,
const QUrl & dest )
overridevirtual

Update URL in clipboard, if present.

Reimplemented from KIO::JobUiDelegateExtension.

Definition at line 312 of file jobuidelegate.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 Fri Oct 11 2024 12:11:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.