kdf
#include <stdoption.h>
Public Member Functions | |
CStdOption (void) | |
~CStdOption (void) | |
QString | fileManager (void) |
bool | openFileManager (void) |
bool | popupIfFull (void) |
void | setDefault (void) |
void | setFileManager (const QString &fileManager) |
void | setOpenFileManager (bool openFileManagerOnMount) |
void | setPopupIfFull (bool popupIfFull) |
void | setUpdateFrequency (int frequency) |
void | updateConfiguration (void) |
int | updateFrequency (void) |
void | writeConfiguration (void) |
void | writeDefaultFileManager (void) |
Detailed Description
Definition at line 34 of file stdoption.h.
Constructor & Destructor Documentation
CStdOption::CStdOption | ( | void | ) |
Definition at line 40 of file stdoption.cpp.
CStdOption::~CStdOption | ( | void | ) |
Definition at line 46 of file stdoption.cpp.
Member Function Documentation
QString CStdOption::fileManager | ( | void | ) |
Definition at line 85 of file stdoption.cpp.
bool CStdOption::openFileManager | ( | void | ) |
Definition at line 103 of file stdoption.cpp.
bool CStdOption::popupIfFull | ( | void | ) |
Definition at line 97 of file stdoption.cpp.
void CStdOption::setDefault | ( | void | ) |
Definition at line 109 of file stdoption.cpp.
void CStdOption::setFileManager | ( | const QString & | fileManager | ) |
Definition at line 118 of file stdoption.cpp.
void CStdOption::setOpenFileManager | ( | bool | openFileManagerOnMount | ) |
Definition at line 136 of file stdoption.cpp.
void CStdOption::setPopupIfFull | ( | bool | popupIfFull | ) |
Definition at line 130 of file stdoption.cpp.
void CStdOption::setUpdateFrequency | ( | int | frequency | ) |
Definition at line 124 of file stdoption.cpp.
void CStdOption::updateConfiguration | ( | void | ) |
Definition at line 51 of file stdoption.cpp.
int CStdOption::updateFrequency | ( | void | ) |
Definition at line 91 of file stdoption.cpp.
void CStdOption::writeConfiguration | ( | void | ) |
Definition at line 65 of file stdoption.cpp.
void CStdOption::writeDefaultFileManager | ( | void | ) |
Definition at line 76 of file stdoption.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.