📄 ivp_time_event.hxx
字号:
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.
// IVP_EXPORT_PUBLIC
#ifndef IVP_TIME_EVENT_INCLUDED
#define IVP_TIME_EVENT_INCLUDED
#ifndef WIN32
# pragma interface
#endif
class IVP_Environment;
class IVP_Time_Event {
public:
int index;
IVP_Time_Event(){;};
virtual void simulate_time_event(IVP_Environment *){ CORE; }; // to be implemented by application
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -