INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydroqguielementutil::detail::ShortcutKey Class Reference
Detailed DescriptionThis class manages actions for a single shortcut key. Standard QAction semantics are followed in terms enabled/disabled: shortcuts do not work for currently disabled actions. e.g. ESC. Shortcuts need to be unique, that's why we need this proxy. Actions can be subscribed to ShortcutKey and are stored in a multimap with their parent as a key. When the parent dies, we need to unsubscribe (Qt style: in the destructor), so we can delete the pointer from the map. author: Tobias Kaupp, Alex Brooks Constructor & Destructor Documentation
If ownExclusively, only the most-recently-subscribed QObject is triggered. Otherwise, a key-press will trigger _all_ QObjects subscribed for that key. The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)