Searched refs:m_pScrollBar (Results 1 – 3 of 3) sorted by relevance
209 m_pScrollBar( NULL ), in ExtensionBox_Impl()214 m_pScrollBar = new ScrollBar( this, WB_VERT ); in ExtensionBox_Impl()216 m_pScrollBar->EnableDrag(); in ExtensionBox_Impl()271 delete m_pScrollBar; in ~ExtensionBox_Impl()828 m_pScrollBar->SetRangeMax( nTotalHeight ); in SetupScrollBar()832 m_pScrollBar->SetThumbPos( m_nTopIndex ); in SetupScrollBar()835 m_pScrollBar->Show(); in SetupScrollBar()839 m_pScrollBar->Hide(); in SetupScrollBar()1247 if ( m_pScrollBar ) in SetScrollHdl()1248 m_pScrollBar->SetScrollHdl( rLink ); in SetScrollHdl()[all …]
145 ScrollBar *m_pScrollBar; member in dp_gui::ExtensionBox_Impl
147 QScrollBar *m_pScrollBar; member in WidgetPainter383 m_pScrollBar( NULL ), in WidgetPainter()412 delete m_pScrollBar, m_pScrollBar = NULL; in ~WidgetPainter()998 if ( !m_pScrollBar ) in scrollBar()1001 m_pScrollBar->setTracking( false ); in scrollBar()1002 m_pScrollBar->setLineStep( 1 ); in scrollBar()1007 m_pScrollBar->move( qRect.topLeft() ); in scrollBar()1008 m_pScrollBar->resize( qRect.size() ); in scrollBar()1014 m_pScrollBar->setMinValue( pValue->mnMin ); in scrollBar()1016 m_pScrollBar->setValue( pValue->mnCur ); in scrollBar()[all …]
Completed in 40 milliseconds