Searched refs:m_PatStr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h62 * This will indirectly update the m_PatStr.
70 * This pattern doesn't have to be the one used for update, thus m_PatStr isn't updated.
121 QString m_PatStr; member in class:VBoxDbgStatsView
233 QString m_PatStr; member in class:VBoxDbgStats
H A DVBoxDbgStatsQt4.cpp2720 : QTreeView(a_pParent), VBoxDbgBase(a_pDbgGui), m_pModel(a_pModel), m_PatStr(), m_pParent(a_pParent),
2846 m_PatStr = rPatStr;
2969 if (m_pModel->updateStatsByPattern(m_PatStr))
2982 m_pModel->resetStatsByPattern(m_PatStr);
3034 : VBoxDbgBaseWindow(a_pDbgGui, pParent), m_PatStr(pszPat), m_pPatCB(NULL), m_uRefreshRate(0), m_pTimer(NULL), m_pView(NULL)
3058 if (!m_PatStr.isEmpty())
3059 m_pPatCB->addItem(m_PatStr);
3089 VBoxDbgStatsModelVM *pModel = new VBoxDbgStatsModelVM(a_pDbgGui, m_PatStr, NULL);
3176 m_PatStr = Str;
3192 m_pView->updateStats(m_PatStr);
[all...]

Completed in 56 milliseconds