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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIAnimationFramework.cpp38 UIAnimation* UIAnimation::installPropertyAnimation(QWidget *pTarget, const char *pszPropertyName,
44 return new UIAnimation(pTarget, pszPropertyName,
62 UIAnimation::UIAnimation(QWidget *pParent, const char *pszPropertyName, function in class:UIAnimation
77 void UIAnimation::prepare()
117 void UIAnimation::update()
H A DUIAnimationFramework.h28 /* UIAnimation factory: */
29 class UIAnimation : public QObject class in inherits:QObject
42 static UIAnimation* installPropertyAnimation(QWidget *pTarget, const char *pszPropertyName,
53 UIAnimation(QWidget *pParent, const char *pszPropertyName,

Completed in 49 milliseconds