Main public logs

From sc2k-reverse
Jump to navigationJump to search

Combined display of all available logs of sc2k-reverse. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:21, 24 March 2025 Araxestroy talk contribs created page User:Araxestroy/Class notes (Created page with "=== <code>class CCmdUI</code> === This is a base class in MFC used as a helper for UI update/draw callbacks when eg. menus are drawn. The following is from the MFC 2.1 include file <code>afxwin.h</code>, with additional annotations added: <syntaxhighlight lang="c++" line> class CCmdUI // simple helper class { public: // Attributes UINT m_nID; UINT m_nIndex; // menu item or other index // if a menu item CMenu* m_pMenu; // NULL if not a menu...")