Searched refs:FindItemForPoint (Results 1 – 1 of 1) sorted by relevance
383 ::boost::optional< size_t > FindItemForPoint( const Point& i_rPoint ) const;862 ::boost::optional< size_t > PanelTabBar_Impl::FindItemForPoint( const Point& i_rPoint ) const in FindItemForPoint() function in svt::PanelTabBar_Impl1094 … ::boost::optional< size_t > aNewItem( m_pImpl->FindItemForPoint( i_rMouseEvent.GetPosPixel() ) ); in MouseMove()1121 … ::boost::optional< size_t > aHitItem( m_pImpl->FindItemForPoint( i_rMouseEvent.GetPosPixel() ) ); in MouseButtonDown()1138 … ::boost::optional< size_t > aHitItem( m_pImpl->FindItemForPoint( i_rMouseEvent.GetPosPixel() ) ); in MouseButtonUp()1159 …::boost::optional< size_t > aHelpItem( m_pImpl->FindItemForPoint( ScreenToOutputPixel( i_rHelpEven… in RequestHelp()
Completed in 13 milliseconds