Changeset 87210 in vbox for trunk/src/VBox
- Timestamp:
- Jan 11, 2021 10:18:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.h
r87089 r87210 51 51 signals: 52 52 53 /** Notifies listeners about network details-widget @a fVisible. */53 /** Notifies listeners about host network details-widget @a fVisible. */ 54 54 void sigDetailsVisibilityChangedHostNetwork(bool fVisible); 55 /** Notifies listeners about network details data @a fDiffers. */55 /** Notifies listeners about host network details data @a fDiffers. */ 56 56 void sigDetailsDataChangedHostNetwork(bool fDiffers); 57 57 … … 122 122 /** Handles host network context-menu request for tree-widget @a position. */ 123 123 void sltHandleContextMenuRequestHostNetwork(const QPoint &position); 124 125 124 /** Handles command to apply host network details changes. */ 126 125 void sltApplyDetailsChangesHostNetwork(); … … 161 160 /** @name Tree-widget stuff. 162 161 * @{ */ 163 /** Creates a new tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */162 /** Creates a new host network tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */ 164 163 void createItemForNetworkHost(const UIDataHostNetwork &data, bool fChooseItem); 165 /** Updates the passedtree-widget item on the basis of passed @a data, @a fChooseItem if requested. */164 /** Updates passed host network tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */ 166 165 void updateItemForNetworkHost(const UIDataHostNetwork &data, bool fChooseItem, UIItemHostNetwork *pItem); 167 166 /** @} */ … … 220 219 221 220 222 /** QIManagerDialog extension providing GUI with the dialog to control hostnetwork related functionality. */221 /** QIManagerDialog extension providing GUI with the dialog to control network related functionality. */ 223 222 class UINetworkManager : public QIWithRetranslateUI<QIManagerDialog> 224 223 {
Note:
See TracChangeset
for help on using the changeset viewer.