You are on page 1of 10

Ring Documentation, Release 1.

void quadTo(qreal cx, qreal cy, qreal endPointX, qreal endPointY)


void setElementPositionAt(int index, qreal x, qreal y)
void setFillRule(Qt::FillRule fillRule)
QPainterPath simplified(void)
qreal slopeAtPercent(qreal t)
QPainterPath subtracted(QPainterPath)
void swap(QPainterPath)
QPolygonF toFillPolygon(QTransform)
QPainterPath toReversed(void)
void translate(qreal dx, qreal dy)
QPainterPath translated(qreal dx, qreal dy)
QPainterPath united(QPainterPath)

95.110 QImage Class

C++ Reference : http://doc.qt.io/qt-5/QImage.html


Parameters : void
bool allGray(void)
int bitPlaneCount(void)
uchar *bits(void)
int byteCount(void)
int bytesPerLine(void)
qint64 cacheKey(void)
QRgb color(int i)
int colorCount(void)
const uchar *constBits(void)
const uchar *constScanLine(int i)
QImage convertToFormat(QImage::Format format, Qt::ImageConversionFlags flags)
QImage copy(int x, int y, int width, int height)
QImage createAlphaMask(Qt::ImageConversionFlags flags)
QImage createHeuristicMask(bool clipTight)
QImage createMaskFromColor(QRgb color, Qt::MaskMode mode)
int depth(void)
int dotsPerMeterX(void)
int dotsPerMeterY(void)
void fill(QColor)

95.110. QImage Class 1645


Ring Documentation, Release 1.5

QImage::Format format(void)
bool hasAlphaChannel(void)
int height(void)
void invertPixels(QImage::InvertMode mode)
bool isGrayscale(void)
bool isNull(void)
bool load(QString, const char *format) # In RingQt use : bool loadimage(QString, const char *format)
bool loadFromData(QByteArray, const char * format)
QImage mirrored(bool horizontal, bool vertical)
QPoint offset(void)
QRgb pixel(int x, int y)
int pixelIndex(int x, int y)
QRect rect(void)
QImage rgbSwapped(void)
bool save(QString, const char * format, int quality)
QImage scaled(int width, int height, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode trans-
formMode)
QImage scaledToHeight(int height, Qt::TransformationMode mode )
QImage scaledToWidth(int width, Qt::TransformationMode mode)
uchar *scanLine(int i)
void setColor(int index, QRgb colorValue)
void setColorCount(int colorCount)
void setDotsPerMeterX(int x)
void setDotsPerMeterY(int y)
void setOffset(QPoint)
void setPixel(int x, int y, uint index_or_rgb)
void setText(QString,QString)
QSize size(void)
void swap(QImage)
QString text(QString)
QStringList textKeys(void)
QImage transformed(QMatrix, Qt::TransformationMode mode)
bool valid(int x, int y)
int width(void)

95.110. QImage Class 1646


Ring Documentation, Release 1.5

95.111 RingCodeHighlighter Class

Parameters : QTextDocument *parent


void setColors(QColor c1,QColor c2,QColor c3,QColor c4,QColor c5)
void setKeywordsBold(int nStatus)

95.112 QXmlStreamReader Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamReader.html


Parameters : void
void addData(QByteArray)
void addData_2(QString)
void addData_3(const char * data)
void addExtraNamespaceDeclaration(QXmlStreamNamespaceDeclaration)
void addExtraNamespaceDeclarations(QXmlStreamNamespaceDeclarations)
bool atEnd(void)
QXmlStreamAttributes attributes(void)
qint64 characterOffset(void)
void clear(void)
qint64 columnNumber(void)
QIODevice *device(void)
QStringRef documentEncoding(void)
QStringRef documentVersion(void)
QStringRef dtdName(void)
QStringRef dtdPublicId(void)
QStringRef dtdSystemId(void)
QXmlStreamEntityDeclarations entityDeclarations(void)
QXmlStreamEntityResolver *entityResolver(void)
Error error(void)
QString errorString(void)
bool hasError(void)
bool isCDATA(void)
bool isCharacters(void)
bool isComment(void)
bool isDTD(void)
bool isEndDocument(void)
bool isEndElement(void)

95.111. RingCodeHighlighter Class 1647


Ring Documentation, Release 1.5

bool isEntityReference(void)
bool isProcessingInstruction(void)
bool isStandaloneDocument(void)
bool isStartDocument(void)
bool isStartElement(void)
bool isWhitespace(void)
qint64 lineNumber(void)
QStringRef name(void)
QXmlStreamNamespaceDeclarations namespaceDeclarations(void)
bool namespaceProcessing(void)
QStringRef namespaceUri(void)
QXmlStreamNotationDeclarations notationDeclarations(void)
QStringRef prefix(void)
QStringRef processingInstructionData(void)
QStringRef processingInstructionTarget(void)
QStringRef qualifiedName(void)
void raiseError(QString)
QString readElementText(QXmlStreamReader::ReadElementTextBehaviour)
TokenType readNext(void)
bool readNextStartElement(void)
void setDevice(QIODevice *device)
void setEntityResolver(QXmlStreamEntityResolver *resolver)
void setNamespaceProcessing(bool)
void skipCurrentElement(void)
QStringRef text(void)
QString tokenString(void)
TokenType tokenType(void)

95.113 QXmlStreamWriter Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamWriter.html


Parameters : void
bool autoFormatting(void)
int autoFormattingIndent(void)
QTextCodec *codec(void)
QIODevice *device(void)

95.113. QXmlStreamWriter Class 1648


Ring Documentation, Release 1.5

bool hasError(void)
void setAutoFormatting(bool enable)
void setAutoFormattingIndent(int spacesOrTabs)
void setCodec(QTextCodec *codec)
void setCodec_2(const char *codecName)
void setDevice(QIODevice *device)
void writeAttribute(QString, QString,QString)
void writeAttribute_2(QString, QString)
void writeAttribute_3(QXmlStreamAttribute)
void writeAttributes(QXmlStreamAttributes)
void writeCDATA(QString text)
void writeCharacters(QString text)
void writeComment(QString text)
void writeCurrentToken(QXmlStreamReader reader)
void writeDTD(QString dtd)
void writeDefaultNamespace(QString namespaceUri)
void writeEmptyElement(QString namespaceUri, QString name)
void writeEmptyElement_2(QString qualifiedName)
void writeEndDocument(void)
void writeEndElement(void)
void writeEntityReference(QString name)
void writeNamespace(QString namespaceUri, QString prefix)
void writeProcessingInstruction(QString target, QString data)
void writeStartDocument(QString version)
void writeStartDocument_2(QString version, bool standalone)
void writeStartDocument_3(void)
void writeStartElement(QString namespaceUri, QString name)
void writeStartElement_2(QString qualifiedName)
void writeTextElement(QString namespaceUri, QString name, QString text)
void writeTextElement_2(QString qualifiedName, QString text)

95.114 QXmlStreamNotationDeclaration Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamNotationDeclaration.html


Parameters : void
QStringRef name(void)

95.114. QXmlStreamNotationDeclaration Class 1649


Ring Documentation, Release 1.5

QStringRef publicId(void)
QStringRef systemId(void)

95.115 QXmlStreamNamespaceDeclaration Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamNamespaceDeclaration.html


Parameters : void
QStringRef namespaceUri(void)
QStringRef prefix(void)

95.116 QXmlStreamEntityResolver Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamEntityResolver.html


Parameters : void

95.117 QXmlStreamEntityDeclaration Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamEntityDeclaration.html


Parameters : void
QStringRef name(void)
QStringRef notationName(void)
QStringRef publicId(void)
QStringRef systemId(void)
QStringRef value(void)

95.118 QXmlStreamAttributes Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamAttributes.html


Parameters : void
void append(QString namespaceUri, QString name, QString value)
void append_2(QString qualifiedName, QString value)
bool hasAttribute(QString qualifiedName)
bool hasAttribute_2(QLatin1String qualifiedName)
bool hasAttribute_3(QString namespaceUri, QString name)
QStringRef value(QString namespaceUri, QString name)
QStringRef value_2(QString namespaceUri, QLatin1String name)
QStringRef value_3(QLatin1String namespaceUri, QLatin1String name)

95.115. QXmlStreamNamespaceDeclaration Class 1650


Ring Documentation, Release 1.5

QStringRef value_4(QString qualifiedName)


QStringRef value_5(QLatin1String qualifiedName)

95.119 QXmlStreamAttribute Class

C++ Reference : http://doc.qt.io/qt-5/QXmlStreamAttribute.html


Parameters : void
bool isDefault(void)
QStringRef name(void)
QStringRef namespaceUri(void)
QStringRef prefix(void)
QStringRef qualifiedName(void)
QStringRef value(void)

95.120 QThread Class

C++ Reference : http://doc.qt.io/qt-5/QThread.html


Parameters : QObject *
Parent Class : QObject
QAbstractEventDispatcher *eventDispatcher(void)
void exit(int returnCode) # In RingQt use : void exitfromthread(int returnCode)
bool isFinished(void)
bool isInterruptionRequested(void)
bool isRunning(void)
QThread::Priority priority(void)
void requestInterruption(void)
void setEventDispatcher(QAbstractEventDispatcher *eventDispatcher)
void setPriority(QThread::Priority priority)
void setStackSize(uint stackSize)
uint stackSize(void)
bool wait(unsigned long time)
void quit(void)
void start(QThread::Priority priority)
void terminate(void)
QThread *currentThread(void)
Qt::HANDLE currentThreadId(void)
int idealThreadCount(void)

95.119. QXmlStreamAttribute Class 1651


Ring Documentation, Release 1.5

void msleep(unsigned long msecs)


void sleep(unsigned long secs)
void usleep(unsigned long usecs)
void yieldCurrentThread(void)
void setStartedEvent(const char *)
void setFinishedEvent(const char *)
const char *getStartedEvent(void)
const char *getFinishedEvent(void)

95.121 QThreadPool Class

C++ Reference : http://doc.qt.io/qt-5/QThreadPool.html


Parameters : void
Parent Class : QObject
int activeThreadCount(void)
void clear(void)
int expiryTimeout(void)
int maxThreadCount(void)
void releaseThread(void)
void reserveThread(void)
void setExpiryTimeout(int expiryTimeout)
void setMaxThreadCount(int maxThreadCount)
void start(QRunnable * runnable, int priority)
bool tryStart(QRunnable * runnable)
bool waitForDone(int msecs)
QThreadPool *globalInstance(void)

95.122 QRegularExpression Class

C++ Reference : http://doc.qt.io/qt-5/QRegularExpression.html


Parameters : void
int captureCount(void)
QString errorString(void)
QRegularExpressionMatchIterator globalMatch(QString subject, int offset, QRegularExpression::MatchType
matchType, QRegularExpression::MatchOptions matchOptions)
bool isValid(void)

95.121. QThreadPool Class 1652


Ring Documentation, Release 1.5

QRegularExpressionMatch match(QString subject, int offset, QRegularExpression::MatchType matchType,


QRegularExpression::MatchOptions matchOptions)
QStringList namedCaptureGroups(void)
QString pattern(void)
int patternErrorOffset(void)
QRegularExpression::PatternOptions patternOptions(void)
void setPattern(QString pattern)
void setPatternOptions(QRegularExpression::PatternOptions options)
void swap(QRegularExpression other)

95.123 QRegularExpressionMatch Class

C++ Reference : http://doc.qt.io/qt-5/QRegularExpressionMatch.html


Parameters : void
QString captured(int nth)
QString captured_2(const QString name)
int capturedEnd(int nth)
int capturedEnd_2(const QString name)
int capturedLength(int nth)
int capturedLength_2(const QString name)
QStringRef capturedRef(int nth)
QStringRef capturedRef_2(const QString name)
int capturedStart(int nth)
int capturedStart_2(const QString name)
QStringList capturedTexts(void)
bool hasMatch(void)
bool hasPartialMatch(void)
bool isValid(void)
int lastCapturedIndex(void)
QRegularExpression::MatchOptions matchOptions(void)
QRegularExpression::MatchType matchType(void)
QRegularExpression regularExpression(void)
void swap(QRegularExpressionMatch other)

95.123. QRegularExpressionMatch Class 1653


Ring Documentation, Release 1.5

95.124 QRegularExpressionMatchIterator Class

C++ Reference : http://doc.qt.io/qt-5/QRegularExpressionMatchIterator.html


Parameters : void
bool hasNext(void)
bool isValid(void)
QRegularExpression::MatchOptions matchOptions(void)
QRegularExpression::MatchType matchType(void)
QRegularExpressionMatch next(void) # In RingQt use : QRegularExpressionMatch nextitem(void)
QRegularExpressionMatch peekNext(void)
QRegularExpression regularExpression(void)
void swap(QRegularExpressionMatchIterator other)

95.125 QJsonArray Class

C++ Reference : http://doc.qt.io/qt-5/QJsonArray.html


Parameters : void
void append(QJsonValue value)
QJsonValue at(int i)
bool contains(QJsonValue value)
int count(void)
bool empty(void)
QJsonValue first(void)
void insert(int i, QJsonValue value)
bool isEmpty(void)
QJsonValue last(void)
void pop_back(void)
void pop_front(void)
void prepend(QJsonValue value)
void push_back(QJsonValue value)
void push_front(QJsonValue value)
void removeAt(int i)
void removeFirst(void)
void removeLast(void)
void replace(int i, QJsonValue value)
int size(void)
QJsonValue takeAt(int i)

95.124. QRegularExpressionMatchIterator Class 1654

You might also like