Collaboration diagram for RCSimulatorApp:

Public Member Functions | |
| virtual BOOL | InitInstance () |
| virtual int | ExitInstance () |
| afx_msg void | OnFileNew () |
| afx_msg void | OnFileOpen () |
| afx_msg BOOL | OnOpenRecentFile (UINT nID) |
| afx_msg void | OnAppAbout () |
Static Public Member Functions | |
| static void | UpdateAllViews () |
| static RCRecentFileList & | GetRecentFileList () |
| static RCLogFile & | GetLogFile () |
| static const RCString & | GetRootDir () |
Static Public Attributes | |
| static const RCString | VERSION_TEXT = _T("Version 1.4.0") |
Protected Attributes | |
| RCSimMainFrame * | m_pSimMainFrame |
| RCLogDistributor | m_LogDistributor |
| RCLogFile | m_LogFile |
| RCRecentFileList | m_RecentFileList |
| RCString | m_sRootDir |
Static Protected Attributes | |
| static const TInt | MAX_MRU_COUNT = 8 |
1.4.6-NO