Searched refs:VBoxDbgStats (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h28 class VBoxDbgStats;
55 VBoxDbgStatsView(VBoxDbgGui *a_pDbgGui, VBoxDbgStatsModel *a_pModel, VBoxDbgStats *a_pParent = NULL);
123 VBoxDbgStats *m_pParent;
177 class VBoxDbgStats : public VBoxDbgBaseWindow class in inherits:VBoxDbgBaseWindow
190 VBoxDbgStats(VBoxDbgGui *a_pDbgGui, const char *pszPat = NULL, unsigned uRefreshRate= 0, QWidget *pParent = NULL);
193 virtual ~VBoxDbgStats();
H A DVBoxDbgGui.h151 VBoxDbgStats *m_pDbgStats;
H A DVBoxDbgGui.cpp168 m_pDbgStats = new VBoxDbgStats(this, "*", 2, m_pParent);
H A DVBoxDbgStatsQt4.cpp2719 VBoxDbgStatsView::VBoxDbgStatsView(VBoxDbgGui *a_pDbgGui, VBoxDbgStatsModel *a_pModel, VBoxDbgStats *a_pParent/* = NULL*/)
3033 VBoxDbgStats::VBoxDbgStats(VBoxDbgGui *a_pDbgGui, const char *pszPat/* = NULL*/, unsigned uRefreshRate/* = 0*/, QWidget *pParent/* = NULL*/)
3125 VBoxDbgStats::~VBoxDbgStats()
3148 VBoxDbgStats::closeEvent(QCloseEvent *a_pCloseEvt)
3155 bool VBoxDbgStats::eventFilter(QObject *pWatched, QEvent *pEvent)
3174 VBoxDbgStats::apply(const QString &Str)
3182 VBoxDbgStats::applyAll()
3190 VBoxDbgStats
[all...]

Completed in 72 milliseconds