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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIActionPoolRuntime.h2 * VBox Qt GUI - UIActionPoolRuntime class declaration.
128 class UIActionPoolRuntime : public UIActionPool class in inherits:UIActionPool
210 UIActionPoolRuntime(bool fTemporary = false);
H A DUIActionPoolRuntime.cpp3 * VBox Qt GUI - UIActionPoolRuntime class implementation.
23 # include "UIActionPoolRuntime.h"
1822 UIActionPoolRuntime::UIActionPoolRuntime(bool fTemporary /* = false */) function in class:UIActionPoolRuntime
1829 void UIActionPoolRuntime::setSession(UISession *pSession)
1835 void UIActionPoolRuntime::setMultiScreenLayout(UIMultiScreenLayout *pMultiScreenLayout)
1862 bool UIActionPoolRuntime::isAllowedInMenuMachine(UIExtraDataMetaDefs::RuntimeMenuMachineActionType type) const
1870 void UIActionPoolRuntime::setRestrictionForMenuMachine(UIActionRestrictionLevel level, UIExtraDataMetaDefs::RuntimeMenuMachineActionType restriction)
1876 bool UIActionPoolRuntime::isAllowedInMenuView(UIExtraDataMetaDefs::RuntimeMenuViewActionType type) const
1884 void UIActionPoolRuntime
[all...]

Completed in 117 milliseconds