KIO
KIO::BasicOperation Struct Reference
#include <fileundomanager_p.h>
Public Types | |
typedef QList< BasicOperation > | Stack |
enum | Type { File , Link , Directory } |
Public Member Functions | |
BasicOperation () | |
Public Attributes | |
KUrl | m_dst |
time_t | m_mtime |
bool | m_renamed |
KUrl | m_src |
QString | m_target |
Type | m_type:2 |
bool | m_valid |
Detailed Description
Definition at line 36 of file fileundomanager_p.h.
Member Typedef Documentation
◆ Stack
Definition at line 38 of file fileundomanager_p.h.
Member Enumeration Documentation
◆ Type
Enumerator | |
---|---|
File | |
Link | |
Directory |
Definition at line 46 of file fileundomanager_p.h.
Constructor & Destructor Documentation
◆ BasicOperation()
|
inline |
Definition at line 40 of file fileundomanager_p.h.
Member Data Documentation
◆ m_dst
KUrl KIO::BasicOperation::m_dst |
Definition at line 50 of file fileundomanager_p.h.
◆ m_mtime
time_t KIO::BasicOperation::m_mtime |
Definition at line 52 of file fileundomanager_p.h.
◆ m_renamed
bool KIO::BasicOperation::m_renamed |
Definition at line 44 of file fileundomanager_p.h.
◆ m_src
KUrl KIO::BasicOperation::m_src |
Definition at line 49 of file fileundomanager_p.h.
◆ m_target
QString KIO::BasicOperation::m_target |
Definition at line 51 of file fileundomanager_p.h.
◆ m_type
Type KIO::BasicOperation::m_type |
Definition at line 47 of file fileundomanager_p.h.
◆ m_valid
bool KIO::BasicOperation::m_valid |
Definition at line 43 of file fileundomanager_p.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.