Searched refs:m_bParentWindowVisible (Results 1 – 2 of 2) sorted by relevance
128 , m_bParentWindowVisible( false )1355 m_bParentWindowVisible = pContainerWindow->IsVisible(); in setDockingAreaAcceptor()2352 if ( !m_xFrame.is() || !m_bParentWindowVisible ) in implts_doLayout()2782 bool bParentWindowVisible( m_bParentWindowVisible ); in windowShown()2791 m_bParentWindowVisible = true; in windowShown()2792 bSetVisible = ( m_bParentWindowVisible != bParentWindowVisible ); in windowShown()2804 bool bParentWindowVisible( m_bParentWindowVisible ); in windowHidden()2813 m_bParentWindowVisible = false; in windowHidden()2814 bSetInvisible = ( m_bParentWindowVisible != bParentWindowVisible ); in windowHidden()
324 …bool m_bParentWindowVisible; member in framework::LayoutManager
Completed in 54 milliseconds