Vuo  2.0.1
Public Member Functions | List of all members
VuoComboBox Class Reference

Description

Subclasses QComboBox to enable keyboard/mouse focus, add the ability to enable and disable items.

Definition at line 15 of file VuoComboBox.hh.

Public Member Functions

 VuoComboBox (QWidget *parent=Q_NULLPTR)
 Creates a new combo box. More...
 
void setItemEnabled (int index, bool enabled)
 Enables or disables an item in a combo box menu. More...
 

Constructor & Destructor Documentation

◆ VuoComboBox()

VuoComboBox::VuoComboBox ( QWidget *  parent = Q_NULLPTR)

Creates a new combo box.

Definition at line 15 of file VuoComboBox.cc.

Member Function Documentation

◆ setItemEnabled()

void VuoComboBox::setItemEnabled ( int  index,
bool  enabled 
)

Enables or disables an item in a combo box menu.

Definition at line 24 of file VuoComboBox.cc.


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