Searched refs:m_pool (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIActionPoolSelector.cpp937 m_pool[UIActionIndexST_M_File] = new UIActionMenuFile(this);
938 m_pool[UIActionIndexST_M_File_S_ShowMediumManager] = new UIActionSimpleMediumManagerDialog(this);
939 m_pool[UIActionIndexST_M_File_S_ImportAppliance] = new UIActionSimpleImportApplianceWizard(this);
940 m_pool[UIActionIndexST_M_File_S_ExportAppliance] = new UIActionSimpleExportApplianceWizard(this);
942 m_pool[UIActionIndexST_M_File_S_ShowExtraDataManager] = new UIActionSimpleExtraDataManagerWindow(this);
944 m_pool[UIActionIndexST_M_File_S_Close] = new UIActionSimpleExit(this);
947 m_pool[UIActionIndexST_M_Group] = new UIActionMenuGroup(this);
948 m_pool[UIActionIndexST_M_Group_S_New] = new UIActionSimpleGroupNew(this);
949 m_pool[UIActionIndexST_M_Group_S_Add] = new UIActionSimpleGroupAdd(this);
950 m_pool[UIActionIndexST_M_Group_S_Renam
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1040 if (!m_pool.contains(indicatorType))
1044 QIStatusBarIndicator *pIndicator = m_pool.value(indicatorType);
1081 if (m_pool.contains(IndicatorType_HardDisks))
1083 if (m_pool.contains(IndicatorType_OpticalDisks))
1085 if (m_pool.contains(IndicatorType_FloppyDisks))
1087 if (m_pool.contains(IndicatorType_USB))
1089 if (m_pool.contains(IndicatorType_Network))
1091 if (m_pool.contains(IndicatorType_SharedFolders))
1093 if (m_pool.contains(IndicatorType_Display))
1109 case KDeviceType_HardDisk: pIndicator = m_pool
[all...]
H A DUIActionPoolRuntime.cpp2017 m_pool[UIActionIndexRT_M_Machine] = new UIActionMenuMachineRuntime(this);
2018 m_pool[UIActionIndexRT_M_Machine_S_Settings] = new UIActionSimpleShowSettingsDialog(this);
2019 m_pool[UIActionIndexRT_M_Machine_S_TakeSnapshot] = new UIActionSimplePerformTakeSnapshot(this);
2020 m_pool[UIActionIndexRT_M_Machine_S_ShowInformation] = new UIActionSimpleShowInformationDialog(this);
2021 m_pool[UIActionIndexRT_M_Machine_T_Pause] = new UIActionTogglePause(this);
2022 m_pool[UIActionIndexRT_M_Machine_S_Reset] = new UIActionSimplePerformReset(this);
2023 m_pool[UIActionIndexRT_M_Machine_S_SaveState] = new UIActionSimplePerformSaveState(this);
2024 m_pool[UIActionIndexRT_M_Machine_S_Shutdown] = new UIActionSimplePerformShutdown(this);
2025 m_pool[UIActionIndexRT_M_Machine_S_PowerOff] = new UIActionSimplePerformPowerOff(this);
2028 m_pool[UIActionIndexRT_M_Vie
[all...]
H A DUIIndicatorsPool.h115 QMap<IndicatorType, QIStatusBarIndicator*> m_pool; member in class:UIIndicatorsPool
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.cpp876 const int iIndex = m_pool.key(pAction);
900 m_pool[UIActionIndex_M_Application] = new UIActionMenuApplication(this);
902 m_pool[UIActionIndex_M_Application_S_About] = new UIActionSimpleAbout(this);
904 m_pool[UIActionIndex_M_Application_S_Preferences] = new UIActionSimplePreferences(this);
906 m_pool[UIActionIndex_M_Application_S_NetworkAccessManager] = new UIActionSimpleNetworkAccessManager(this);
907 m_pool[UIActionIndex_M_Application_S_CheckForUpdates] = new UIActionSimpleCheckForUpdates(this);
909 m_pool[UIActionIndex_M_Application_S_ResetWarnings] = new UIActionSimpleResetWarnings(this);
910 m_pool[UIActionIndex_M_Application_S_Close] = new UIActionSimplePerformClose(this);
914 m_pool[UIActionIndex_M_Window] = new UIActionMenuWindow(this);
915 m_pool[UIActionIndex_M_Window_S_Minimiz
[all...]
H A DUIActionPool.h360 UIAction* action(int iIndex) const { return m_pool.value(iIndex); }
362 QList<UIAction*> actions() const { return m_pool.values(); }
457 QMap<int, UIAction*> m_pool; member in class:UIActionPool

Completed in 52 milliseconds