ark
Go to the documentation of this file.
   29 #ifndef EXTRACTIONDIALOG_H 
   30 #define EXTRACTIONDIALOG_H 
   34 #include <KDirSelectDialog> 
   47     void setShowSelectedFiles(
bool);
 
   48     void setSingleFolderArchive(
bool);
 
   49     void setPreservePaths(
bool);
 
   50     void batchModeOption();
 
   51     void setOpenDestinationFolderAfterExtraction(
bool);
 
   52     void setCloseAfterExtraction(
bool);
 
   53     void setAutoSubfolder(
bool value);
 
   55     bool extractAllFiles() 
const;
 
   56     bool openDestinationAfterExtraction() 
const;
 
   57     bool closeAfterExtraction() 
const;
 
   58     bool extractToSubfolder() 
const;
 
   59     bool autoSubfolders() 
const;
 
   60     bool preservePaths() 
const;
 
   61     KUrl destinationDirectory() 
const;
 
   63     virtual void accept();
 
   66     void setSubfolder(
const QString& subfolder);
 
   74     class ExtractionDialogUI *m_ui;
 
   78 #endif // EXTRACTIONDIALOG_H 
  
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.