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

The ActionSearchList class. More...

#include <actionsearch.h>

Inheritance diagram for ActionSearchList:

Signals

void dbl_click ()
 Signal emitted when a QListWidget item is double clicked. More...
 

Public Member Functions

 ActionSearchList (QWidget *parent)
 ActionSearchList Constructor. More...
 

Protected Member Functions

void mouseDoubleClickEvent (QMouseEvent *)
 Override of QListWidget's double click event that emits a signal. More...
 

Detailed Description

The ActionSearchList class.

Simple wrapper around QListWidget that emits a signal when an item is double clicked that ActionSearch connects to a slot that triggers the currently selected action.

Constructor & Destructor Documentation

ActionSearchList::ActionSearchList ( QWidget *  parent)

ActionSearchList Constructor.

Parameters
parentUsually ActionSearch.

Member Function Documentation

void ActionSearchList::dbl_click ( )
signal

Signal emitted when a QListWidget item is double clicked.

void ActionSearchList::mouseDoubleClickEvent ( QMouseEvent *  )
protected

Override of QListWidget's double click event that emits a signal.


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