VirtualBox

Changeset 65203 in vbox


Ignore:
Timestamp:
Jan 9, 2017 1:15:39 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: Accessibility support (step 157): Extending API for UIStatusBarEditorWidget, required for accessibility support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIStatusBarEditorWindow.cpp

    r62493 r65203  
    7373    QSize sizeHint() const { return m_size; }
    7474
     75    /** Returns whether button is checked. */
     76    bool isChecked() const;
    7577    /** Defines whether button is @a fChecked. */
    7678    void setChecked(bool fChecked);
     
    138140    /* Translate finally: */
    139141    retranslateUi();
     142}
     143
     144bool UIStatusBarEditorButton::isChecked() const
     145{
     146    return m_fChecked;
    140147}
    141148
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