📄 mysettings.cpp
字号:
/*
* ============================================================================
* Name : CMySettings from MySettings.h
* Part of : SettingList
* Created : 16.03.2006 by ToBeReplacedByAuthor
* Implementation notes:
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright: ToBeReplacedByCopyright
* ============================================================================
*/
// INCLUDE FILES
#include "MySettings.h"
// ================= MEMBER FUNCTIONS =======================
CMySettings::CMySettings()
{
iBinary = ETrue;
iEnum = 0;
iInteger = 24;
_LIT(KAlphaPsw, "guest");
iAlphaPsw.Copy(KAlphaPsw());
_LIT(KNumPsw, "123456");
iNumPsw.Copy(KNumPsw());
TTime time;
time.HomeTime();
iDate = time;
iTime = time;
iSlider = 24;
iVolume = 5;
}
CMySettings::~CMySettings()
{
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -