📄 myjob1.cl
字号:
/*****************************************************************************
Copyright (c) Prolog Development Center A/S
******************************************************************************/
class myJob1 : bgJob
open core
predicates
classInfo : core::classInfo.
% @short Class information predicate.
% @detail This predicate represents information predicate of this class.
% @end
predicates
myJob1 : (unsigned X, unsigned Y).
constructors
new : (unsigned JobId, unsigned X, unsigned Y).
end class myJob1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -