Searched refs:m_pWindowController (Results 1 – 2 of 2) sorted by relevance
55 , m_pWindowController( pWindowController ) in ChartWindow()74 m_pWindowController=0; in clear()81 if( m_pWindowController ) in PrePaint()83 m_pWindowController->PrePaint(); in PrePaint()90 if( m_pWindowController ) in Paint()91 m_pWindowController->execute_Paint( rRect ); in Paint()99 if( m_pWindowController ) in MouseButtonDown()100 m_pWindowController->execute_MouseButtonDown(rMEvt); in MouseButtonDown()107 if( m_pWindowController ) in MouseMove()108 m_pWindowController->execute_MouseMove( rMEvt ); in MouseMove()[all …]
74 WindowController* m_pWindowController; member in chart::ChartWindow