Searched defs:UIActionPool (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIActionPool.h | 2 * VBox Qt GUI - UIActionPool class declaration. 30 class UIActionPool; 152 UIActionPool* actionPool() const { return m_pActionPool; } 187 UIAction(UIActionPool *pParent, UIActionType type); 201 UIActionPool *m_pActionPool; 222 UIActionMenu(UIActionPool *pParent, 225 UIActionMenu(UIActionPool *pParent, 249 UIActionSimple(UIActionPool *pParent, 252 UIActionSimple(UIActionPool *pParent, 256 UIActionSimple(UIActionPool *pParen 320 class UIActionPool : public QIWithRetranslateUI3<QObject> class in inherits:QIWithRetranslateUI3 [all...] |
H A D | UIActionPool.cpp | 3 * VBox Qt GUI - UIActionPool class implementation. 27 # include "UIActionPool.h" 100 UIAction::UIAction(UIActionPool *pParent, UIActionType type) 192 UIActionMenu::UIActionMenu(UIActionPool *pParent, 201 UIActionMenu::UIActionMenu(UIActionPool *pParent, 233 UIActionSimple::UIActionSimple(UIActionPool *pParent, 241 UIActionSimple::UIActionSimple(UIActionPool *pParent, 249 UIActionSimple::UIActionSimple(UIActionPool *pParent, 257 UIActionToggle::UIActionToggle(UIActionPool *pParent, 266 UIActionToggle::UIActionToggle(UIActionPool *pParen 792 UIActionPool::UIActionPool(UIActionPoolType type, bool fTemporary /* = false */) function in class:UIActionPool [all...] |
Completed in 44 milliseconds