📄 commandset.h
字号:
//************************************************************// commandsequence class definition for the speakerphone app.//************************************************************class CommandSet{ protected: char* Name; CommandSequence* Commands; CommandSet* next; public: CommandSet(); int Init(ConfigInfo* conf); int ReadFile(FILE* fp); ~CommandSet(); CommandSequence* GetSequence(char* Name);};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -