Searched refs:getVclControlWindow (Results 1 – 1 of 1) sorted by relevance
132 inline Window* getVclControlWindow() { return m_pControlWindow; } in getVclControlWindow() function in pcr::ControlHelper133 inline const Window* getVclControlWindow() const { return m_pControlWindow; } in getVclControlWindow() function in pcr::ControlHelper214 …Window() { return static_cast< WindowType* > ( m_aImplControl.getVclControlWindow() ); } in getTypedControlWindow()215 …Window() const { return static_cast< const WindowType* >( m_aImplControl.getVclControlWindow() ); } in getTypedControlWindow()
Completed in 18 milliseconds