ark
ArkSettings Class Reference
#include <settings.h>
Inheritance diagram for ArkSettings:

Detailed Description
Definition at line 9 of file settings.h.
Public Member Functions | |
| ~ArkSettings () | |
Static Public Member Functions | |
| static QString | lastExtractionFolder () |
| static bool | openDestinationFolderAfterExtraction () |
| static ArkSettings * | self () |
| static void | setLastExtractionFolder (const QString &v) |
| static void | setOpenDestinationFolderAfterExtraction (bool v) |
Protected Member Functions | |
| ArkSettings () | |
Protected Attributes | |
| QString | mLastExtractionFolder |
| bool | mOpenDestinationFolderAfterExtraction |
Constructor & Destructor Documentation
| ArkSettings::~ArkSettings | ( | ) |
Definition at line 46 of file settings.cpp.
| ArkSettings::ArkSettings | ( | ) | [protected] |
Definition at line 29 of file settings.cpp.
Member Function Documentation
| static QString ArkSettings::lastExtractionFolder | ( | ) | [inline, static] |
| static bool ArkSettings::openDestinationFolderAfterExtraction | ( | ) | [inline, static] |
| ArkSettings * ArkSettings::self | ( | ) | [static] |
Definition at line 19 of file settings.cpp.
| static void ArkSettings::setLastExtractionFolder | ( | const QString & | v | ) | [inline, static] |
| static void ArkSettings::setOpenDestinationFolderAfterExtraction | ( | bool | v | ) | [inline, static] |
Member Data Documentation
QString ArkSettings::mLastExtractionFolder [protected] |
Definition at line 61 of file settings.h.
bool ArkSettings::mOpenDestinationFolderAfterExtraction [protected] |
Definition at line 60 of file settings.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference