qglengine: direct primitive editor
git-svn-id: svn://db.shs.com.ru/libs@687 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -30,13 +30,14 @@ public:
|
||||
void assignQGLView(QGLView * v);
|
||||
|
||||
protected:
|
||||
Mesh * createMesh();
|
||||
Mesh * createMesh(QVariantList & params);
|
||||
void showEditors();
|
||||
|
||||
Ui::PrimitiveEditor *ui;
|
||||
QGLView * view;
|
||||
QMap<PrimitiveType, QList<QWidget *> > editors;
|
||||
QList<QWidget *> all_editors;
|
||||
bool can_replace;
|
||||
|
||||
private slots:
|
||||
void selectionChanged();
|
||||
|
||||
Reference in New Issue
Block a user