| 2242 | } |
| 2243 | |
| 2244 | IEventBrowser *CaptureContext::GetEventBrowser() |
| 2245 | { |
| 2246 | if(m_EventBrowser) |
| 2247 | return m_EventBrowser; |
| 2248 | |
| 2249 | m_EventBrowser = new EventBrowser(*this, m_MainWindow); |
| 2250 | m_EventBrowser->setObjectName(lit("eventBrowser")); |
| 2251 | setupDockWindow(m_EventBrowser, true); |
| 2252 | |
| 2253 | return m_EventBrowser; |
| 2254 | } |
| 2255 | |
| 2256 | IAPIInspector *CaptureContext::GetAPIInspector() |
| 2257 | { |