Home
last modified time | relevance | path

Searched refs:m_pWindowController (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DChartWindow.cxx55 , 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 …]
H A DChartWindow.hxx74 WindowController* m_pWindowController; member in chart::ChartWindow