miqt/qt-restricted-extras/qscintilla/gen_qscilexerfortran.h

53 lines
2.1 KiB
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA_GEN_QSCILEXERFORTRAN_H
#define MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA_GEN_QSCILEXERFORTRAN_H
2024-10-20 04:59:23 +00:00
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include "../../libmiqt/libmiqt.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
class QMetaObject;
class QObject;
2024-11-19 06:29:06 +00:00
class QsciLexer;
2024-10-20 04:59:23 +00:00
class QsciLexerFortran;
2024-11-19 06:29:06 +00:00
class QsciLexerFortran77;
2024-10-20 04:59:23 +00:00
#else
typedef struct QMetaObject QMetaObject;
typedef struct QObject QObject;
2024-11-19 06:29:06 +00:00
typedef struct QsciLexer QsciLexer;
2024-10-20 04:59:23 +00:00
typedef struct QsciLexerFortran QsciLexerFortran;
2024-11-19 06:29:06 +00:00
typedef struct QsciLexerFortran77 QsciLexerFortran77;
2024-10-20 04:59:23 +00:00
#endif
2024-11-19 06:29:06 +00:00
void QsciLexerFortran_new(QsciLexerFortran** outptr_QsciLexerFortran, QsciLexerFortran77** outptr_QsciLexerFortran77, QsciLexer** outptr_QsciLexer, QObject** outptr_QObject);
void QsciLexerFortran_new2(QObject* parent, QsciLexerFortran** outptr_QsciLexerFortran, QsciLexerFortran77** outptr_QsciLexerFortran77, QsciLexer** outptr_QsciLexer, QObject** outptr_QObject);
2024-10-20 04:59:23 +00:00
QMetaObject* QsciLexerFortran_MetaObject(const QsciLexerFortran* self);
void* QsciLexerFortran_Metacast(QsciLexerFortran* self, const char* param1);
struct miqt_string QsciLexerFortran_Tr(const char* s);
struct miqt_string QsciLexerFortran_TrUtf8(const char* s);
const char* QsciLexerFortran_Language(const QsciLexerFortran* self);
const char* QsciLexerFortran_Lexer(const QsciLexerFortran* self);
const char* QsciLexerFortran_Keywords(const QsciLexerFortran* self, int set);
struct miqt_string QsciLexerFortran_Tr2(const char* s, const char* c);
struct miqt_string QsciLexerFortran_Tr3(const char* s, const char* c, int n);
struct miqt_string QsciLexerFortran_TrUtf82(const char* s, const char* c);
struct miqt_string QsciLexerFortran_TrUtf83(const char* s, const char* c, int n);
2024-11-19 06:29:06 +00:00
void QsciLexerFortran_override_virtual_SetFoldCompact(void* self, intptr_t slot);
void QsciLexerFortran_virtualbase_SetFoldCompact(void* self, bool fold);
void QsciLexerFortran_Delete(QsciLexerFortran* self, bool isSubclass);
2024-10-20 04:59:23 +00:00
#ifdef __cplusplus
} /* extern C */
#endif
#endif