Searched refs:VBoxDbgBaseWindow (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp158 unsigned VBoxDbgBaseWindow::m_cxBorder = 0;
159 unsigned VBoxDbgBaseWindow::m_cyBorder = 0;
162 VBoxDbgBaseWindow::VBoxDbgBaseWindow(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent) function in class:VBoxDbgBaseWindow
169 VBoxDbgBaseWindow::~VBoxDbgBaseWindow()
176 VBoxDbgBaseWindow::vShow()
188 VBoxDbgBaseWindow::vReposition(int a_x, int a_y, unsigned a_cx, unsigned a_cy, bool a_fResize)
209 VBoxDbgBaseWindow::event(QEvent *a_pEvt)
218 VBoxDbgBaseWindow
[all...]
H A DVBoxDbgBase.h126 class VBoxDbgBaseWindow : public QWidget, public VBoxDbgBase class in inherits:QWidget,VBoxDbgBase
134 VBoxDbgBaseWindow(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent);
139 virtual ~VBoxDbgBaseWindow();
H A DVBoxDbgStatsQt4.h177 class VBoxDbgStats : public VBoxDbgBaseWindow
H A DVBoxDbgConsole.h171 class VBoxDbgConsole : public VBoxDbgBaseWindow
H A DVBoxDbgConsole.cpp356 : VBoxDbgBaseWindow(a_pDbgGui, a_pParent), m_pOutput(NULL), m_pInput(NULL), m_fInputRestoreFocus(false),
820 return VBoxDbgBaseWindow::event(pGenEvent);
H A DVBoxDbgStatsQt4.cpp3034 : VBoxDbgBaseWindow(a_pDbgGui, pParent), m_PatStr(pszPat), m_pPatCB(NULL), m_uRefreshRate(0), m_pTimer(NULL), m_pView(NULL)
3159 return VBoxDbgBaseWindow::eventFilter(pWatched, pEvent);
3169 return VBoxDbgBaseWindow::eventFilter(pWatched, pEvent);

Completed in 51 milliseconds