| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/ |
| H A D | glwidget.cpp | 69 GLWidget::GLWidget(MainWindow *mw, bool button, const QColor &background) in GLWidget() function in GLWidget 87 GLWidget::~GLWidget() in ~GLWidget() 105 void GLWidget::setScaling(int scale) in setScaling() 115 void GLWidget::setLogo() in setLogo() 120 void GLWidget::setTexture() in setTexture() 125 void GLWidget::setShowBubbles(bool bubbles) in setShowBubbles() 130 void GLWidget::paintQtLogo() in paintQtLogo() 148 void GLWidget::paintTexturedCube() in paintTexturedCube() 235 void GLWidget::initializeGL() in initializeGL() 347 void GLWidget::paintGL() in paintGL() [all …]
|
| H A D | mainwindow.cpp | 70 GLWidget *glwidget = new GLWidget(this, true, qRgb(20, 20, 50)); in MainWindow() 138 showMenu->addAction("Show 3D Logo", glwidget, &GLWidget::setLogo); in MainWindow() 139 showMenu->addAction("Show 2D Texture", glwidget, &GLWidget::setTexture); in MainWindow() 140 QAction *showBubbles = showMenu->addAction("Show bubbles", glwidget, &GLWidget::setShowBubbles); in MainWindow() 148 connect(slider, &QAbstractSlider::valueChanged, glwidget, &GLWidget::setScaling); in MainWindow() 149 connect(transparent, &QCheckBox::toggled, glwidget, &GLWidget::setTransparent); in MainWindow() 172 GLWidget *w = new GLWidget(this, false, qRgb(QRandomGenerator::global()->bounded(256), in addNew()
|
| H A D | glwidget.h | 70 class GLWidget : public QOpenGLWidget, protected QOpenGLFunctions in QT_FORWARD_DECLARE_CLASS() 74 GLWidget(MainWindow *mw, bool button, const QColor &background); in QT_FORWARD_DECLARE_CLASS() 75 ~GLWidget(); in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/ |
| H A D | glwidget.cpp | 69 GLWidget::GLWidget(MainWindow *mw, bool button, const QColor &background) in GLWidget() function in GLWidget 87 GLWidget::~GLWidget() in ~GLWidget() 105 void GLWidget::setScaling(int scale) in setScaling() 115 void GLWidget::setLogo() in setLogo() 120 void GLWidget::setTexture() in setTexture() 125 void GLWidget::setShowBubbles(bool bubbles) in setShowBubbles() 130 void GLWidget::paintQtLogo() in paintQtLogo() 148 void GLWidget::paintTexturedCube() in paintTexturedCube() 235 void GLWidget::initializeGL() in initializeGL() 347 void GLWidget::paintGL() in paintGL() [all …]
|
| H A D | mainwindow.cpp | 70 GLWidget *glwidget = new GLWidget(this, true, qRgb(20, 20, 50)); in MainWindow() 138 showMenu->addAction("Show 3D Logo", glwidget, &GLWidget::setLogo); in MainWindow() 139 showMenu->addAction("Show 2D Texture", glwidget, &GLWidget::setTexture); in MainWindow() 140 QAction *showBubbles = showMenu->addAction("Show bubbles", glwidget, &GLWidget::setShowBubbles); in MainWindow() 148 connect(slider, &QAbstractSlider::valueChanged, glwidget, &GLWidget::setScaling); in MainWindow() 149 connect(transparent, &QCheckBox::toggled, glwidget, &GLWidget::setTransparent); in MainWindow() 172 GLWidget *w = new GLWidget(this, false, qRgb(QRandomGenerator::global()->bounded(256), in addNew()
|
| H A D | glwidget.h | 70 class GLWidget : public QOpenGLWidget, protected QOpenGLFunctions in QT_FORWARD_DECLARE_CLASS() 74 GLWidget(MainWindow *mw, bool button, const QColor &background); in QT_FORWARD_DECLARE_CLASS() 75 ~GLWidget(); in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | glwidget.cpp | 12 GLWidget::GLWidget( const QColor &background) in GLWidget() function in GLWidget 22 GLWidget::~GLWidget() in ~GLWidget() 33 void GLWidget::paintFLLogo() in paintFLLogo() 51 void GLWidget::initializeGL() in initializeGL() 118 void GLWidget::paintGL() in paintGL() 171 void GLWidget::loadAscllStl(QString filename, qreal ratio) in loadAscllStl() 196 void GLWidget::createGeometry() in createGeometry()
|
| H A D | glwidget.h | 18 class GLWidget : public QOpenGLWidget, protected QOpenGLFunctions in QT_FORWARD_DECLARE_CLASS() 22 GLWidget( const QColor &background); in QT_FORWARD_DECLARE_CLASS() 23 ~GLWidget(); in QT_FORWARD_DECLARE_CLASS()
|
| H A D | openglwidget.cpp | 8 hLay->addWidget(new GLWidget(Qt::white)); in OpenglWidget() 9 hLay->addWidget(new GLWidget(Qt::white)); in OpenglWidget()
|
| H A D | main.cpp | 72 GLWidget mw(false, Qt::white); in main()
|