Lines Matching defs:UIActionPool
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 *pParent,
269 UIActionToggle(UIActionPool *pParent,
272 UIActionToggle(UIActionPool *pParent,
276 UIActionToggle(UIActionPool *pParent,
301 UIActionPolymorphic(UIActionPool *pParent,
304 UIActionPolymorphic(UIActionPool *pParent,
308 UIActionPolymorphic(UIActionPool *pParent,
320 class UIActionPool : public QIWithRetranslateUI3<QObject>
325 typedef void (UIActionPool::*PTFActionPool)();
343 static UIActionPool* create(UIActionPoolType type);
345 static void destroy(UIActionPool *pActionPool);
406 UIActionPool(UIActionPoolType type, bool fTemporary = false);