Searched refs:nPanelPos (Results 1 – 2 of 2) sorted by relevance
279 const size_t nPanelPos = impl_getPanelPositionFromWindow( pWindowEvent->GetWindow() ); in IMPL_LINK() local280 if ( nPanelPos != m_rPanelDeck.GetActivePanel() ) in IMPL_LINK()282 m_rPanelDeck.ActivatePanel( nPanelPos ); in IMPL_LINK()286 PToolPanel pPanel( m_rPanelDeck.GetPanel( nPanelPos ) ); in IMPL_LINK()
610 size_t nPanelPos = m_aPanelDeck.GetPanelCount(); in impl_initFromConfiguration() local614 while ( nPanelPos > 0 ) in impl_initFromConfiguration()618 GetPanelResourceURL( --nPanelPos ) in impl_initFromConfiguration()622 ++nPanelPos; in impl_initFromConfiguration()627 nPanelPos = m_aPanelDeck.InsertPanel( pCustomPanel, nPanelPos ); in impl_initFromConfiguration()
Completed in 20 milliseconds