CAVAPA-GUI  30.5.2014
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Member Functions | Protected Member Functions | List of all members
cavapa_gui::CopyableListWidget Class Reference

A custom list widget class that allows items to be copied to clipboard. More...

#include <copyablelistwidget.h>

Inheritance diagram for cavapa_gui::CopyableListWidget:

Public Member Functions

 CopyableListWidget (QWidget *parent=0)
 Constructs a new CopyableListWidget having the specified parent. More...
 

Protected Member Functions

virtual void keyPressEvent (QKeyEvent *event)
 Reimplemented for handling a key press event. More...
 
virtual void contextMenuEvent (QContextMenuEvent *event)
 Reimplemented for handling a context menu event. More...
 

Detailed Description

A custom list widget class that allows items to be copied to clipboard.

Author
Mika Lehtinen

Constructor & Destructor Documentation

cavapa_gui::CopyableListWidget::CopyableListWidget ( QWidget *  parent = 0)

Constructs a new CopyableListWidget having the specified parent.

Parameters
parentThe parent widget.

Member Function Documentation

void cavapa_gui::CopyableListWidget::contextMenuEvent ( QContextMenuEvent *  event)
protectedvirtual

Reimplemented for handling a context menu event.

Parameters
eventThe context menu event object.
void cavapa_gui::CopyableListWidget::keyPressEvent ( QKeyEvent *  event)
protectedvirtual

Reimplemented for handling a key press event.

Parameters
eventThe key event object.

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