• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.10.5 API Reference
  • KDE Home
  • Contact Us
 

KIO

  • KIO
  • FileUndoManagerPrivate
Public Slots | Signals | Public Member Functions | Public Attributes
KIO::FileUndoManagerPrivate Class Reference

#include <fileundomanager_p.h>

Inheritance diagram for KIO::FileUndoManagerPrivate:
QObject

List of all members.

Public Slots

void slotLock ()
void slotPop ()
void slotPush (QByteArray)
void slotResult (KJob *)
void slotUnlock ()

Signals

void lock ()
void pop ()
void push (const QByteArray &command)
void unlock ()

Public Member Functions

 FileUndoManagerPrivate (FileUndoManager *qq)
 ~FileUndoManagerPrivate ()
void addCommand (const UndoCommand &cmd)
void addDirToUpdate (const KUrl &url)
void broadcastLock ()
void broadcastPop ()
void broadcastPush (const UndoCommand &cmd)
void broadcastUnlock ()
QByteArray get () const
bool initializeFromKDesky ()
void pushCommand (const UndoCommand &cmd)
void stepMakingDirectories ()
void stepMovingFiles ()
void stepRemovingDirectories ()
void stepRemovingLinks ()
void stopUndo (bool step)
void undoStep ()

Public Attributes

UndoCommand::Stack m_commands
UndoCommand m_current
KIO::Job * m_currentJob
QStack< KUrl > m_dirCleanupStack
QStack< KUrl > m_dirStack
QList< KUrl > m_dirsToUpdate
QStack< KUrl > m_fileCleanupStack
bool m_lock
quint64 m_nextCommandIndex
bool m_syncronized
FileUndoManager::UiInterface * m_uiInterface
UndoJob * m_undoJob
UndoState m_undoState
FileUndoManager * q

Detailed Description

Definition at line 101 of file fileundomanager_p.h.


Constructor & Destructor Documentation

FileUndoManagerPrivate::FileUndoManagerPrivate ( FileUndoManager *  qq)

Definition at line 217 of file fileundomanager.cpp.

KIO::FileUndoManagerPrivate::~FileUndoManagerPrivate ( )
inline

Definition at line 107 of file fileundomanager_p.h.


Member Function Documentation

void FileUndoManagerPrivate::addCommand ( const UndoCommand &  cmd)

called by UndoCommandRecorder

Definition at line 271 of file fileundomanager.cpp.

void FileUndoManagerPrivate::addDirToUpdate ( const KUrl &  url)

Definition at line 449 of file fileundomanager.cpp.

void FileUndoManagerPrivate::broadcastLock ( )

Definition at line 679 of file fileundomanager.cpp.

void FileUndoManagerPrivate::broadcastPop ( )

Definition at line 669 of file fileundomanager.cpp.

void FileUndoManagerPrivate::broadcastPush ( const UndoCommand &  cmd)

Definition at line 656 of file fileundomanager.cpp.

void FileUndoManagerPrivate::broadcastUnlock ( )

Definition at line 690 of file fileundomanager.cpp.

QByteArray FileUndoManagerPrivate::get ( ) const

called by FileUndoManagerAdaptor

Definition at line 648 of file fileundomanager.cpp.

bool FileUndoManagerPrivate::initializeFromKDesky ( )

Definition at line 701 of file fileundomanager.cpp.

void KIO::FileUndoManagerPrivate::lock ( )
signal

DBUS signal.

void KIO::FileUndoManagerPrivate::pop ( )
signal

DBUS signal.

void KIO::FileUndoManagerPrivate::push ( const QByteArray &  command)
signal

DBUS signal.

void FileUndoManagerPrivate::pushCommand ( const UndoCommand &  cmd)

Definition at line 620 of file fileundomanager.cpp.

void FileUndoManagerPrivate::slotLock ( )
slot

Definition at line 634 of file fileundomanager.cpp.

void FileUndoManagerPrivate::slotPop ( )
slot

Definition at line 627 of file fileundomanager.cpp.

void FileUndoManagerPrivate::slotPush ( QByteArray  data)
slot

Definition at line 612 of file fileundomanager.cpp.

void FileUndoManagerPrivate::slotResult ( KJob *  job)
slot

Definition at line 420 of file fileundomanager.cpp.

void FileUndoManagerPrivate::slotUnlock ( )
slot

Definition at line 641 of file fileundomanager.cpp.

void FileUndoManagerPrivate::stepMakingDirectories ( )

Definition at line 479 of file fileundomanager.cpp.

void FileUndoManagerPrivate::stepMovingFiles ( )

Definition at line 494 of file fileundomanager.cpp.

void FileUndoManagerPrivate::stepRemovingDirectories ( )

Definition at line 581 of file fileundomanager.cpp.

void FileUndoManagerPrivate::stepRemovingLinks ( )

Definition at line 558 of file fileundomanager.cpp.

void FileUndoManagerPrivate::stopUndo ( bool  step)

called by UndoJob

Definition at line 403 of file fileundomanager.cpp.

void FileUndoManagerPrivate::undoStep ( )

Definition at line 455 of file fileundomanager.cpp.

void KIO::FileUndoManagerPrivate::unlock ( )
signal

DBUS signal.


Member Data Documentation

UndoCommand::Stack KIO::FileUndoManagerPrivate::m_commands

Definition at line 143 of file fileundomanager_p.h.

UndoCommand KIO::FileUndoManagerPrivate::m_current

Definition at line 145 of file fileundomanager_p.h.

KIO::Job* KIO::FileUndoManagerPrivate::m_currentJob

Definition at line 146 of file fileundomanager_p.h.

QStack<KUrl> KIO::FileUndoManagerPrivate::m_dirCleanupStack

Definition at line 149 of file fileundomanager_p.h.

QStack<KUrl> KIO::FileUndoManagerPrivate::m_dirStack

Definition at line 148 of file fileundomanager_p.h.

QList<KUrl> KIO::FileUndoManagerPrivate::m_dirsToUpdate

Definition at line 151 of file fileundomanager_p.h.

QStack<KUrl> KIO::FileUndoManagerPrivate::m_fileCleanupStack

Definition at line 150 of file fileundomanager_p.h.

bool KIO::FileUndoManagerPrivate::m_lock

Definition at line 141 of file fileundomanager_p.h.

quint64 KIO::FileUndoManagerPrivate::m_nextCommandIndex

Definition at line 155 of file fileundomanager_p.h.

bool KIO::FileUndoManagerPrivate::m_syncronized

Definition at line 140 of file fileundomanager_p.h.

FileUndoManager::UiInterface* KIO::FileUndoManagerPrivate::m_uiInterface

Definition at line 152 of file fileundomanager_p.h.

UndoJob* KIO::FileUndoManagerPrivate::m_undoJob

Definition at line 154 of file fileundomanager_p.h.

UndoState KIO::FileUndoManagerPrivate::m_undoState

Definition at line 147 of file fileundomanager_p.h.

FileUndoManager* KIO::FileUndoManagerPrivate::q

Definition at line 157 of file fileundomanager_p.h.


The documentation for this class was generated from the following files:
  • fileundomanager_p.h
  • fileundomanager.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 22:01:06 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KIO

Skip menu "KIO"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.10.5 API Reference

Skip menu "kdelibs-4.10.5 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal