git-svn-id: svn://db.shs.com.ru/libs@649 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -32,22 +32,27 @@ class ObjectEditor: public QWidget
|
||||
public:
|
||||
explicit ObjectEditor(QWidget * parent = 0);
|
||||
|
||||
void setObject(ObjectBase * o);
|
||||
ObjectBase * getObject() {return object;}
|
||||
void assignQGLView(QGLView * v);
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent * e);
|
||||
void setObject(ObjectBase * o);
|
||||
|
||||
Ui::ObjectEditor * ui;
|
||||
QGLView * view;
|
||||
bool active;
|
||||
ObjectBase * object;
|
||||
QList<GLenum> rmodes;
|
||||
|
||||
private slots:
|
||||
void objectChanged();
|
||||
void selectionChanged();
|
||||
void on_spinLightAngleStart_valueChanged(double v);
|
||||
void on_spinLightAngleEnd_valueChanged(double v);
|
||||
void on_buttonDiscardRawMatrix_clicked();
|
||||
|
||||
void on_comboLightType_currentIndexChanged(int index);
|
||||
void on_buttonColor_colorChanged(const QColor &v);
|
||||
void spinChanged(double v);
|
||||
void spinLightChanged(double v);
|
||||
void spinCameraChanged(double v);
|
||||
void checkChanged(bool v);
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
|
||||
Reference in New Issue
Block a user