Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Signals | Public Member Functions | Protected Member Functions | List of all members
ActionSearchEntry Class Reference

The ActionSearchEntry class. More...

#include <actionsearch.h>

Inheritance diagram for ActionSearchEntry:

Signals

void moveSelectionUp ()
 Emitted when the user presses the up arrow key. More...
 
void moveSelectionDown ()
 Emitted when the user presses the down arrow key. More...
 

Public Member Functions

 ActionSearchEntry (QWidget *parent)
 ActionSearchEntry. More...
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event)
 Override of QLineEdit's key press event that listens for up/down key presses. More...
 

Detailed Description

The ActionSearchEntry class.

Simple wrapper around QLineEdit that emits signals when the up or down arrow keys are pressed so that ActionSearch can connect them to moving the current selection up or down.

Constructor & Destructor Documentation

ActionSearchEntry::ActionSearchEntry ( QWidget *  parent)

ActionSearchEntry.

Parameters
parentUsually ActionSearch.

Member Function Documentation

void ActionSearchEntry::keyPressEvent ( QKeyEvent *  event)
protected

Override of QLineEdit's key press event that listens for up/down key presses.

Parameters
event
void ActionSearchEntry::moveSelectionDown ( )
signal

Emitted when the user presses the down arrow key.

void ActionSearchEntry::moveSelectionUp ( )
signal

Emitted when the user presses the up arrow key.


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