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

628 lines
42 KiB
C++

#pragma once
#ifndef MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA_GEN_QSCISCINTILLA_H
#define MIQT_QT_RESTRICTED_EXTRAS_QSCINTILLA_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 QColor;
class QContextMenuEvent;
class QDragEnterEvent;
class QDragLeaveEvent;
class QDragMoveEvent;
class QDropEvent;
class QEvent;
class QFocusEvent;
class QFont;
class QFrame;
class QIODevice;
class QImage;
class QInputMethodEvent;
class QKeyEvent;
class QMenu;
class QMetaObject;
class QMimeData;
class QMouseEvent;
class QObject;
class QPaintDevice;
class QPaintEvent;
class QPixmap;
class QPoint;
class QResizeEvent;
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 QColor QColor;
typedef struct QContextMenuEvent QContextMenuEvent;
typedef struct QDragEnterEvent QDragEnterEvent;
typedef struct QDragLeaveEvent QDragLeaveEvent;
typedef struct QDragMoveEvent QDragMoveEvent;
typedef struct QDropEvent QDropEvent;
typedef struct QEvent QEvent;
typedef struct QFocusEvent QFocusEvent;
typedef struct QFont QFont;
typedef struct QFrame QFrame;
typedef struct QIODevice QIODevice;
typedef struct QImage QImage;
typedef struct QInputMethodEvent QInputMethodEvent;
typedef struct QKeyEvent QKeyEvent;
typedef struct QMenu QMenu;
typedef struct QMetaObject QMetaObject;
typedef struct QMimeData QMimeData;
typedef struct QMouseEvent QMouseEvent;
typedef struct QObject QObject;
typedef struct QPaintDevice QPaintDevice;
typedef struct QPaintEvent QPaintEvent;
typedef struct QPixmap QPixmap;
typedef struct QPoint QPoint;
typedef struct QResizeEvent QResizeEvent;
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_string QsciScintilla_TrUtf8(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 typeVal);
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 selectVal);
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 rangeVal);
void QsciScintilla_ZoomIn2(QsciScintilla* self);
void QsciScintilla_ZoomOut(QsciScintilla* self, int rangeVal);
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 stringVal);
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);
struct miqt_string QsciScintilla_TrUtf82(const char* s, const char* c);
struct miqt_string QsciScintilla_TrUtf83(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);
void 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);
void 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);
void 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);
void QsciScintilla_override_virtual_FindNext(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_FindNext(void* self);
void QsciScintilla_override_virtual_Recolor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Recolor(void* self, int start, int end);
void QsciScintilla_override_virtual_Replace(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Replace(void* self, struct miqt_string replaceStr);
void QsciScintilla_override_virtual_Append(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Append(void* self, struct miqt_string text);
void QsciScintilla_override_virtual_AutoCompleteFromAll(void* self, intptr_t slot);
void QsciScintilla_virtualbase_AutoCompleteFromAll(void* self);
void QsciScintilla_override_virtual_AutoCompleteFromAPIs(void* self, intptr_t slot);
void QsciScintilla_virtualbase_AutoCompleteFromAPIs(void* self);
void QsciScintilla_override_virtual_AutoCompleteFromDocument(void* self, intptr_t slot);
void QsciScintilla_virtualbase_AutoCompleteFromDocument(void* self);
void QsciScintilla_override_virtual_CallTip(void* self, intptr_t slot);
void QsciScintilla_virtualbase_CallTip(void* self);
void QsciScintilla_override_virtual_Clear(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Clear(void* self);
void QsciScintilla_override_virtual_Copy(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Copy(void* self);
void QsciScintilla_override_virtual_Cut(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Cut(void* self);
void QsciScintilla_override_virtual_EnsureCursorVisible(void* self, intptr_t slot);
void QsciScintilla_virtualbase_EnsureCursorVisible(void* self);
void QsciScintilla_override_virtual_EnsureLineVisible(void* self, intptr_t slot);
void QsciScintilla_virtualbase_EnsureLineVisible(void* self, int line);
void QsciScintilla_override_virtual_FoldAll(void* self, intptr_t slot);
void QsciScintilla_virtualbase_FoldAll(void* self, bool children);
void QsciScintilla_override_virtual_FoldLine(void* self, intptr_t slot);
void QsciScintilla_virtualbase_FoldLine(void* self, int line);
void QsciScintilla_override_virtual_Indent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Indent(void* self, int line);
void QsciScintilla_override_virtual_Insert(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Insert(void* self, struct miqt_string text);
void QsciScintilla_override_virtual_InsertAt(void* self, intptr_t slot);
void QsciScintilla_virtualbase_InsertAt(void* self, struct miqt_string text, int line, int index);
void QsciScintilla_override_virtual_MoveToMatchingBrace(void* self, intptr_t slot);
void QsciScintilla_virtualbase_MoveToMatchingBrace(void* self);
void QsciScintilla_override_virtual_Paste(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Paste(void* self);
void QsciScintilla_override_virtual_Redo(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Redo(void* self);
void QsciScintilla_override_virtual_RemoveSelectedText(void* self, intptr_t slot);
void QsciScintilla_virtualbase_RemoveSelectedText(void* self);
void QsciScintilla_override_virtual_ReplaceSelectedText(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ReplaceSelectedText(void* self, struct miqt_string text);
void QsciScintilla_override_virtual_ResetSelectionBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ResetSelectionBackgroundColor(void* self);
void QsciScintilla_override_virtual_ResetSelectionForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ResetSelectionForegroundColor(void* self);
void QsciScintilla_override_virtual_SelectAll(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SelectAll(void* self, bool selectVal);
void QsciScintilla_override_virtual_SelectToMatchingBrace(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SelectToMatchingBrace(void* self);
void QsciScintilla_override_virtual_SetAutoCompletionCaseSensitivity(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetAutoCompletionCaseSensitivity(void* self, bool cs);
void QsciScintilla_override_virtual_SetAutoCompletionReplaceWord(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetAutoCompletionReplaceWord(void* self, bool replace);
void QsciScintilla_override_virtual_SetAutoCompletionShowSingle(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetAutoCompletionShowSingle(void* self, bool single);
void QsciScintilla_override_virtual_SetAutoCompletionSource(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetAutoCompletionSource(void* self, int source);
void QsciScintilla_override_virtual_SetAutoCompletionThreshold(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetAutoCompletionThreshold(void* self, int thresh);
void QsciScintilla_override_virtual_SetAutoCompletionUseSingle(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetAutoCompletionUseSingle(void* self, int single);
void QsciScintilla_override_virtual_SetAutoIndent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetAutoIndent(void* self, bool autoindent);
void QsciScintilla_override_virtual_SetBraceMatching(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetBraceMatching(void* self, int bm);
void QsciScintilla_override_virtual_SetBackspaceUnindents(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetBackspaceUnindents(void* self, bool unindent);
void QsciScintilla_override_virtual_SetCaretForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetCaretForegroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetCaretLineBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetCaretLineBackgroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetCaretLineFrameWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetCaretLineFrameWidth(void* self, int width);
void QsciScintilla_override_virtual_SetCaretLineVisible(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetCaretLineVisible(void* self, bool enable);
void QsciScintilla_override_virtual_SetCaretWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetCaretWidth(void* self, int width);
void QsciScintilla_override_virtual_SetColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetColor(void* self, QColor* c);
void QsciScintilla_override_virtual_SetCursorPosition(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetCursorPosition(void* self, int line, int index);
void QsciScintilla_override_virtual_SetEolMode(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetEolMode(void* self, int mode);
void QsciScintilla_override_virtual_SetEolVisibility(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetEolVisibility(void* self, bool visible);
void QsciScintilla_override_virtual_SetFolding(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetFolding(void* self, int fold, int margin);
void QsciScintilla_override_virtual_SetIndentation(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetIndentation(void* self, int line, int indentation);
void QsciScintilla_override_virtual_SetIndentationGuides(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetIndentationGuides(void* self, bool enable);
void QsciScintilla_override_virtual_SetIndentationGuidesBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetIndentationGuidesBackgroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetIndentationGuidesForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetIndentationGuidesForegroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetIndentationsUseTabs(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetIndentationsUseTabs(void* self, bool tabs);
void QsciScintilla_override_virtual_SetIndentationWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetIndentationWidth(void* self, int width);
void QsciScintilla_override_virtual_SetLexer(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetLexer(void* self, QsciLexer* lexer);
void QsciScintilla_override_virtual_SetMarginsBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginsBackgroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetMarginsFont(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginsFont(void* self, QFont* f);
void QsciScintilla_override_virtual_SetMarginsForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginsForegroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetMarginLineNumbers(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginLineNumbers(void* self, int margin, bool lnrs);
void QsciScintilla_override_virtual_SetMarginMarkerMask(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginMarkerMask(void* self, int margin, int mask);
void QsciScintilla_override_virtual_SetMarginSensitivity(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginSensitivity(void* self, int margin, bool sens);
void QsciScintilla_override_virtual_SetMarginWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginWidth(void* self, int margin, int width);
void QsciScintilla_override_virtual_SetMarginWidth2(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetMarginWidth2(void* self, int margin, struct miqt_string s);
void QsciScintilla_override_virtual_SetModified(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetModified(void* self, bool m);
void QsciScintilla_override_virtual_SetPaper(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetPaper(void* self, QColor* c);
void QsciScintilla_override_virtual_SetReadOnly(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetReadOnly(void* self, bool ro);
void QsciScintilla_override_virtual_SetSelection(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetSelection(void* self, int lineFrom, int indexFrom, int lineTo, int indexTo);
void QsciScintilla_override_virtual_SetSelectionBackgroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetSelectionBackgroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetSelectionForegroundColor(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetSelectionForegroundColor(void* self, QColor* col);
void QsciScintilla_override_virtual_SetTabIndents(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetTabIndents(void* self, bool indent);
void QsciScintilla_override_virtual_SetTabWidth(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetTabWidth(void* self, int width);
void QsciScintilla_override_virtual_SetText(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetText(void* self, struct miqt_string text);
void QsciScintilla_override_virtual_SetUtf8(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetUtf8(void* self, bool cp);
void QsciScintilla_override_virtual_SetWhitespaceVisibility(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetWhitespaceVisibility(void* self, int mode);
void QsciScintilla_override_virtual_SetWrapMode(void* self, intptr_t slot);
void QsciScintilla_virtualbase_SetWrapMode(void* self, int mode);
void QsciScintilla_override_virtual_Undo(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Undo(void* self);
void QsciScintilla_override_virtual_Unindent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_Unindent(void* self, int line);
void QsciScintilla_override_virtual_ZoomIn(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ZoomIn(void* self, int rangeVal);
void QsciScintilla_override_virtual_ZoomIn2(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ZoomIn2(void* self);
void QsciScintilla_override_virtual_ZoomOut(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ZoomOut(void* self, int rangeVal);
void QsciScintilla_override_virtual_ZoomOut2(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ZoomOut2(void* self);
void QsciScintilla_override_virtual_ZoomTo(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ZoomTo(void* self, int size);
void QsciScintilla_override_virtual_Event(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_Event(void* self, QEvent* e);
void QsciScintilla_override_virtual_ChangeEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ChangeEvent(void* self, QEvent* e);
void QsciScintilla_override_virtual_ContextMenuEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ContextMenuEvent(void* self, QContextMenuEvent* e);
void QsciScintilla_override_virtual_WheelEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_WheelEvent(void* self, QWheelEvent* e);
void QsciScintilla_override_virtual_CanInsertFromMimeData(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_CanInsertFromMimeData(const void* self, QMimeData* source);
void QsciScintilla_override_virtual_FromMimeData(void* self, intptr_t slot);
struct miqt_string QsciScintilla_virtualbase_FromMimeData(const void* self, QMimeData* source, bool* rectangular);
void QsciScintilla_override_virtual_ToMimeData(void* self, intptr_t slot);
QMimeData* QsciScintilla_virtualbase_ToMimeData(const void* self, struct miqt_string text, bool rectangular);
void QsciScintilla_override_virtual_DragEnterEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_DragEnterEvent(void* self, QDragEnterEvent* e);
void QsciScintilla_override_virtual_DragLeaveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_DragLeaveEvent(void* self, QDragLeaveEvent* e);
void QsciScintilla_override_virtual_DragMoveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_DragMoveEvent(void* self, QDragMoveEvent* e);
void QsciScintilla_override_virtual_DropEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_DropEvent(void* self, QDropEvent* e);
void QsciScintilla_override_virtual_FocusInEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_FocusInEvent(void* self, QFocusEvent* e);
void QsciScintilla_override_virtual_FocusOutEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_FocusOutEvent(void* self, QFocusEvent* e);
void QsciScintilla_override_virtual_FocusNextPrevChild(void* self, intptr_t slot);
bool QsciScintilla_virtualbase_FocusNextPrevChild(void* self, bool next);
void QsciScintilla_override_virtual_KeyPressEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_KeyPressEvent(void* self, QKeyEvent* e);
void QsciScintilla_override_virtual_InputMethodEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_InputMethodEvent(void* self, QInputMethodEvent* event);
void QsciScintilla_override_virtual_InputMethodQuery(void* self, intptr_t slot);
QVariant* QsciScintilla_virtualbase_InputMethodQuery(const void* self, int query);
void QsciScintilla_override_virtual_MouseDoubleClickEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_MouseDoubleClickEvent(void* self, QMouseEvent* e);
void QsciScintilla_override_virtual_MouseMoveEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_MouseMoveEvent(void* self, QMouseEvent* e);
void QsciScintilla_override_virtual_MousePressEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_MousePressEvent(void* self, QMouseEvent* e);
void QsciScintilla_override_virtual_MouseReleaseEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_MouseReleaseEvent(void* self, QMouseEvent* e);
void QsciScintilla_override_virtual_PaintEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_PaintEvent(void* self, QPaintEvent* e);
void QsciScintilla_override_virtual_ResizeEvent(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ResizeEvent(void* self, QResizeEvent* e);
void QsciScintilla_override_virtual_ScrollContentsBy(void* self, intptr_t slot);
void QsciScintilla_virtualbase_ScrollContentsBy(void* self, int dx, int dy);
void QsciScintilla_Delete(QsciScintilla* self, bool isSubclass);
#ifdef __cplusplus
} /* extern C */
#endif
#endif