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
Definition at line 38 of file fileundomanager_p.h.
Member Enumeration Documentation
Enumerator | |
---|---|
File | |
Link | |
Directory |
Definition at line 46 of file fileundomanager_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 40 of file fileundomanager_p.h.
Member Data Documentation
KUrl KIO::BasicOperation::m_dst |
Definition at line 50 of file fileundomanager_p.h.
time_t KIO::BasicOperation::m_mtime |
Definition at line 52 of file fileundomanager_p.h.
bool KIO::BasicOperation::m_renamed |
Definition at line 44 of file fileundomanager_p.h.
KUrl KIO::BasicOperation::m_src |
Definition at line 49 of file fileundomanager_p.h.
QString KIO::BasicOperation::m_target |
Definition at line 51 of file fileundomanager_p.h.
Type KIO::BasicOperation::m_type |
Definition at line 47 of file fileundomanager_p.h.
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.