Lines Matching refs:ToolPanelDeck_Impl

74     class ToolPanelDeck_Impl : public IToolPanelDeckListener  class
77 ToolPanelDeck_Impl( ToolPanelDeck& i_rDeck ) in ToolPanelDeck_Impl() function in svt::ToolPanelDeck_Impl
91 ~ToolPanelDeck_Impl() in ~ToolPanelDeck_Impl()
156 PToolPanel ToolPanelDeck_Impl::GetActiveOrDummyPanel_Impl() in GetActiveOrDummyPanel_Impl()
165 void ToolPanelDeck_Impl::SetLayouter( const PDeckLayouter& i_pNewLayouter ) in SetLayouter()
180 size_t ToolPanelDeck_Impl::GetPanelCount() const in GetPanelCount()
186 PToolPanel ToolPanelDeck_Impl::GetPanel( const size_t i_nPos ) const in GetPanel()
192 ::boost::optional< size_t > ToolPanelDeck_Impl::GetActivePanel() const in GetActivePanel()
198 void ToolPanelDeck_Impl::ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) in ActivatePanel()
204 size_t ToolPanelDeck_Impl::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel()
210 PToolPanel ToolPanelDeck_Impl::RemovePanel( const size_t i_nPosition ) in RemovePanel()
216 void ToolPanelDeck_Impl::ImplDoLayout() in ImplDoLayout()
235 void ToolPanelDeck_Impl::AddListener( IToolPanelDeckListener& i_rListener ) in AddListener()
241 void ToolPanelDeck_Impl::RemoveListener( IToolPanelDeckListener& i_rListener ) in RemoveListener()
247 void ToolPanelDeck_Impl::DoAction( const DeckAction i_eAction ) in DoAction()
295 bool ToolPanelDeck_Impl::FocusActivePanel() in FocusActivePanel()
307 void ToolPanelDeck_Impl::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted()
314 void ToolPanelDeck_Impl::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
321 …void ToolPanelDeck_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, cons… in ActivePanelChanged()
343 void ToolPanelDeck_Impl::LayouterChanged( const PDeckLayouter& i_rNewLayouter ) in LayouterChanged()
350 void ToolPanelDeck_Impl::Dying() in Dying()
357 void ToolPanelDeck_Impl::SetAccessibleParentWindow( Window* i_pAccessibleParent ) in SetAccessibleParentWindow()
368 ,m_pImpl( new ToolPanelDeck_Impl( *this ) ) in ToolPanelDeck()