Lines Matching refs:PToolPanel
295 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
351 PToolPanel CreateToolPanel( const Color& i_rColor, const String& i_rPanelName );
475 PToolPanel pPanel = rPanelDeck.GetPanel( i ); in impl_initPanelList()
604 void OptionsWindow::PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted()
691 …PToolPanel pNewPanel( rController.CreateToolPanel( m_aColors.GetEntryColor( m_aColors.GetSelectEnt… in IMPL_LINK()
755 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow()
756 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow()
757 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow()
758 …m_aToolPanelDeck.InsertPanel( PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(… in PanelDemoMainWindow()
832 PToolPanel PanelDemoMainWindow::CreateToolPanel( const Color& i_rColor, const String& i_rPanelName ) in CreateToolPanel()
834 …return PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(), i_rColor, i_rPanelNa… in CreateToolPanel()