#pragma once #ifndef MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA6_GEN_QSCILEXEROCTAVE_H #define MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA6_GEN_QSCILEXEROCTAVE_H #include #include #include #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include "../../libmiqt/libmiqt.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus class QMetaObject; class QObject; class QsciLexer; class QsciLexerMatlab; class QsciLexerOctave; #else typedef struct QMetaObject QMetaObject; typedef struct QObject QObject; typedef struct QsciLexer QsciLexer; typedef struct QsciLexerMatlab QsciLexerMatlab; typedef struct QsciLexerOctave QsciLexerOctave; #endif void QsciLexerOctave_new(QsciLexerOctave** outptr_QsciLexerOctave, QsciLexerMatlab** outptr_QsciLexerMatlab, QsciLexer** outptr_QsciLexer, QObject** outptr_QObject); void QsciLexerOctave_new2(QObject* parent, QsciLexerOctave** outptr_QsciLexerOctave, QsciLexerMatlab** outptr_QsciLexerMatlab, QsciLexer** outptr_QsciLexer, QObject** outptr_QObject); QMetaObject* QsciLexerOctave_MetaObject(const QsciLexerOctave* self); void* QsciLexerOctave_Metacast(QsciLexerOctave* self, const char* param1); struct miqt_string QsciLexerOctave_Tr(const char* s); const char* QsciLexerOctave_Language(const QsciLexerOctave* self); const char* QsciLexerOctave_Lexer(const QsciLexerOctave* self); const char* QsciLexerOctave_Keywords(const QsciLexerOctave* self, int set); struct miqt_string QsciLexerOctave_Tr2(const char* s, const char* c); struct miqt_string QsciLexerOctave_Tr3(const char* s, const char* c, int n); void QsciLexerOctave_Delete(QsciLexerOctave* self, bool isSubclass); #ifdef __cplusplus } /* extern C */ #endif #endif