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

Description

A "Publish Port" well that will accept cable drops and publish the internal port connected to the other end of the dragged cable.

Definition at line 16 of file VuoPublishedPortDropBox.hh.

Public Member Functions

 VuoPublishedPortDropBox (QWidget *parent=0)
 Creates a "Publish Port" well. More...
 
void setHovered (bool hovered)
 Sets the boolean indicating whether the dropbox is highlighted to represent mouse hovering. More...
 
void setCurrentlyAcceptingDrops (bool acceptingDrops)
 Sets the boolean indicating whether the dropbox is visible, indicating that it is able to receive a drop of the cable currently being dragged. More...
 

Protected Member Functions

void paintEvent (QPaintEvent *event)
 Draws the published port dropbox. More...
 

Constructor & Destructor Documentation

◆ VuoPublishedPortDropBox()

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

Creates a "Publish Port" well.

Definition at line 16 of file VuoPublishedPortDropBox.cc.

Member Function Documentation

◆ paintEvent()

void VuoPublishedPortDropBox::paintEvent ( QPaintEvent *  event)
protected

Draws the published port dropbox.

Definition at line 26 of file VuoPublishedPortDropBox.cc.

◆ setCurrentlyAcceptingDrops()

void VuoPublishedPortDropBox::setCurrentlyAcceptingDrops ( bool  acceptingDrops)

Sets the boolean indicating whether the dropbox is visible, indicating that it is able to receive a drop of the cable currently being dragged.

Definition at line 44 of file VuoPublishedPortDropBox.cc.

◆ setHovered()

void VuoPublishedPortDropBox::setHovered ( bool  hovered)

Sets the boolean indicating whether the dropbox is highlighted to represent mouse hovering.

Definition at line 34 of file VuoPublishedPortDropBox.cc.


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