tp-ships-uids.h
来自「《SymbianOSC手机应用开发》源码」· C头文件 代码 · 共 28 行
H
28 行
// Declares app and view UIDs for two-ships
#ifndef _tp_ships_uids_
#define _tp_ships_uids_
// UID for application
const TUid KUidTpShips = { 0x10005402 };
// UID for hider view
const TUid KHiderViewUID = { 0x101F4124 };
// UID for P1 target fleet view
const TUid KP1OppViewUID = { 0x101F4123 };
// UID for P1 own fleet view
const TUid KP1MyViewUID = { 0x101F4125 };
// UID for P2 target fleet view
const TUid KP2OppViewUID = { 0x101F81CD };
// UID for P2 own fleet view
const TUid KP2MyViewUID = { 0x101F81CE };
// Test UIDs for view commands
const TUid KCmd1UID = { 0x01000001 };
const TUid KCmd2UID = { 0x01000002 };
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?