10#ifndef KIO_RENAMEDIALOG_H
11#define KIO_RENAMEDIALOG_H
16#include <kio/jobuidelegateextension.h>
18#include "kiowidgets_export.h"
19#include <kio/global.h>
81 QUrl autoDestUrl()
const;
87 void overwritePressed();
88 void overwriteAllPressed();
89 void overwriteWhenOlderPressed();
91 void resumeAllPressed();
92 void suggestNewNamePressed();
95 void enableRenameButton(
const QString &);
97 KIOWIDGETS_NO_EXPORT
void applyAllPressed();
98 KIOWIDGETS_NO_EXPORT
void showSrcIcon(
const KFileItem &);
99 KIOWIDGETS_NO_EXPORT
void showDestIcon(
const KFileItem &);
100 KIOWIDGETS_NO_EXPORT
void showSrcPreview(
const KFileItem &,
const QPixmap &);
101 KIOWIDGETS_NO_EXPORT
void showDestPreview(
const KFileItem &,
const QPixmap &);
102 KIOWIDGETS_NO_EXPORT
void resizePanels();
107 class RenameDialogPrivate;
108 std::unique_ptr<RenameDialogPrivate>
const d;
A KFileItem is a generic class to handle a file, local or remote.
A namespace for KIO globals.
qulonglong filesize_t
64-bit file size
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.