Searched defs:UIUpdateManager (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.h2 * VBox Qt GUI - UIUpdateManager class declaration.
28 class UIUpdateManager : public QObject class in inherits:QObject
39 static UIUpdateManager* instance() { return m_pInstance; }
57 UIUpdateManager();
58 ~UIUpdateManager();
61 static UIUpdateManager* m_pInstance;
66 #define gUpdateManager UIUpdateManager::instance()
H A DUIUpdateManager.cpp3 * VBox Qt GUI - UIUpdateManager class implementation.
30 # include "UIUpdateManager.h"
73 UIUpdateQueue(UIUpdateManager *pParent) : QObject(pParent) {}
404 /* UIUpdateManager stuff: */
405 UIUpdateManager* UIUpdateManager::m_pInstance = 0;
408 void UIUpdateManager::schedule()
415 new UIUpdateManager;
419 void UIUpdateManager::shutdown()
429 void UIUpdateManager
435 UIUpdateManager::UIUpdateManager() function in class:UIUpdateManager
[all...]

Completed in 41 milliseconds