miqt/qt-restricted-extras/qscintilla6/gen_qsciscintilla.h
2025-02-01 13:45:22 +13:00

715 lines
47 KiB
C++

#pragma once
#ifndef MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA6_GEN_QSCISCINTILLA_H
#define MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA6_GEN_QSCISCINTILLA_H
#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 QAbstractScrollArea;
class QActionEvent;
class QChildEvent;
class QCloseEvent;
class QColor;
class QContextMenuEvent;
class QDragEnterEvent;
class QDragLeaveEvent;
class QDragMoveEvent;
class QDropEvent;
class QEnterEvent;
class QEvent;
class QFocusEvent;
class QFont;
class QFrame;
class QHideEvent;
class QIODevice;
class QImage;
class QInputMethodEvent;
class QKeyEvent;
class QMenu;
class QMetaMethod;
class QMetaObject;
class QMimeData;
class QMouseEvent;
class QMoveEvent;
class QObject;
class QPaintDevice;
class QPaintEngine;
class QPaintEvent;
class QPainter;
class QPixmap;
class QPoint;
class QResizeEvent;
class QShowEvent;
class QSize;
class QStyleOptionFrame;
class QTabletEvent;
class QTimerEvent;
class QVariant;
class QWheelEvent;
class QWidget;
class QsciCommandSet;
class QsciDocument;
class QsciLexer;
class QsciScintilla;
class QsciScintillaBase;
class QsciStyle;
class QsciStyledText;
#else
typedef struct QAbstractScrollArea QAbstractScrollArea;
typedef struct QActionEvent QActionEvent;
typedef struct QChildEvent QChildEvent;
typedef struct QCloseEvent QCloseEvent;
typedef struct QColor QColor;
typedef struct QContextMenuEvent QContextMenuEvent;
typedef struct QDragEnterEvent QDragEnterEvent;
typedef struct QDragLeaveEvent QDragLeaveEvent;
typedef struct QDragMoveEvent QDragMoveEvent;
typedef struct QDropEvent QDropEvent;
typedef struct QEnterEvent QEnterEvent;
typedef struct QEvent QEvent;
typedef struct QFocusEvent QFocusEvent;
typedef struct QFont QFont;
typedef struct QFrame QFrame;
typedef struct QHideEvent QHideEvent;
typedef struct QIODevice QIODevice;
typedef struct QImage QImage;
typedef struct QInputMethodEvent QInputMethodEvent;
typedef struct QKeyEvent QKeyEvent;
typedef struct QMenu QMenu;
typedef struct QMetaMethod QMetaMethod;
typedef struct QMetaObject QMetaObject;
typedef struct QMimeData QMimeData;
typedef struct QMouseEvent QMouseEvent;
typedef struct QMoveEvent QMoveEvent;
typedef struct QObject QObject;
typedef struct QPaintDevice QPaintDevice;
typedef struct QPaintEngine QPaintEngine;
typedef struct QPaintEvent QPaintEvent;
typedef struct QPainter QPainter;
typedef struct QPixmap QPixmap;
typedef struct QPoint QPoint;
typedef struct QResizeEvent QResizeEvent;
typedef struct QShowEvent QShowEvent;
typedef struct QSize QSize;
typedef struct QStyleOptionFrame QStyleOptionFrame;
typedef struct QTabletEvent QTabletEvent;
typedef struct QTimerEvent QTimerEvent;
typedef struct QVariant QVariant;
typedef struct QWheelEvent QWheelEvent;
typedef struct QWidget QWidget;
typedef struct QsciCommandSet QsciCommandSet;
typedef struct QsciDocument QsciDocument;
typedef struct QsciLexer QsciLexer;
typedef struct QsciScintilla QsciScintilla;
typedef struct QsciScintillaBase QsciScintillaBase;
typedef struct QsciStyle QsciStyle;
typedef struct QsciStyledText QsciStyledText;
#endif
QsciScintilla* QsciScintilla_new(QWidget* parent);
QsciScintilla* QsciScintilla_new2();
void QsciScintilla_virtbase(QsciScintilla* src, QsciScintillaBase** outptr_QsciScintillaBase);
QMetaObject* QsciScintilla_metaObject(const QsciScintilla* self);
void* QsciScintilla_metacast(QsciScintilla* self, const char* param1);
struct miqt_string QsciScintilla_tr(const char* s);
struct miqt_array /* of struct miqt_string */ QsciScintilla_apiContext(QsciScintilla* self, int pos, int* context_start, int* last_word_start);
void QsciScintilla_annotate(QsciScintilla* self, int line, struct miqt_string text, int style);
void QsciScintilla_annotate2(QsciScintilla* self, int line, struct miqt_string text, QsciStyle* style);
void QsciScintilla_annotate3(QsciScintilla* self, int line, QsciStyledText* text);
struct miqt_string QsciScintilla_annotation(const QsciScintilla* self, int line);
int QsciScintilla_annotationDisplay(const QsciScintilla* self);
void QsciScintilla_clearAnnotations(QsciScintilla* self);
bool QsciScintilla_autoCompletionCaseSensitivity(const QsciScintilla* self);
bool QsciScintilla_autoCompletionFillupsEnabled(const QsciScintilla* self);
bool QsciScintilla_autoCompletionReplaceWord(const QsciScintilla* self);
bool QsciScintilla_autoCompletionShowSingle(const QsciScintilla* self);
int QsciScintilla_autoCompletionSource(const QsciScintilla* self);
int QsciScintilla_autoCompletionThreshold(const QsciScintilla* self);
int QsciScintilla_autoCompletionUseSingle(const QsciScintilla* self);
bool QsciScintilla_autoIndent(const QsciScintilla* self);
bool QsciScintilla_backspaceUnindents(const QsciScintilla* self);
void QsciScintilla_beginUndoAction(QsciScintilla* self);
int QsciScintilla_braceMatching(const QsciScintilla* self);
struct miqt_string QsciScintilla_bytes(const QsciScintilla* self, int start, int end);
int QsciScintilla_callTipsPosition(const QsciScintilla* self);
int QsciScintilla_callTipsStyle(const QsciScintilla* self);
int QsciScintilla_callTipsVisible(const QsciScintilla* self);
void QsciScintilla_cancelFind(QsciScintilla* self);
void QsciScintilla_cancelList(QsciScintilla* self);
bool QsciScintilla_caseSensitive(const QsciScintilla* self);
void QsciScintilla_clearFolds(QsciScintilla* self);
void QsciScintilla_clearIndicatorRange(QsciScintilla* self, int lineFrom, int indexFrom, int lineTo, int indexTo, int indicatorNumber);
void QsciScintilla_clearRegisteredImages(QsciScintilla* self);
QColor* QsciScintilla_color(const QsciScintilla* self);
struct miqt_array /* of int */ QsciScintilla_contractedFolds(const QsciScintilla* self);
void QsciScintilla_convertEols(QsciScintilla* self, int mode);
QMenu* QsciScintilla_createStandardContextMenu(QsciScintilla* self);
QsciDocument* QsciScintilla_document(const QsciScintilla* self);
void QsciScintilla_endUndoAction(QsciScintilla* self);
QColor* QsciScintilla_edgeColor(const QsciScintilla* self);
int QsciScintilla_edgeColumn(const QsciScintilla* self);
int QsciScintilla_edgeMode(const QsciScintilla* self);
void QsciScintilla_setFont(QsciScintilla* self, QFont* f);
int QsciScintilla_eolMode(const QsciScintilla* self);
bool QsciScintilla_eolVisibility(const QsciScintilla* self);
int QsciScintilla_extraAscent(const QsciScintilla* self);
int QsciScintilla_extraDescent(const QsciScintilla* self);
void QsciScintilla_fillIndicatorRange(QsciScintilla* self, int lineFrom, int indexFrom, int lineTo, int indexTo, int indicatorNumber);
bool QsciScintilla_findFirst(QsciScintilla* self, struct miqt_string expr, bool re, bool cs, bool wo, bool wrap, bool forward, int line, int index, bool show, bool posix, bool cxx11);
bool QsciScintilla_findFirstInSelection(QsciScintilla* self, struct miqt_string expr, bool re, bool cs, bool wo, bool forward, bool show, bool posix, bool cxx11);
bool QsciScintilla_findNext(QsciScintilla* self);
bool QsciScintilla_findMatchingBrace(QsciScintilla* self, long* brace, long* other, int mode);
int QsciScintilla_firstVisibleLine(const QsciScintilla* self);
int QsciScintilla_folding(const QsciScintilla* self);
void QsciScintilla_getCursorPosition(const QsciScintilla* self, int* line, int* index);
void QsciScintilla_getSelection(const QsciScintilla* self, int* lineFrom, int* indexFrom, int* lineTo, int* indexTo);
bool QsciScintilla_hasSelectedText(const QsciScintilla* self);
int QsciScintilla_indentation(const QsciScintilla* self, int line);
bool QsciScintilla_indentationGuides(const QsciScintilla* self);
bool QsciScintilla_indentationsUseTabs(const QsciScintilla* self);
int QsciScintilla_indentationWidth(const QsciScintilla* self);
int QsciScintilla_indicatorDefine(QsciScintilla* self, int style);
bool QsciScintilla_indicatorDrawUnder(const QsciScintilla* self, int indicatorNumber);
bool QsciScintilla_isCallTipActive(const QsciScintilla* self);
bool QsciScintilla_isListActive(const QsciScintilla* self);
bool QsciScintilla_isModified(const QsciScintilla* self);
bool QsciScintilla_isReadOnly(const QsciScintilla* self);
bool QsciScintilla_isRedoAvailable(const QsciScintilla* self);
bool QsciScintilla_isUndoAvailable(const QsciScintilla* self);
bool QsciScintilla_isUtf8(const QsciScintilla* self);
bool QsciScintilla_isWordCharacter(const QsciScintilla* self, char ch);
int QsciScintilla_lineAt(const QsciScintilla* self, QPoint* point);
void QsciScintilla_lineIndexFromPosition(const QsciScintilla* self, int position, int* line, int* index);
int QsciScintilla_lineLength(const QsciScintilla* self, int line);
int QsciScintilla_lines(const QsciScintilla* self);
int QsciScintilla_length(const QsciScintilla* self);
QsciLexer* QsciScintilla_lexer(const QsciScintilla* self);
QColor* QsciScintilla_marginBackgroundColor(const QsciScintilla* self, int margin);
bool QsciScintilla_marginLineNumbers(const QsciScintilla* self, int margin);
int QsciScintilla_marginMarkerMask(const QsciScintilla* self, int margin);
int QsciScintilla_marginOptions(const QsciScintilla* self);
bool QsciScintilla_marginSensitivity(const QsciScintilla* self, int margin);
int QsciScintilla_marginType(const QsciScintilla* self, int margin);
int QsciScintilla_marginWidth(const QsciScintilla* self, int margin);
int QsciScintilla_margins(const QsciScintilla* self);
int QsciScintilla_markerDefine(QsciScintilla* self, int sym);
int QsciScintilla_markerDefineWithCh(QsciScintilla* self, char ch);
int QsciScintilla_markerDefineWithPm(QsciScintilla* self, QPixmap* pm);
int QsciScintilla_markerDefineWithIm(QsciScintilla* self, QImage* im);
int QsciScintilla_markerAdd(QsciScintilla* self, int linenr, int markerNumber);
unsigned int QsciScintilla_markersAtLine(const QsciScintilla* self, int linenr);
void QsciScintilla_markerDelete(QsciScintilla* self, int linenr);
void QsciScintilla_markerDeleteAll(QsciScintilla* self);
void QsciScintilla_markerDeleteHandle(QsciScintilla* self, int mhandle);
int QsciScintilla_markerLine(const QsciScintilla* self, int mhandle);
int QsciScintilla_markerFindNext(const QsciScintilla* self, int linenr, unsigned int mask);
int QsciScintilla_markerFindPrevious(const QsciScintilla* self, int linenr, unsigned int mask);
bool QsciScintilla_overwriteMode(const QsciScintilla* self);
QColor* QsciScintilla_paper(const QsciScintilla* self);
int QsciScintilla_positionFromLineIndex(const QsciScintilla* self, int line, int index);
bool QsciScintilla_read(QsciScintilla* self, QIODevice* io);
void QsciScintilla_recolor(QsciScintilla* self, int start, int end);
void QsciScintilla_registerImage(QsciScintilla* self, int id, QPixmap* pm);
void QsciScintilla_registerImage2(QsciScintilla* self, int id, QImage* im);
void QsciScintilla_replace(QsciScintilla* self, struct miqt_string replaceStr);
void QsciScintilla_resetFoldMarginColors(QsciScintilla* self);
void QsciScintilla_resetHotspotBackgroundColor(QsciScintilla* self);
void QsciScintilla_resetHotspotForegroundColor(QsciScintilla* self);
int QsciScintilla_scrollWidth(const QsciScintilla* self);
bool QsciScintilla_scrollWidthTracking(const QsciScintilla* self);
void QsciScintilla_setFoldMarginColors(QsciScintilla* self, QColor* fore, QColor* back);
void QsciScintilla_setAnnotationDisplay(QsciScintilla* self, int display);
void QsciScintilla_setAutoCompletionFillupsEnabled(QsciScintilla* self, bool enabled);
void QsciScintilla_setAutoCompletionFillups(QsciScintilla* self, const char* fillups);
void QsciScintilla_setAutoCompletionWordSeparators(QsciScintilla* self, struct miqt_array /* of struct miqt_string */ separators);
void QsciScintilla_setCallTipsBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setCallTipsForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setCallTipsHighlightColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setCallTipsPosition(QsciScintilla* self, int position);
void QsciScintilla_setCallTipsStyle(QsciScintilla* self, int style);
void QsciScintilla_setCallTipsVisible(QsciScintilla* self, int nr);
void QsciScintilla_setContractedFolds(QsciScintilla* self, struct miqt_array /* of int */ folds);
void QsciScintilla_setDocument(QsciScintilla* self, QsciDocument* document);
void QsciScintilla_addEdgeColumn(QsciScintilla* self, int colnr, QColor* col);
void QsciScintilla_clearEdgeColumns(QsciScintilla* self);
void QsciScintilla_setEdgeColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setEdgeColumn(QsciScintilla* self, int colnr);
void QsciScintilla_setEdgeMode(QsciScintilla* self, int mode);
void QsciScintilla_setFirstVisibleLine(QsciScintilla* self, int linenr);
void QsciScintilla_setIndicatorDrawUnder(QsciScintilla* self, bool under);
void QsciScintilla_setIndicatorForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setIndicatorHoverForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setIndicatorHoverStyle(QsciScintilla* self, int style);
void QsciScintilla_setIndicatorOutlineColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setMarginBackgroundColor(QsciScintilla* self, int margin, QColor* col);
void QsciScintilla_setMarginOptions(QsciScintilla* self, int options);
void QsciScintilla_setMarginText(QsciScintilla* self, int line, struct miqt_string text, int style);
void QsciScintilla_setMarginText2(QsciScintilla* self, int line, struct miqt_string text, QsciStyle* style);
void QsciScintilla_setMarginText3(QsciScintilla* self, int line, QsciStyledText* text);
void QsciScintilla_setMarginType(QsciScintilla* self, int margin, int type);
void QsciScintilla_clearMarginText(QsciScintilla* self);
void QsciScintilla_setMargins(QsciScintilla* self, int margins);
void QsciScintilla_setMarkerBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setMarkerForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setMatchedBraceBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setMatchedBraceForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setMatchedBraceIndicator(QsciScintilla* self, int indicatorNumber);
void QsciScintilla_resetMatchedBraceIndicator(QsciScintilla* self);
void QsciScintilla_setScrollWidth(QsciScintilla* self, int pixelWidth);
void QsciScintilla_setScrollWidthTracking(QsciScintilla* self, bool enabled);
void QsciScintilla_setTabDrawMode(QsciScintilla* self, int mode);
void QsciScintilla_setUnmatchedBraceBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setUnmatchedBraceForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setUnmatchedBraceIndicator(QsciScintilla* self, int indicatorNumber);
void QsciScintilla_resetUnmatchedBraceIndicator(QsciScintilla* self);
void QsciScintilla_setWrapVisualFlags(QsciScintilla* self, int endFlag);
struct miqt_string QsciScintilla_selectedText(const QsciScintilla* self);
bool QsciScintilla_selectionToEol(const QsciScintilla* self);
void QsciScintilla_setHotspotBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setHotspotForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setHotspotUnderline(QsciScintilla* self, bool enable);
void QsciScintilla_setHotspotWrap(QsciScintilla* self, bool enable);
void QsciScintilla_setSelectionToEol(QsciScintilla* self, bool filled);
void QsciScintilla_setExtraAscent(QsciScintilla* self, int extra);
void QsciScintilla_setExtraDescent(QsciScintilla* self, int extra);
void QsciScintilla_setOverwriteMode(QsciScintilla* self, bool overwrite);
void QsciScintilla_setWhitespaceBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setWhitespaceForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setWhitespaceSize(QsciScintilla* self, int size);
void QsciScintilla_setWrapIndentMode(QsciScintilla* self, int mode);
void QsciScintilla_showUserList(QsciScintilla* self, int id, struct miqt_array /* of struct miqt_string */ list);
QsciCommandSet* QsciScintilla_standardCommands(const QsciScintilla* self);
int QsciScintilla_tabDrawMode(const QsciScintilla* self);
bool QsciScintilla_tabIndents(const QsciScintilla* self);
int QsciScintilla_tabWidth(const QsciScintilla* self);
struct miqt_string QsciScintilla_text(const QsciScintilla* self);
struct miqt_string QsciScintilla_textWithLine(const QsciScintilla* self, int line);
struct miqt_string QsciScintilla_text2(const QsciScintilla* self, int start, int end);
int QsciScintilla_textHeight(const QsciScintilla* self, int linenr);
int QsciScintilla_whitespaceSize(const QsciScintilla* self);
int QsciScintilla_whitespaceVisibility(const QsciScintilla* self);
struct miqt_string QsciScintilla_wordAtLineIndex(const QsciScintilla* self, int line, int index);
struct miqt_string QsciScintilla_wordAtPoint(const QsciScintilla* self, QPoint* point);
const char* QsciScintilla_wordCharacters(const QsciScintilla* self);
int QsciScintilla_wrapMode(const QsciScintilla* self);
int QsciScintilla_wrapIndentMode(const QsciScintilla* self);
bool QsciScintilla_write(const QsciScintilla* self, QIODevice* io);
void QsciScintilla_append(QsciScintilla* self, struct miqt_string text);
void QsciScintilla_autoCompleteFromAll(QsciScintilla* self);
void QsciScintilla_autoCompleteFromAPIs(QsciScintilla* self);
void QsciScintilla_autoCompleteFromDocument(QsciScintilla* self);
void QsciScintilla_callTip(QsciScintilla* self);
void QsciScintilla_clear(QsciScintilla* self);
void QsciScintilla_copy(QsciScintilla* self);
void QsciScintilla_cut(QsciScintilla* self);
void QsciScintilla_ensureCursorVisible(QsciScintilla* self);
void QsciScintilla_ensureLineVisible(QsciScintilla* self, int line);
void QsciScintilla_foldAll(QsciScintilla* self, bool children);
void QsciScintilla_foldLine(QsciScintilla* self, int line);
void QsciScintilla_indent(QsciScintilla* self, int line);
void QsciScintilla_insert(QsciScintilla* self, struct miqt_string text);
void QsciScintilla_insertAt(QsciScintilla* self, struct miqt_string text, int line, int index);
void QsciScintilla_moveToMatchingBrace(QsciScintilla* self);
void QsciScintilla_paste(QsciScintilla* self);
void QsciScintilla_redo(QsciScintilla* self);
void QsciScintilla_removeSelectedText(QsciScintilla* self);
void QsciScintilla_replaceSelectedText(QsciScintilla* self, struct miqt_string text);
void QsciScintilla_resetSelectionBackgroundColor(QsciScintilla* self);
void QsciScintilla_resetSelectionForegroundColor(QsciScintilla* self);
void QsciScintilla_selectAll(QsciScintilla* self, bool select);
void QsciScintilla_selectToMatchingBrace(QsciScintilla* self);
void QsciScintilla_setAutoCompletionCaseSensitivity(QsciScintilla* self, bool cs);
void QsciScintilla_setAutoCompletionReplaceWord(QsciScintilla* self, bool replace);
void QsciScintilla_setAutoCompletionShowSingle(QsciScintilla* self, bool single);
void QsciScintilla_setAutoCompletionSource(QsciScintilla* self, int source);
void QsciScintilla_setAutoCompletionThreshold(QsciScintilla* self, int thresh);
void QsciScintilla_setAutoCompletionUseSingle(QsciScintilla* self, int single);
void QsciScintilla_setAutoIndent(QsciScintilla* self, bool autoindent);
void QsciScintilla_setBraceMatching(QsciScintilla* self, int bm);
void QsciScintilla_setBackspaceUnindents(QsciScintilla* self, bool unindent);
void QsciScintilla_setCaretForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setCaretLineBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setCaretLineFrameWidth(QsciScintilla* self, int width);
void QsciScintilla_setCaretLineVisible(QsciScintilla* self, bool enable);
void QsciScintilla_setCaretWidth(QsciScintilla* self, int width);
void QsciScintilla_setColor(QsciScintilla* self, QColor* c);
void QsciScintilla_setCursorPosition(QsciScintilla* self, int line, int index);
void QsciScintilla_setEolMode(QsciScintilla* self, int mode);
void QsciScintilla_setEolVisibility(QsciScintilla* self, bool visible);
void QsciScintilla_setFolding(QsciScintilla* self, int fold, int margin);
void QsciScintilla_setIndentation(QsciScintilla* self, int line, int indentation);
void QsciScintilla_setIndentationGuides(QsciScintilla* self, bool enable);
void QsciScintilla_setIndentationGuidesBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setIndentationGuidesForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setIndentationsUseTabs(QsciScintilla* self, bool tabs);
void QsciScintilla_setIndentationWidth(QsciScintilla* self, int width);
void QsciScintilla_setLexer(QsciScintilla* self, QsciLexer* lexer);
void QsciScintilla_setMarginsBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setMarginsFont(QsciScintilla* self, QFont* f);
void QsciScintilla_setMarginsForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setMarginLineNumbers(QsciScintilla* self, int margin, bool lnrs);
void QsciScintilla_setMarginMarkerMask(QsciScintilla* self, int margin, int mask);
void QsciScintilla_setMarginSensitivity(QsciScintilla* self, int margin, bool sens);
void QsciScintilla_setMarginWidth(QsciScintilla* self, int margin, int width);
void QsciScintilla_setMarginWidth2(QsciScintilla* self, int margin, struct miqt_string s);
void QsciScintilla_setModified(QsciScintilla* self, bool m);
void QsciScintilla_setPaper(QsciScintilla* self, QColor* c);
void QsciScintilla_setReadOnly(QsciScintilla* self, bool ro);
void QsciScintilla_setSelection(QsciScintilla* self, int lineFrom, int indexFrom, int lineTo, int indexTo);
void QsciScintilla_setSelectionBackgroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setSelectionForegroundColor(QsciScintilla* self, QColor* col);
void QsciScintilla_setTabIndents(QsciScintilla* self, bool indent);
void QsciScintilla_setTabWidth(QsciScintilla* self, int width);
void QsciScintilla_setText(QsciScintilla* self, struct miqt_string text);
void QsciScintilla_setUtf8(QsciScintilla* self, bool cp);
void QsciScintilla_setWhitespaceVisibility(QsciScintilla* self, int mode);
void QsciScintilla_setWrapMode(QsciScintilla* self, int mode);
void QsciScintilla_undo(QsciScintilla* self);
void QsciScintilla_unindent(QsciScintilla* self, int line);
void QsciScintilla_zoomIn(QsciScintilla* self, int range);
void QsciScintilla_zoomIn2(QsciScintilla* self);
void QsciScintilla_zoomOut(QsciScintilla* self, int range);
void QsciScintilla_zoomOut2(QsciScintilla* self);
void QsciScintilla_zoomTo(QsciScintilla* self, int size);
void QsciScintilla_cursorPositionChanged(QsciScintilla* self, int line, int index);
void QsciScintilla_connect_cursorPositionChanged(QsciScintilla* self, intptr_t slot);
void QsciScintilla_copyAvailable(QsciScintilla* self, bool yes);
void QsciScintilla_connect_copyAvailable(QsciScintilla* self, intptr_t slot);
void QsciScintilla_indicatorClicked(QsciScintilla* self, int line, int index, int state);
void QsciScintilla_connect_indicatorClicked(QsciScintilla* self, intptr_t slot);
void QsciScintilla_indicatorReleased(QsciScintilla* self, int line, int index, int state);
void QsciScintilla_connect_indicatorReleased(QsciScintilla* self, intptr_t slot);
void QsciScintilla_linesChanged(QsciScintilla* self);
void QsciScintilla_connect_linesChanged(QsciScintilla* self, intptr_t slot);
void QsciScintilla_marginClicked(QsciScintilla* self, int margin, int line, int state);
void QsciScintilla_connect_marginClicked(QsciScintilla* self, intptr_t slot);
void QsciScintilla_marginRightClicked(QsciScintilla* self, int margin, int line, int state);
void QsciScintilla_connect_marginRightClicked(QsciScintilla* self, intptr_t slot);
void QsciScintilla_modificationAttempted(QsciScintilla* self);
void QsciScintilla_connect_modificationAttempted(QsciScintilla* self, intptr_t slot);
void QsciScintilla_modificationChanged(QsciScintilla* self, bool m);
void QsciScintilla_connect_modificationChanged(QsciScintilla* self, intptr_t slot);
void QsciScintilla_selectionChanged(QsciScintilla* self);
void QsciScintilla_connect_selectionChanged(QsciScintilla* self, intptr_t slot);
void QsciScintilla_textChanged(QsciScintilla* self);
void QsciScintilla_connect_textChanged(QsciScintilla* self, intptr_t slot);
void QsciScintilla_userListActivated(QsciScintilla* self, int id, struct miqt_string string);
void QsciScintilla_connect_userListActivated(QsciScintilla* self, intptr_t slot);
bool QsciScintilla_event(QsciScintilla* self, QEvent* e);
void QsciScintilla_changeEvent(QsciScintilla* self, QEvent* e);
void QsciScintilla_contextMenuEvent(QsciScintilla* self, QContextMenuEvent* e);
void QsciScintilla_wheelEvent(QsciScintilla* self, QWheelEvent* e);
struct miqt_string QsciScintilla_tr2(const char* s, const char* c);
struct miqt_string QsciScintilla_tr3(const char* s, const char* c, int n);
void QsciScintilla_clearAnnotations1(QsciScintilla* self, int line);
int QsciScintilla_indicatorDefine2(QsciScintilla* self, int style, int indicatorNumber);
int QsciScintilla_markerDefine2(QsciScintilla* self, int sym, int markerNumber);
int QsciScintilla_markerDefine22(QsciScintilla* self, char ch, int markerNumber);
int QsciScintilla_markerDefine23(QsciScintilla* self, QPixmap* pm, int markerNumber);
int QsciScintilla_markerDefine24(QsciScintilla* self, QImage* im, int markerNumber);
void QsciScintilla_markerDelete2(QsciScintilla* self, int linenr, int markerNumber);
void QsciScintilla_markerDeleteAll1(QsciScintilla* self, int markerNumber);
void QsciScintilla_setIndicatorDrawUnder2(QsciScintilla* self, bool under, int indicatorNumber);
void QsciScintilla_setIndicatorForegroundColor2(QsciScintilla* self, QColor* col, int indicatorNumber);
void QsciScintilla_setIndicatorHoverForegroundColor2(QsciScintilla* self, QColor* col, int indicatorNumber);
void QsciScintilla_setIndicatorHoverStyle2(QsciScintilla* self, int style, int indicatorNumber);
void QsciScintilla_setIndicatorOutlineColor2(QsciScintilla* self, QColor* col, int indicatorNumber);
void QsciScintilla_clearMarginText1(QsciScintilla* self, int line);
void QsciScintilla_setMarkerBackgroundColor2(QsciScintilla* self, QColor* col, int markerNumber);
void QsciScintilla_setMarkerForegroundColor2(QsciScintilla* self, QColor* col, int markerNumber);
void QsciScintilla_setWrapVisualFlags2(QsciScintilla* self, int endFlag, int startFlag);
void QsciScintilla_setWrapVisualFlags3(QsciScintilla* self, int endFlag, int startFlag, int indent);
bool QsciScintilla_override_virtual_apiContext(void* self, intptr_t slot);
struct miqt_array /* of struct miqt_string */ QsciScintilla_virtualbase_apiContext(void* self, int pos, int* context_start, int* last_word_start);
bool QsciScintilla_override_virtual_findFirst(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_findFirst(void* self, struct miqt_string expr, bool re, bool cs, bool wo, bool wrap, bool forward, int line, int index, bool show, bool posix, bool cxx11);
bool QsciScintilla_override_virtual_findFirstInSelection(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_findFirstInSelection(void* self, struct miqt_string expr, bool re, bool cs, bool wo, bool forward, bool show, bool posix, bool cxx11);
bool QsciScintilla_override_virtual_findNext(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_findNext(void* self);
bool QsciScintilla_override_virtual_recolor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_recolor(void* self, int start, int end);
bool QsciScintilla_override_virtual_replace(void* self, intptr_t slot);
void QsciScintilla_virtualbase_replace(void* self, struct miqt_string replaceStr);
bool QsciScintilla_override_virtual_append(void* self, intptr_t slot);
void QsciScintilla_virtualbase_append(void* self, struct miqt_string text);
bool QsciScintilla_override_virtual_autoCompleteFromAll(void* self, intptr_t slot);
void QsciScintilla_virtualbase_autoCompleteFromAll(void* self);
bool QsciScintilla_override_virtual_autoCompleteFromAPIs(void* self, intptr_t slot);
void QsciScintilla_virtualbase_autoCompleteFromAPIs(void* self);
bool QsciScintilla_override_virtual_autoCompleteFromDocument(void* self, intptr_t slot);
void QsciScintilla_virtualbase_autoCompleteFromDocument(void* self);
bool QsciScintilla_override_virtual_callTip(void* self, intptr_t slot);
void QsciScintilla_virtualbase_callTip(void* self);
bool QsciScintilla_override_virtual_clear(void* self, intptr_t slot);
void QsciScintilla_virtualbase_clear(void* self);
bool QsciScintilla_override_virtual_copy(void* self, intptr_t slot);
void QsciScintilla_virtualbase_copy(void* self);
bool QsciScintilla_override_virtual_cut(void* self, intptr_t slot);
void QsciScintilla_virtualbase_cut(void* self);
bool QsciScintilla_override_virtual_ensureCursorVisible(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ensureCursorVisible(void* self);
bool QsciScintilla_override_virtual_ensureLineVisible(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ensureLineVisible(void* self, int line);
bool QsciScintilla_override_virtual_foldAll(void* self, intptr_t slot);
void QsciScintilla_virtualbase_foldAll(void* self, bool children);
bool QsciScintilla_override_virtual_foldLine(void* self, intptr_t slot);
void QsciScintilla_virtualbase_foldLine(void* self, int line);
bool QsciScintilla_override_virtual_indent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_indent(void* self, int line);
bool QsciScintilla_override_virtual_insert(void* self, intptr_t slot);
void QsciScintilla_virtualbase_insert(void* self, struct miqt_string text);
bool QsciScintilla_override_virtual_insertAt(void* self, intptr_t slot);
void QsciScintilla_virtualbase_insertAt(void* self, struct miqt_string text, int line, int index);
bool QsciScintilla_override_virtual_moveToMatchingBrace(void* self, intptr_t slot);
void QsciScintilla_virtualbase_moveToMatchingBrace(void* self);
bool QsciScintilla_override_virtual_paste(void* self, intptr_t slot);
void QsciScintilla_virtualbase_paste(void* self);
bool QsciScintilla_override_virtual_redo(void* self, intptr_t slot);
void QsciScintilla_virtualbase_redo(void* self);
bool QsciScintilla_override_virtual_removeSelectedText(void* self, intptr_t slot);
void QsciScintilla_virtualbase_removeSelectedText(void* self);
bool QsciScintilla_override_virtual_replaceSelectedText(void* self, intptr_t slot);
void QsciScintilla_virtualbase_replaceSelectedText(void* self, struct miqt_string text);
bool QsciScintilla_override_virtual_resetSelectionBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_resetSelectionBackgroundColor(void* self);
bool QsciScintilla_override_virtual_resetSelectionForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_resetSelectionForegroundColor(void* self);
bool QsciScintilla_override_virtual_selectAll(void* self, intptr_t slot);
void QsciScintilla_virtualbase_selectAll(void* self, bool select);
bool QsciScintilla_override_virtual_selectToMatchingBrace(void* self, intptr_t slot);
void QsciScintilla_virtualbase_selectToMatchingBrace(void* self);
bool QsciScintilla_override_virtual_setAutoCompletionCaseSensitivity(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setAutoCompletionCaseSensitivity(void* self, bool cs);
bool QsciScintilla_override_virtual_setAutoCompletionReplaceWord(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setAutoCompletionReplaceWord(void* self, bool replace);
bool QsciScintilla_override_virtual_setAutoCompletionShowSingle(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setAutoCompletionShowSingle(void* self, bool single);
bool QsciScintilla_override_virtual_setAutoCompletionSource(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setAutoCompletionSource(void* self, int source);
bool QsciScintilla_override_virtual_setAutoCompletionThreshold(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setAutoCompletionThreshold(void* self, int thresh);
bool QsciScintilla_override_virtual_setAutoCompletionUseSingle(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setAutoCompletionUseSingle(void* self, int single);
bool QsciScintilla_override_virtual_setAutoIndent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setAutoIndent(void* self, bool autoindent);
bool QsciScintilla_override_virtual_setBraceMatching(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setBraceMatching(void* self, int bm);
bool QsciScintilla_override_virtual_setBackspaceUnindents(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setBackspaceUnindents(void* self, bool unindent);
bool QsciScintilla_override_virtual_setCaretForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setCaretForegroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setCaretLineBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setCaretLineBackgroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setCaretLineFrameWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setCaretLineFrameWidth(void* self, int width);
bool QsciScintilla_override_virtual_setCaretLineVisible(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setCaretLineVisible(void* self, bool enable);
bool QsciScintilla_override_virtual_setCaretWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setCaretWidth(void* self, int width);
bool QsciScintilla_override_virtual_setColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setColor(void* self, QColor* c);
bool QsciScintilla_override_virtual_setCursorPosition(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setCursorPosition(void* self, int line, int index);
bool QsciScintilla_override_virtual_setEolMode(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setEolMode(void* self, int mode);
bool QsciScintilla_override_virtual_setEolVisibility(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setEolVisibility(void* self, bool visible);
bool QsciScintilla_override_virtual_setFolding(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setFolding(void* self, int fold, int margin);
bool QsciScintilla_override_virtual_setIndentation(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setIndentation(void* self, int line, int indentation);
bool QsciScintilla_override_virtual_setIndentationGuides(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setIndentationGuides(void* self, bool enable);
bool QsciScintilla_override_virtual_setIndentationGuidesBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setIndentationGuidesBackgroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setIndentationGuidesForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setIndentationGuidesForegroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setIndentationsUseTabs(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setIndentationsUseTabs(void* self, bool tabs);
bool QsciScintilla_override_virtual_setIndentationWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setIndentationWidth(void* self, int width);
bool QsciScintilla_override_virtual_setLexer(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setLexer(void* self, QsciLexer* lexer);
bool QsciScintilla_override_virtual_setMarginsBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginsBackgroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setMarginsFont(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginsFont(void* self, QFont* f);
bool QsciScintilla_override_virtual_setMarginsForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginsForegroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setMarginLineNumbers(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginLineNumbers(void* self, int margin, bool lnrs);
bool QsciScintilla_override_virtual_setMarginMarkerMask(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginMarkerMask(void* self, int margin, int mask);
bool QsciScintilla_override_virtual_setMarginSensitivity(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginSensitivity(void* self, int margin, bool sens);
bool QsciScintilla_override_virtual_setMarginWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginWidth(void* self, int margin, int width);
bool QsciScintilla_override_virtual_setMarginWidth2(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setMarginWidth2(void* self, int margin, struct miqt_string s);
bool QsciScintilla_override_virtual_setModified(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setModified(void* self, bool m);
bool QsciScintilla_override_virtual_setPaper(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setPaper(void* self, QColor* c);
bool QsciScintilla_override_virtual_setReadOnly(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setReadOnly(void* self, bool ro);
bool QsciScintilla_override_virtual_setSelection(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setSelection(void* self, int lineFrom, int indexFrom, int lineTo, int indexTo);
bool QsciScintilla_override_virtual_setSelectionBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setSelectionBackgroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setSelectionForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setSelectionForegroundColor(void* self, QColor* col);
bool QsciScintilla_override_virtual_setTabIndents(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setTabIndents(void* self, bool indent);
bool QsciScintilla_override_virtual_setTabWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setTabWidth(void* self, int width);
bool QsciScintilla_override_virtual_setText(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setText(void* self, struct miqt_string text);
bool QsciScintilla_override_virtual_setUtf8(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setUtf8(void* self, bool cp);
bool QsciScintilla_override_virtual_setWhitespaceVisibility(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setWhitespaceVisibility(void* self, int mode);
bool QsciScintilla_override_virtual_setWrapMode(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setWrapMode(void* self, int mode);
bool QsciScintilla_override_virtual_undo(void* self, intptr_t slot);
void QsciScintilla_virtualbase_undo(void* self);
bool QsciScintilla_override_virtual_unindent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_unindent(void* self, int line);
bool QsciScintilla_override_virtual_zoomIn(void* self, intptr_t slot);
void QsciScintilla_virtualbase_zoomIn(void* self, int range);
bool QsciScintilla_override_virtual_zoomIn2(void* self, intptr_t slot);
void QsciScintilla_virtualbase_zoomIn2(void* self);
bool QsciScintilla_override_virtual_zoomOut(void* self, intptr_t slot);
void QsciScintilla_virtualbase_zoomOut(void* self, int range);
bool QsciScintilla_override_virtual_zoomOut2(void* self, intptr_t slot);
void QsciScintilla_virtualbase_zoomOut2(void* self);
bool QsciScintilla_override_virtual_zoomTo(void* self, intptr_t slot);
void QsciScintilla_virtualbase_zoomTo(void* self, int size);
bool QsciScintilla_override_virtual_event(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_event(void* self, QEvent* e);
bool QsciScintilla_override_virtual_changeEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_changeEvent(void* self, QEvent* e);
bool QsciScintilla_override_virtual_contextMenuEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_contextMenuEvent(void* self, QContextMenuEvent* e);
bool QsciScintilla_override_virtual_wheelEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_wheelEvent(void* self, QWheelEvent* e);
bool QsciScintilla_override_virtual_canInsertFromMimeData(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_canInsertFromMimeData(const void* self, QMimeData* source);
bool QsciScintilla_override_virtual_fromMimeData(void* self, intptr_t slot);
struct miqt_string QsciScintilla_virtualbase_fromMimeData(const void* self, QMimeData* source, bool* rectangular);
bool QsciScintilla_override_virtual_toMimeData(void* self, intptr_t slot);
QMimeData* QsciScintilla_virtualbase_toMimeData(const void* self, struct miqt_string text, bool rectangular);
bool QsciScintilla_override_virtual_dragEnterEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_dragEnterEvent(void* self, QDragEnterEvent* e);
bool QsciScintilla_override_virtual_dragLeaveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_dragLeaveEvent(void* self, QDragLeaveEvent* e);
bool QsciScintilla_override_virtual_dragMoveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_dragMoveEvent(void* self, QDragMoveEvent* e);
bool QsciScintilla_override_virtual_dropEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_dropEvent(void* self, QDropEvent* e);
bool QsciScintilla_override_virtual_focusInEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_focusInEvent(void* self, QFocusEvent* e);
bool QsciScintilla_override_virtual_focusOutEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_focusOutEvent(void* self, QFocusEvent* e);
bool QsciScintilla_override_virtual_focusNextPrevChild(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_focusNextPrevChild(void* self, bool next);
bool QsciScintilla_override_virtual_keyPressEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_keyPressEvent(void* self, QKeyEvent* e);
bool QsciScintilla_override_virtual_inputMethodEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_inputMethodEvent(void* self, QInputMethodEvent* event);
bool QsciScintilla_override_virtual_inputMethodQuery(void* self, intptr_t slot);
QVariant* QsciScintilla_virtualbase_inputMethodQuery(const void* self, int query);
bool QsciScintilla_override_virtual_mouseDoubleClickEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_mouseDoubleClickEvent(void* self, QMouseEvent* e);
bool QsciScintilla_override_virtual_mouseMoveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_mouseMoveEvent(void* self, QMouseEvent* e);
bool QsciScintilla_override_virtual_mousePressEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_mousePressEvent(void* self, QMouseEvent* e);
bool QsciScintilla_override_virtual_mouseReleaseEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_mouseReleaseEvent(void* self, QMouseEvent* e);
bool QsciScintilla_override_virtual_paintEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_paintEvent(void* self, QPaintEvent* e);
bool QsciScintilla_override_virtual_resizeEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_resizeEvent(void* self, QResizeEvent* e);
bool QsciScintilla_override_virtual_scrollContentsBy(void* self, intptr_t slot);
void QsciScintilla_virtualbase_scrollContentsBy(void* self, int dx, int dy);
bool QsciScintilla_override_virtual_minimumSizeHint(void* self, intptr_t slot);
QSize* QsciScintilla_virtualbase_minimumSizeHint(const void* self);
bool QsciScintilla_override_virtual_sizeHint(void* self, intptr_t slot);
QSize* QsciScintilla_virtualbase_sizeHint(const void* self);
bool QsciScintilla_override_virtual_setupViewport(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setupViewport(void* self, QWidget* viewport);
bool QsciScintilla_override_virtual_eventFilter(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_eventFilter(void* self, QObject* param1, QEvent* param2);
bool QsciScintilla_override_virtual_viewportEvent(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_viewportEvent(void* self, QEvent* param1);
bool QsciScintilla_override_virtual_viewportSizeHint(void* self, intptr_t slot);
QSize* QsciScintilla_virtualbase_viewportSizeHint(const void* self);
bool QsciScintilla_override_virtual_initStyleOption(void* self, intptr_t slot);
void QsciScintilla_virtualbase_initStyleOption(const void* self, QStyleOptionFrame* option);
bool QsciScintilla_override_virtual_devType(void* self, intptr_t slot);
int QsciScintilla_virtualbase_devType(const void* self);
bool QsciScintilla_override_virtual_setVisible(void* self, intptr_t slot);
void QsciScintilla_virtualbase_setVisible(void* self, bool visible);
bool QsciScintilla_override_virtual_heightForWidth(void* self, intptr_t slot);
int QsciScintilla_virtualbase_heightForWidth(const void* self, int param1);
bool QsciScintilla_override_virtual_hasHeightForWidth(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_hasHeightForWidth(const void* self);
bool QsciScintilla_override_virtual_paintEngine(void* self, intptr_t slot);
QPaintEngine* QsciScintilla_virtualbase_paintEngine(const void* self);
bool QsciScintilla_override_virtual_keyReleaseEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_keyReleaseEvent(void* self, QKeyEvent* event);
bool QsciScintilla_override_virtual_enterEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_enterEvent(void* self, QEnterEvent* event);
bool QsciScintilla_override_virtual_leaveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_leaveEvent(void* self, QEvent* event);
bool QsciScintilla_override_virtual_moveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_moveEvent(void* self, QMoveEvent* event);
bool QsciScintilla_override_virtual_closeEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_closeEvent(void* self, QCloseEvent* event);
bool QsciScintilla_override_virtual_tabletEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_tabletEvent(void* self, QTabletEvent* event);
bool QsciScintilla_override_virtual_actionEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_actionEvent(void* self, QActionEvent* event);
bool QsciScintilla_override_virtual_showEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_showEvent(void* self, QShowEvent* event);
bool QsciScintilla_override_virtual_hideEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_hideEvent(void* self, QHideEvent* event);
bool QsciScintilla_override_virtual_nativeEvent(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_nativeEvent(void* self, struct miqt_string eventType, void* message, intptr_t* result);
bool QsciScintilla_override_virtual_metric(void* self, intptr_t slot);
int QsciScintilla_virtualbase_metric(const void* self, int param1);
bool QsciScintilla_override_virtual_initPainter(void* self, intptr_t slot);
void QsciScintilla_virtualbase_initPainter(const void* self, QPainter* painter);
bool QsciScintilla_override_virtual_redirected(void* self, intptr_t slot);
QPaintDevice* QsciScintilla_virtualbase_redirected(const void* self, QPoint* offset);
bool QsciScintilla_override_virtual_sharedPainter(void* self, intptr_t slot);
QPainter* QsciScintilla_virtualbase_sharedPainter(const void* self);
bool QsciScintilla_override_virtual_timerEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_timerEvent(void* self, QTimerEvent* event);
bool QsciScintilla_override_virtual_childEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_childEvent(void* self, QChildEvent* event);
bool QsciScintilla_override_virtual_customEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_customEvent(void* self, QEvent* event);
bool QsciScintilla_override_virtual_connectNotify(void* self, intptr_t slot);
void QsciScintilla_virtualbase_connectNotify(void* self, QMetaMethod* signal);
bool QsciScintilla_override_virtual_disconnectNotify(void* self, intptr_t slot);
void QsciScintilla_virtualbase_disconnectNotify(void* self, QMetaMethod* signal);
void QsciScintilla_delete(QsciScintilla* self);
#ifdef __cplusplus
} /* extern C */
#endif
#endif