Home
last modified time | relevance | path

Searched refs:m_pToolBarHoriz (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
385 m_pToolBarHoriz( NULL ), in WidgetPainter()
413 delete m_pToolBarHoriz, m_pToolBarHoriz = NULL; in ~WidgetPainter()
1031 if ( !m_pToolBarHoriz ) in toolBar()
1033 m_pToolBarHoriz = new QToolBar( m_pMainWindow, "tool_bar_horiz" ); in toolBar()
1034 m_pMainWindow->moveDockWindow( m_pToolBarHoriz, Qt::DockTop ); in toolBar()
1036 pToolBar = m_pToolBarHoriz; in toolBar()

Completed in 20 milliseconds