#include <unshieldworker.hpp>
|
| bool | writeSettings () |
| |
| bool | getInstallComponent (Component component) |
| |
| QString | getDiskPath () |
| |
| void | setComponentDone (Component component, bool done=true) |
| |
| bool | getComponentDone (Component component) |
| |
| bool | removeDirectory (const QString &dirName) |
| |
| bool | copyFile (const QString &source, const QString &destination, bool keepSource=true) |
| |
| bool | copyDirectory (const QString &source, const QString &destination, bool keepSource=true) |
| |
| bool | extractCab (const QString &cabFile, const QString &destination) |
| |
| bool | extractFile (Unshield *unshield, const QString &destination, const QString &prefix, int index, int counter) |
| |
| bool | findInCab (const QString &fileName, const QString &cabFile) |
| |
| QString | findFile (const QString &fileName, const QString &path) |
| |
| QStringList | findFiles (const QString &fileName, const QString &path, int depth=0, bool recursive=true, bool directories=false, Qt::MatchFlags flags=Qt::MatchExactly) |
| |
| QStringList | findDirectories (const QString &dirName, const QString &path, bool recursive=true) |
| |
| bool | installFile (const QString &fileName, const QString &path, Qt::MatchFlags flags=Qt::MatchExactly, bool keepSource=false) |
| |
| bool | installFiles (const QString &fileName, const QString &path, Qt::MatchFlags flags=Qt::MatchExactly, bool keepSource=false, bool single=false) |
| |
| bool | installDirectories (const QString &dirName, const QString &path, bool recursive=true, bool keepSource=false) |
| |
| bool | installComponent (Component component, const QString &path) |
| |
| bool | setupComponent (Component component) |
| |
| Wizard::UnshieldWorker::UnshieldWorker |
( |
QObject * |
parent = 0 | ) |
|
| Wizard::UnshieldWorker::~UnshieldWorker |
( |
| ) |
|
| bool Wizard::UnshieldWorker::copyDirectory |
( |
const QString & |
source, |
|
|
const QString & |
destination, |
|
|
bool |
keepSource = true |
|
) |
| |
|
private |
| bool Wizard::UnshieldWorker::copyFile |
( |
const QString & |
source, |
|
|
const QString & |
destination, |
|
|
bool |
keepSource = true |
|
) |
| |
|
private |
| void Wizard::UnshieldWorker::error |
( |
const QString & |
text, |
|
|
const QString & |
details |
|
) |
| |
|
signal |
| void Wizard::UnshieldWorker::extract |
( |
| ) |
|
|
slot |
| bool Wizard::UnshieldWorker::extractCab |
( |
const QString & |
cabFile, |
|
|
const QString & |
destination |
|
) |
| |
|
private |
| bool Wizard::UnshieldWorker::extractFile |
( |
Unshield * |
unshield, |
|
|
const QString & |
destination, |
|
|
const QString & |
prefix, |
|
|
int |
index, |
|
|
int |
counter |
|
) |
| |
|
private |
| QStringList Wizard::UnshieldWorker::findDirectories |
( |
const QString & |
dirName, |
|
|
const QString & |
path, |
|
|
bool |
recursive = true |
|
) |
| |
|
private |
| QString Wizard::UnshieldWorker::findFile |
( |
const QString & |
fileName, |
|
|
const QString & |
path |
|
) |
| |
|
private |
| QStringList Wizard::UnshieldWorker::findFiles |
( |
const QString & |
fileName, |
|
|
const QString & |
path, |
|
|
int |
depth = 0, |
|
|
bool |
recursive = true, |
|
|
bool |
directories = false, |
|
|
Qt::MatchFlags |
flags = Qt::MatchExactly |
|
) |
| |
|
private |
| bool Wizard::UnshieldWorker::findInCab |
( |
const QString & |
fileName, |
|
|
const QString & |
cabFile |
|
) |
| |
|
private |
| void Wizard::UnshieldWorker::finished |
( |
| ) |
|
|
signal |
| bool Wizard::UnshieldWorker::getComponentDone |
( |
Component |
component | ) |
|
|
private |
| QString Wizard::UnshieldWorker::getDiskPath |
( |
| ) |
|
|
private |
| QString Wizard::UnshieldWorker::getIniPath |
( |
| ) |
|
| bool Wizard::UnshieldWorker::getInstallComponent |
( |
Component |
component | ) |
|
|
private |
| QString Wizard::UnshieldWorker::getPath |
( |
| ) |
|
| bool Wizard::UnshieldWorker::installComponent |
( |
Component |
component, |
|
|
const QString & |
path |
|
) |
| |
|
private |
| bool Wizard::UnshieldWorker::installDirectories |
( |
const QString & |
dirName, |
|
|
const QString & |
path, |
|
|
bool |
recursive = true, |
|
|
bool |
keepSource = false |
|
) |
| |
|
private |
| bool Wizard::UnshieldWorker::installFile |
( |
const QString & |
fileName, |
|
|
const QString & |
path, |
|
|
Qt::MatchFlags |
flags = Qt::MatchExactly, |
|
|
bool |
keepSource = false |
|
) |
| |
|
private |
| bool Wizard::UnshieldWorker::installFiles |
( |
const QString & |
fileName, |
|
|
const QString & |
path, |
|
|
Qt::MatchFlags |
flags = Qt::MatchExactly, |
|
|
bool |
keepSource = false, |
|
|
bool |
single = false |
|
) |
| |
|
private |
| void Wizard::UnshieldWorker::progressChanged |
( |
int |
progress | ) |
|
|
signal |
| bool Wizard::UnshieldWorker::removeDirectory |
( |
const QString & |
dirName | ) |
|
|
private |
| void Wizard::UnshieldWorker::setComponentDone |
( |
Component |
component, |
|
|
bool |
done = true |
|
) |
| |
|
private |
| void Wizard::UnshieldWorker::setDiskPath |
( |
const QString & |
path | ) |
|
| void Wizard::UnshieldWorker::setIniCodec |
( |
QTextCodec * |
codec | ) |
|
| void Wizard::UnshieldWorker::setIniPath |
( |
const QString & |
path | ) |
|
| void Wizard::UnshieldWorker::setPath |
( |
const QString & |
path | ) |
|
| bool Wizard::UnshieldWorker::setupComponent |
( |
Component |
component | ) |
|
|
private |
| bool Wizard::UnshieldWorker::setupSettings |
( |
| ) |
|
| void Wizard::UnshieldWorker::stopWorker |
( |
| ) |
|
| void Wizard::UnshieldWorker::textChanged |
( |
const QString & |
text | ) |
|
|
signal |
| bool Wizard::UnshieldWorker::writeSettings |
( |
| ) |
|
|
private |
| bool Wizard::UnshieldWorker::mBloodmoonDone |
|
private |
| QString Wizard::UnshieldWorker::mDiskPath |
|
private |
| QTextCodec* Wizard::UnshieldWorker::mIniCodec |
|
private |
| QString Wizard::UnshieldWorker::mIniPath |
|
private |
| bool Wizard::UnshieldWorker::mInstallBloodmoon |
|
private |
| bool Wizard::UnshieldWorker::mInstallMorrowind |
|
private |
| bool Wizard::UnshieldWorker::mInstallTribunal |
|
private |
| QReadWriteLock Wizard::UnshieldWorker::mLock |
|
private |
| bool Wizard::UnshieldWorker::mMorrowindDone |
|
private |
| QString Wizard::UnshieldWorker::mPath |
|
private |
| bool Wizard::UnshieldWorker::mStopped |
|
private |
| bool Wizard::UnshieldWorker::mTribunalDone |
|
private |
| QWaitCondition Wizard::UnshieldWorker::mWait |
|
private |
The documentation for this class was generated from the following files: