Stellarium  0.16.1
List of all members | Public Slots | Signals | Public Member Functions | Protected Member Functions
ShortcutLineEdit Class Reference

Specialised GUI control for entering keyboard shortcut combinations. More...

#include <ShortcutLineEdit.hpp>

+ Inheritance diagram for ShortcutLineEdit:
+ Collaboration diagram for ShortcutLineEdit:

Public Slots

void clear ()
 Clear contents and stored keys. More...
 
void backspace ()
 Remove the last key from the key sequence. More...
 
void setContents (QKeySequence ks)
 Emits contentsChanged() if the new sequence is not the same. More...
 

Signals

void focusChanged (bool focus)
 Needed for enabling/disabling buttons in ShortcutsDialog. More...
 
void contentsChanged ()
 

Public Member Functions

 ShortcutLineEdit (QWidget *parent=Q_NULLPTR)
 
QKeySequence getKeySequence ()
 
bool isEmpty () const
 

Protected Member Functions

void keyPressEvent (QKeyEvent *e)
 
void focusInEvent (QFocusEvent *e)
 
void focusOutEvent (QFocusEvent *e)
 

Detailed Description

Specialised GUI control for entering keyboard shortcut combinations.

Allows Emacs-style key sequences (for example "Ctrl+E, Ctrl+2") no longer than four combinations. See the documentation of QKeySequence for details.

When ShortcutLineEdit receives the focus, its whole contents get selected. On a key press, if any of the contents are selected, the new key replaces all the previous contents. Otherwise, it's appended to the sequence.

Definition at line 35 of file ShortcutLineEdit.hpp.

Member Function Documentation

void ShortcutLineEdit::backspace ( )
slot

Remove the last key from the key sequence.

void ShortcutLineEdit::clear ( )
slot

Clear contents and stored keys.

void ShortcutLineEdit::focusChanged ( bool  focus)
signal

Needed for enabling/disabling buttons in ShortcutsDialog.

Parameters
[out]focusfalse if the widget has the focus, true otherwise.
void ShortcutLineEdit::setContents ( QKeySequence  ks)
slot

Emits contentsChanged() if the new sequence is not the same.


The documentation for this class was generated from the following file: