KIO
KIO::UndoCommand Class Reference
#include <fileundomanager_p.h>
Public Types | |
typedef QList< UndoCommand > | Stack |
Public Member Functions | |
UndoCommand () | |
bool | isMoveCommand () const |
Public Attributes | |
KUrl | m_dst |
BasicOperation::Stack | m_opStack |
quint64 | m_serialNumber |
KUrl::List | m_src |
FileUndoManager::CommandType | m_type |
bool | m_valid |
Detailed Description
Definition at line 55 of file fileundomanager_p.h.
Member Typedef Documentation
typedef QList<UndoCommand> KIO::UndoCommand::Stack |
Definition at line 58 of file fileundomanager_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 60 of file fileundomanager_p.h.
Member Function Documentation
|
inline |
Definition at line 66 of file fileundomanager_p.h.
Member Data Documentation
KUrl KIO::UndoCommand::m_dst |
Definition at line 73 of file fileundomanager_p.h.
BasicOperation::Stack KIO::UndoCommand::m_opStack |
Definition at line 71 of file fileundomanager_p.h.
quint64 KIO::UndoCommand::m_serialNumber |
Definition at line 74 of file fileundomanager_p.h.
KUrl::List KIO::UndoCommand::m_src |
Definition at line 72 of file fileundomanager_p.h.
FileUndoManager::CommandType KIO::UndoCommand::m_type |
Definition at line 70 of file fileundomanager_p.h.
bool KIO::UndoCommand::m_valid |
Definition at line 68 of file fileundomanager_p.h.
The documentation for this class 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:05 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:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.