QGLSLCompleter.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // Qt
4 #include <QCompleter> // Required for inheritance
5 
10 class QGLSLCompleter : public QCompleter
11 {
12  Q_OBJECT
13 
14 public:
15 
20  explicit QGLSLCompleter(QObject* parent=nullptr);
21 };
22 
23 
QGLSLCompleter
Class, that describes completer with glsl specific types and functions.
Definition: QGLSLCompleter.hpp:10
QGLSLCompleter::QGLSLCompleter
QGLSLCompleter(QObject *parent=nullptr)
Constructor.
Definition: QGLSLCompleter.cpp:9


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:23