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::ShortcutKeyManager Class Referencemanages sharing of shortcut keys (a global resource) between GuiElements. More...
Inherits hydroutil::Uncopyable.
Detailed Descriptionmanages sharing of shortcut keys (a global resource) between GuiElements. GuiElements can subscribe for shortcuts. They must unsubscribe before they fall out of scope, or a seg fault will occur. Shortcut Keys can either be owned:
Member Function Documentation
WARNING: if a QAction should have a shortcut (e.g. ESC), then do *not* assign them in the guielement by doing toolBar()->setShortcut(QKeySequence(Qt::Esc)). Otherwise you'll end up with an ambiguity Qt can't resolve. Use this function instead. The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)