Searched defs:UIActionIndexRT_M_Devices (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIActionPoolRuntime.h89 UIActionIndexRT_M_Devices, enumerator in enum:UIActionIndexRT
H A DUIActionPoolRuntime.cpp1915 m_invalidations << UIActionIndexRT_M_Devices; local
2064 m_pool[UIActionIndexRT_M_Devices] = new UIActionMenuDevices(this);
2108 m_menuUpdateHandlers[UIActionIndexRT_M_Devices].ptfr = &UIActionPoolRuntime::updateMenuDevices;
2259 addMenu(m_mainMenus, action(UIActionIndexRT_M_Devices));
2792 UIMenu *pMenu = action(UIActionIndexRT_M_Devices)->menu();
2842 m_invalidations.remove(UIActionIndexRT_M_Devices);

Completed in 69 milliseconds