Lines Matching refs:PToolPanel
113 PToolPanel GetPanel( const size_t i_nPos ) const;
117 size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition );
118 PToolPanel RemovePanel( const size_t i_nPosition );
134 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
142 PToolPanel GetActiveOrDummyPanel_Impl();
148 PToolPanel m_pDummyPanel;
156 PToolPanel ToolPanelDeck_Impl::GetActiveOrDummyPanel_Impl() in GetActiveOrDummyPanel_Impl()
186 PToolPanel ToolPanelDeck_Impl::GetPanel( const size_t i_nPos ) const in GetPanel()
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()
230 const PToolPanel pActive( GetActiveOrDummyPanel_Impl() ); in ImplDoLayout()
279 PToolPanel pActivePanel( GetActiveOrDummyPanel_Impl() ); in DoAction()
301 PToolPanel pActivePanel( m_aPanels.GetPanel( *aActivePanel ) ); in FocusActivePanel()
307 void ToolPanelDeck_Impl::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted()
326 const PToolPanel pOldActive( m_aPanels.GetPanel( *i_rOldActive ) ); in ActivePanelChanged()
331 …const PToolPanel pNewActive( !i_rNewActive ? m_pDummyPanel : m_aPanels.GetPanel( *i_rNewActive ) ); in ActivePanelChanged()
384 PToolPanel pPanel( GetPanel( i ) ); in ~ToolPanelDeck()
396 PToolPanel ToolPanelDeck::GetPanel( const size_t i_nPos ) const in GetPanel()
414 size_t ToolPanelDeck::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel()
420 PToolPanel ToolPanelDeck::RemovePanel( const size_t i_nPosition ) in RemovePanel()