VirtualBox

Ignore:
Timestamp:
May 21, 2013 2:59:54 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Move animation frame-work name-space into separate corresponding files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h

    r45696 r46195  
    2828
    2929/* Forward declaration: */
    30 class QStateMachine;
    3130class UIPopupPaneTextPane;
    3231class UIPopupPaneButtonPane;
    33 
    34 /* UIAnimationFramework namespace: */
    35 namespace UIAnimationFramework
    36 {
    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 }
    4332
    4433/* Popup-pane prototype class: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette