VirtualBox

Changeset 67122 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 26, 2017 4:10:48 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: Selector UI: Virtual Media Manager & Host Network Manager: Doxy nits.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h

    r67075 r67122  
    3838
    3939
    40 /** Host Network Manager widget. */
     40/** QWidget extension providing GUI with the pane to control host network related functionality. */
    4141class UIHostNetworkManagerWidget : public QIWithRetranslateUI<QWidget>
    4242{
     
    167167
    168168
    169 /** Host Network Manager dialog factory. */
     169/** QIManagerDialogFactory extension used as a factory for Host Network Manager dialog. */
    170170class UIHostNetworkManagerFactory : public QIManagerDialogFactory
    171171{
     
    178178
    179179
    180 /** QIManagerDialog sub-class used as Host Network Manager dialog. */
     180/** QIManagerDialog extension providing GUI with the dialog to control host network related functionality. */
    181181class UIHostNetworkManager : public QIWithRetranslateUI<QIManagerDialog>
    182182{
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h

    r67075 r67122  
    5151
    5252
    53 /** Medium Manager widget. */
     53/** QWidget extension providing GUI with the pane to control media related functionality. */
    5454class UIMediumManagerWidget : public QIWithRetranslateUI<QWidget>
    5555{
     
    235235
    236236        /** Performs search for the @a pTree child which corresponds to the @a condition but not @a pException. */
    237         static UIMediumItem *searchItem(QITreeWidget *pTree, const CheckIfSuitableBy &condition, CheckIfSuitableBy *pException = 0);
     237        static UIMediumItem *searchItem(QITreeWidget *pTree,
     238                                        const CheckIfSuitableBy &condition,
     239                                        CheckIfSuitableBy *pException = 0);
    238240        /** Performs search for the @a pParentItem child which corresponds to the @a condition but not @a pException. */
    239         static UIMediumItem *searchItem(QTreeWidgetItem *pParentItem, const CheckIfSuitableBy &condition, CheckIfSuitableBy *pException = 0);
     241        static UIMediumItem *searchItem(QTreeWidgetItem *pParentItem,
     242                                        const CheckIfSuitableBy &condition,
     243                                        CheckIfSuitableBy *pException = 0);
    240244
    241245        /** Checks if @a action can be used for @a pItem. */
     
    320324
    321325
    322 /** Medium Manager dialog factory. */
     326/** QIManagerDialogFactory extension used as a factory for Virtual Medium Manager dialog. */
    323327class UIMediumManagerFactory : public QIManagerDialogFactory
    324328{
     
    331335
    332336
    333 /** QIManagerDialog sub-class used as Host Network Manager dialog. */
     337/** QIManagerDialog extension providing GUI with the dialog to control media related functionality. */
    334338class UIMediumManager : public QIWithRetranslateUI<QIManagerDialog>
    335339{
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