#include <CSettings.h>
Public Member Functions | |
| CSettings (const char *, QObject *parent=0) | |
| ~CSettings () | |
| void | SetGetCreateSettings () |
| void | SetGetPropertiesSettings () |
| void | SetRecentFiles (QStringList &) |
| QStringList | GetRecentFiles () |
Definition at line 14 of file CSettings.h.
| CSettings::CSettings | ( | const char * | path, | |
| QObject * | parent = 0 | |||
| ) |
Definition at line 15 of file CSettings.cpp.
| CSettings::~CSettings | ( | ) |
Definition at line 21 of file CSettings.cpp.
| QStringList CSettings::GetRecentFiles | ( | ) |
| void CSettings::SetGetCreateSettings | ( | ) |
| void CSettings::SetGetPropertiesSettings | ( | ) |
| void CSettings::SetRecentFiles | ( | QStringList & | recent | ) |
1.5.7.1