Choreonoid  1.8
Public Member Functions | Properties | List of all members
cnoid::StringListComboBox Class Reference

#include <StringListComboBox.h>

Inheritance diagram for cnoid::StringListComboBox:

Public Member Functions

 StringListComboBox (QWidget *widget=0)
 
QStringList labels () const
 
void setLabels (QStringList labels)
 

Properties

QStringList labels
 

Detailed Description

Note
This combo box uses the first element of the string list as the index of the selected item to exchange all the information required for the combo box as a form of a string list.

Constructor & Destructor Documentation

◆ StringListComboBox()

StringListComboBox::StringListComboBox ( QWidget *  widget = 0)

Member Function Documentation

◆ labels()

QStringList cnoid::StringListComboBox::labels ( ) const

◆ setLabels()

void StringListComboBox::setLabels ( QStringList  labels)

Property Documentation

◆ labels

QStringList StringListComboBox::labels
readwrite

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