Changeset 12819 in vbox for trunk/src/VBox/Debugger/VBoxDbgStatsQt4.h
- Timestamp:
- Sep 30, 2008 2:20:33 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37174
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt4.h
r12817 r12819 77 77 */ 78 78 void resetStats(const QString &rPatStr); 79 80 private:81 /**82 * Callback function for the STAMR3Enum() made by update().83 *84 * @returns 0 (i.e. never halt enumeration).85 *86 * @param pszName The name of the sample.87 * @param enmType The type.88 * @param pvSample Pointer to the data. enmType indicates the format of this data.89 * @param enmUnit The unit.90 * @param enmVisibility The visibility.91 * @param pszDesc The description.92 * @param pvUser Pointer to the VBoxDbgStatsView object.93 */94 //later: static DECLCALLBACK(int) updateCallback(const char *pszName, STAMTYPE enmType, void *pvSample, STAMUNIT enmUnit,95 //later: STAMVISIBILITY enmVisibility, const char *pszDesc, void *pvUser);96 97 protected:98 /**99 * Creates / finds the path to the specified stats item and makes is visible.100 *101 * @returns Parent node.102 * @param pszName Path to a stats item.103 */104 // VBoxDbgStatsItem *createPath(const char *pszName);105 79 106 80 protected slots:
Note:
See TracChangeset
for help on using the changeset viewer.