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
§ Stack
typedef QList<UndoCommand> KIO::UndoCommand::Stack |
Definition at line 58 of file fileundomanager_p.h.
Constructor & Destructor Documentation
§ UndoCommand()
|
inline |
Definition at line 60 of file fileundomanager_p.h.
Member Function Documentation
§ isMoveCommand()
|
inline |
Definition at line 66 of file fileundomanager_p.h.
Member Data Documentation
§ m_dst
KUrl KIO::UndoCommand::m_dst |
Definition at line 73 of file fileundomanager_p.h.
§ m_opStack
BasicOperation::Stack KIO::UndoCommand::m_opStack |
Definition at line 71 of file fileundomanager_p.h.
§ m_serialNumber
quint64 KIO::UndoCommand::m_serialNumber |
Definition at line 74 of file fileundomanager_p.h.
§ m_src
KUrl::List KIO::UndoCommand::m_src |
Definition at line 72 of file fileundomanager_p.h.
§ m_type
FileUndoManager::CommandType KIO::UndoCommand::m_type |
Definition at line 70 of file fileundomanager_p.h.
§ m_valid
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-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:20:04 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:20:04 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.