Plasma
runnercontext.cpp File Reference
#include "runnercontext.h"#include <QReadWriteLock>#include <QDir>#include <QFile>#include <QFileInfo>#include <QSharedData>#include <kcompletion.h>#include <kconfiggroup.h>#include <kdebug.h>#include <kmimetype.h>#include <kshell.h>#include <kstandarddirs.h>#include <kurl.h>#include "abstractrunner.h"#include "querymatch.h"#include "runnercontext.moc"Go to the source code of this file.
Namespaces | |
| namespace | Plasma |
Defines | |
| #define | LOCK_FOR_READ(context) context->d->lock.lockForRead(); |
| #define | LOCK_FOR_WRITE(context) context->d->lock.lockForWrite(); |
| #define | UNLOCK(context) context->d->lock.unlock(); |
Functions | |
| bool | Plasma::correctLastComponentCase (const QString &path, QString &correctCasePath, const bool mustBeDir) |
| bool | Plasma::correctPathCase (const QString &path, QString &corrected) |
Define Documentation
| #define LOCK_FOR_READ | ( | context | ) | context->d->lock.lockForRead(); |
Definition at line 44 of file runnercontext.cpp.
| #define LOCK_FOR_WRITE | ( | context | ) | context->d->lock.lockForWrite(); |
Definition at line 45 of file runnercontext.cpp.
| #define UNLOCK | ( | context | ) | context->d->lock.unlock(); |
Definition at line 46 of file runnercontext.cpp.
KDE 4.3 API Reference