Changeset 58621 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 9, 2015 4:15:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h
r58544 r58621 657 657 #endif /* !Q_WS_MAC */ 658 658 659 /** Runtime UI: Information-element types. */ 660 enum InformationElementType 661 { 662 InformationElementType_Invalid, 663 InformationElementType_General, 664 InformationElementType_System, 665 InformationElementType_Preview, 666 InformationElementType_Display, 667 InformationElementType_Storage, 668 InformationElementType_Audio, 669 InformationElementType_Network, 670 InformationElementType_Serial, 671 #ifdef VBOX_WITH_PARALLEL_PORTS 672 InformationElementType_Parallel, 673 #endif /* VBOX_WITH_PARALLEL_PORTS */ 674 InformationElementType_USB, 675 InformationElementType_SF, 676 InformationElementType_UI, 677 InformationElementType_Description 678 }; 679 659 680 #endif /* !___UIExtraDataDefs_h___ */ 660 681
Note:
See TracChangeset
for help on using the changeset viewer.