VirtualBox

Changeset 66915 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 16, 2017 4:17:13 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115442
Message:

FE/Qt: bugref:8847: Host Network Manager: A bit of doxy care.

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

Legend:

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

    r66910 r66915  
    185185
    186186    /** @name Change handling stuff.
    187      * @{ */
     187      * @{ */
    188188        /** Handles interface automatic configuration choice change. */
    189189        void sltToggledButtonAutomatic(bool fChecked);
     
    214214
    215215    /** @name Prepare/cleanup cascade.
    216      * @{ */
     216      * @{ */
    217217        /** Prepares all. */
    218218        void prepare();
     
    228228
    229229    /** @name Loading stuff.
    230      * @{ */
     230      * @{ */
    231231        /** Loads interface data. */
    232232        void loadDataForInterface();
     
    236236
    237237    /** @name Change handling stuff.
    238      * @{ */
     238      * @{ */
    239239        /** Revalidates changes for passed @a pWidget. */
    240240        void revalidate(QWidget *pWidget = 0);
     
    246246
    247247    /** @name General variables.
    248      * @{ */
     248      * @{ */
    249249        /** Holds the old data copy. */
    250250        UIDataHostNetwork  m_oldData;
     
    256256
    257257    /** @name Interface variables.
    258      * @{ */
     258      * @{ */
    259259        /** Holds the automatic interface configuration button. */
    260260        QRadioButton *m_pButtonAutomatic;
     
    297297
    298298    /** @name DHCP server variables.
    299      * @{ */
     299      * @{ */
    300300        /** Holds the DHCP server status chack-box. */
    301301        QCheckBox  *m_pCheckBoxDHCP;
  • trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h

    r66911 r66915  
    5858
    5959    /** @name Event-handling stuff.
    60      * @{ */
     60      * @{ */
    6161        /** Handles translation event. */
    6262        virtual void retranslateUi() /* override */;
     
    7272
    7373    /** @name Menu/action stuff.
    74      * @{ */
     74      * @{ */
    7575        /** Handles command to add host network. */
    7676        void sltAddHostNetwork();
     
    8484
    8585    /** @name Tree-widget stuff.
    86      * @{ */
     86      * @{ */
    8787        /** Handles command to adjust tree-widget. */
    8888        void sltAdjustTreeWidget();
     
    9999
    100100    /** @name Prepare/cleanup cascade.
    101      * @{ */
     101      * @{ */
    102102        /** Prepares all. */
    103103        void prepare();
     
    110110        /** Prepares widgets. */
    111111        void prepareWidgets();
    112         /** Prepares tool-bar. */
     112        /** Prepares toolbar. */
    113113        void prepareToolBar();
    114114        /** Prepares tree-widget. */
     
    119119
    120120    /** @name Loading stuff.
    121      * @{ */
     121      * @{ */
    122122        /** Loads host networks. */
    123123        void loadHostNetworks();
     
    127127
    128128    /** @name Tree-widget stuff.
    129      * @{ */
     129      * @{ */
    130130        /** Creates a new tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */
    131131        void createItemForNetworkHost(const UIDataHostNetwork &data, bool fChooseItem);
     
    134134    /** @} */
    135135
    136     /** @name Tool-bar and menu variables.
    137      * @{ */
    138         /** Holds the tool-bar instance. */
     136    /** @name Toolbar and menu variables.
     137      * @{ */
     138        /** Holds the toolbar instance. */
    139139        UIToolBar *m_pToolBar;
    140140        /** Holds menu-bar menu object instance. */
     
    151151
    152152    /** @name Splitter variables.
    153      * @{ */
     153      * @{ */
    154154        /** Holds the tree-widget instance. */
    155155        QITreeWidget *m_pTreeWidget;
     
    181181
    182182    /** @name Event-handling stuff.
    183      * @{ */
     183      * @{ */
    184184        /** Handles translation event. */
    185185        virtual void retranslateUi() /* override */;
     
    189189
    190190    /** @name Prepare/cleanup cascade.
    191      * @{ */
     191      * @{ */
    192192        /** Prepares all. */
    193193        void prepare();
     
    212212
    213213    /** @name General variables.
    214      * @{ */
     214      * @{ */
    215215        /** Holds the Host Network Manager singleton instance. */
    216216        static UIHostNetworkManager *s_pInstance;
    217217
    218         /** Widget to center UIMediumManager according. */
     218        /** Holds the widget reference to center Host Network Manager according. */
    219219        QWidget *m_pPseudoParentWidget;
    220220    /** @} */
    221221
    222222    /** @name Widget variables.
    223      * @{ */
     223      * @{ */
    224224        /** Holds the widget instance. */
    225225        UIHostNetworkManagerWidget *m_pWidget;
     
    227227
    228228    /** @name Button-box variables.
    229      * @{ */
     229      * @{ */
    230230        /** Holds the dialog button-box instance. */
    231231        QIDialogButtonBox *m_pButtonBox;
Note: See TracChangeset for help on using the changeset viewer.

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