Searched refs:m_pCloser (Results 1 – 2 of 2) sorted by relevance
68 ,m_pCloser(NULL) in HelpAgentWindow()75 m_pCloser = new CloserButton_Impl( this, WB_NOTABSTOP | WB_NOPOINTERFOCUS ); in HelpAgentWindow()76 static_cast<CloserButton_Impl*>(m_pCloser)->SetModeImage( aCloserImage ); in HelpAgentWindow()77 …static_cast<CloserButton_Impl*>(m_pCloser)->SetClickHdl( LINK(this, HelpAgentWindow, OnButtonClick… in HelpAgentWindow()78 m_pCloser->SetSizePixel( implOptimalButtonSize(aCloserImage) ); in HelpAgentWindow()79 m_pCloser->Show(); in HelpAgentWindow()80 m_pCloser->SetZOrder( NULL, WINDOW_ZORDER_LAST ); in HelpAgentWindow()105 if (m_pCloser && m_pCloser->IsTracking()) in ~HelpAgentWindow()106 m_pCloser->EndTracking(); in ~HelpAgentWindow()107 if (m_pCloser && m_pCloser->IsMouseCaptured()) in ~HelpAgentWindow()[all …]
52 Window* m_pCloser; member in svt::HelpAgentWindow