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


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