Changeset 46195 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h
- Timestamp:
- May 21, 2013 2:59:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h
r45696 r46195 28 28 29 29 /* Forward declaration: */ 30 class QStateMachine;31 30 class UIPopupPaneTextPane; 32 31 class UIPopupPaneButtonPane; 33 34 /* UIAnimationFramework namespace: */35 namespace UIAnimationFramework36 {37 /* API: Animation stuff: */38 QStateMachine* installPropertyAnimation(QWidget *pTarget, const char *pszPropertyName,39 const char *pszValuePropertyNameStart, const char *pszValuePropertyNameFinal,40 const char *pSignalForward, const char *pSignalBackward,41 bool fReversive = false, int iAnimationDuration = 300);42 }43 32 44 33 /* Popup-pane prototype class: */
Note:
See TracChangeset
for help on using the changeset viewer.