Vuo  2.0.3
Signals | Public Member Functions | Protected Member Functions | List of all members
VuoNodeLibraryTextFilter Class Reference

Description

A widget for filtering the nodes displayed in the Node Library.

Definition at line 15 of file VuoNodeLibraryTextFilter.hh.

Signals

void nodeLibraryTextFilterFocusLost ()
 Emitted when the text filter loses focus. More...
 
void nodeLibraryReceivedPasteCommand ()
 Emitted when the text filter receives the keyboard shortcut for the 'Paste' command. More...
 

Public Member Functions

 VuoNodeLibraryTextFilter (QWidget *parent=0)
 Creates a new widget for filtering the nodes displayed in the Node Library. More...
 

Protected Member Functions

void resizeEvent (QResizeEvent *event)
 Handle resize events. More...
 
void keyPressEvent (QKeyEvent *event)
 Handle keypress events. More...
 
void focusOutEvent (QFocusEvent *event)
 Handle keyboard focus events (focus lost). More...
 

Constructor & Destructor Documentation

◆ VuoNodeLibraryTextFilter()

VuoNodeLibraryTextFilter::VuoNodeLibraryTextFilter ( QWidget *  parent = 0)
explicit

Creates a new widget for filtering the nodes displayed in the Node Library.

Definition at line 16 of file VuoNodeLibraryTextFilter.cc.

Member Function Documentation

◆ focusOutEvent()

void VuoNodeLibraryTextFilter::focusOutEvent ( QFocusEvent *  event)
protected

Handle keyboard focus events (focus lost).

Definition at line 131 of file VuoNodeLibraryTextFilter.cc.

◆ keyPressEvent()

void VuoNodeLibraryTextFilter::keyPressEvent ( QKeyEvent *  event)
protected

Handle keypress events.

Definition at line 68 of file VuoNodeLibraryTextFilter.cc.

◆ nodeLibraryReceivedPasteCommand

void VuoNodeLibraryTextFilter::nodeLibraryReceivedPasteCommand ( )
signal

Emitted when the text filter receives the keyboard shortcut for the 'Paste' command.

◆ nodeLibraryTextFilterFocusLost

void VuoNodeLibraryTextFilter::nodeLibraryTextFilterFocusLost ( )
signal

Emitted when the text filter loses focus.

◆ resizeEvent()

void VuoNodeLibraryTextFilter::resizeEvent ( QResizeEvent *  event)
protected

Handle resize events.

Definition at line 56 of file VuoNodeLibraryTextFilter.cc.


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