ark
#include <settings.h>
Definition at line 11 of file settings.h.
ArkSettings::~ArkSettings |
( |
| ) |
|
ArkSettings::ArkSettings |
( |
| ) |
|
|
protected |
static bool ArkSettings::closeAfterExtraction |
( |
| ) |
|
|
inlinestatic |
static bool ArkSettings::openDestinationFolderAfterExtraction |
( |
| ) |
|
|
inlinestatic |
Get Open destination folder after extraction.
Definition at line 32 of file settings.h.
static bool ArkSettings::preservePaths |
( |
| ) |
|
|
inlinestatic |
Get Preserve paths when extracting.
Definition at line 70 of file settings.h.
static void ArkSettings::setCloseAfterExtraction |
( |
bool |
v | ) |
|
|
inlinestatic |
static void ArkSettings::setOpenDestinationFolderAfterExtraction |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Open destination folder after extraction.
Definition at line 22 of file settings.h.
static void ArkSettings::setPreservePaths |
( |
bool |
v | ) |
|
|
inlinestatic |
Set Preserve paths when extracting.
Definition at line 60 of file settings.h.
static void ArkSettings::setSplitterSizes |
( |
const QList< int > & |
v | ) |
|
|
inlinestatic |
Set splitterSizes.
Definition at line 79 of file settings.h.
static void ArkSettings::setSplitterSizesWithBothWidgets |
( |
const QList< int > & |
v | ) |
|
|
inlinestatic |
Set splitterSizesWithBothWidgets.
Definition at line 98 of file settings.h.
static QList<int> ArkSettings::splitterSizes |
( |
| ) |
|
|
inlinestatic |
Get splitterSizes.
Definition at line 89 of file settings.h.
static QList<int> ArkSettings::splitterSizesWithBothWidgets |
( |
| ) |
|
|
inlinestatic |
Get splitterSizesWithBothWidgets.
Definition at line 108 of file settings.h.
bool ArkSettings::mCloseAfterExtraction |
|
protected |
bool ArkSettings::mOpenDestinationFolderAfterExtraction |
|
protected |
bool ArkSettings::mPreservePaths |
|
protected |
QList<int> ArkSettings::mSplitterSizes |
|
protected |
QList<int> ArkSettings::mSplitterSizesWithBothWidgets |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:37 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.