Home
last modified time | relevance | path

Searched refs:m_pToolBarVert (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx159 QToolBar *m_pToolBarHoriz, *m_pToolBarVert; member in WidgetPainter
386 m_pToolBarVert( NULL ), in WidgetPainter()
414 delete m_pToolBarVert, m_pToolBarVert = NULL; in ~WidgetPainter()
1040 if ( !m_pToolBarVert ) in toolBar()
1042 m_pToolBarVert = new QToolBar( m_pMainWindow, "tool_bar_horiz" ); in toolBar()
1043 m_pMainWindow->moveDockWindow( m_pToolBarVert, Qt::DockLeft ); in toolBar()
1045 pToolBar = m_pToolBarVert; in toolBar()

Completed in 26 milliseconds