Choreonoid  1.5
SelectionListEditor.h
Go to the documentation of this file.
1 
5 #include <QComboBox>
6 #include "exportdecl.h"
7 
8 namespace cnoid {
9 
13 class CNOID_EXPORT SelectionListEditor : public QComboBox
14 {
15  Q_OBJECT
16  Q_PROPERTY(QStringList labels READ labels WRITE setLabels USER true);
17 
18 public:
19  SelectionListEditor(QWidget* widget = 0);
20 
21  QStringList labels() const;
22  void setLabels(QStringList labels);
23 };
24 }
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
Definition: SelectionListEditor.h:13
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37