Lines Matching defs:action

145     /** Returns action type. */
148 /** Returns menu contained by this action. */
151 /** Returns action-pool this action belongs to. */
154 /** Casts action to polymorphic-action. */
157 /** Returns current action name. */
159 /** Defines current action name. */
162 /** Returns action extra-data ID. */
164 /** Returns action extra-data key. */
166 /** Returns whether action is allowed. */
171 /** Returns default keyboard shortcut for this action. */
174 /** Defines current keyboard shortcut for this action. */
176 /** Make action show keyboard shortcut. */
178 /** Make action hide keyboard shortcut. */
181 /** Retranslates action. */
189 /** Returns current action name in menu. */
192 /** Updates action text accordingly. */
197 /** Holds the action type. */
200 /** Holds the reference to the action-pool this action belongs to. */
202 /** Holds the type of the action-pool this action belongs to. */
205 /** Holds the action name. */
207 /** Holds the action shortcut. */
209 /** Holds whether action shortcut hidden. */
214 /** Abstract UIAction extension for 'Menu' action type. */
236 /** Updates action text accordingly. */
241 /** Abstract UIAction extension for 'Simple' action type. */
261 /** Abstract UIAction extension for 'Toggle' action type. */
286 /** Abstract UIAction extension for 'Polymorphic' action type. */
293 /** Returns current action state. */
295 /** Defines current action state. */
313 /** Holds current action state. */
319 * representing action-pool interface and factory. */
348 * used to initialize shortcuts-pool from action-pool of passed @a type. */
351 /** Cast action-pool to Runtime one. */
353 /** Cast action-pool to Selector one. */
356 /** Returns action-pool type. */
359 /** Returns the action for the passed @a iIndex. */
360 UIAction* action(int iIndex) const { return m_pool.value(iIndex); }
361 /** Returns all the actions action-pool contains. */
369 /** Returns whether the action with passed @a type is allowed in the 'Application' menu. */
375 /** Mac OS X: Returns whether the action with passed @a type is allowed in the 'Window' menu. */
381 /** Returns whether the action with passed @a type is allowed in the 'Help' menu. */
400 /** Loads keyboard shortcuts of action-pool into shortcuts-pool. */
405 /** Constructor of the action-pool of passed @a type. */
446 /** Adds action into corresponding menu. */
448 /** Adds action's menu into corresponding menu list. */
451 /** Holds the action-pool type. */
453 /** Holds whether this action-pool is temporary. */
460 /** Holds the set of invalidated action indexes. */
465 /** Holds restricted action types of the 'Application' menu. */
468 /** Mac OS X: Holds restricted action types of the 'Window' menu. */
471 /** Holds restricted action types of the Help menu. */