?? kr_backoption.h
字號(hào):
/*
* Created on 30 apr. 2004
*
* @author DigitalAirways (c) 2004
*
* This software is the confidential and proprietary information of
* DigitalAirways, sarl. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with DigitalAirways.
* A copy of this license is included in the licence.txt file included
* on this software package.
*
*
*/
#ifndef __KR_BACKOPTION__
#define __KR_BACKOPTION__
class BackOption : public Option
{
private:
public:
INSTANCIATOR(BackOption) ;
DEFINE_NEW(BackOption);
DEFINE_DELETE(BackOption);
BackOption(GContext* newGContext) : Option(newGContext) {;}
virtual void doAccept()
{
}
} ;
#endif // ndef __KR_BACKOPTION__
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -