SlideShare a Scribd company logo
1 of 10
Download to read offline
Ring Documentation, Release 1.5.2
• QStringRef name(void)
• QStringRef notationName(void)
• QStringRef publicId(void)
• QStringRef systemId(void)
• QStringRef value(void)
94.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)
• QStringRef value_4(QString qualifiedName)
• QStringRef value_5(QLatin1String qualifiedName)
94.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)
94.120 QThread Class
C++ Reference : http://doc.qt.io/qt-5/QThread.html
Parameters : QObject *
Parent Class : QObject
94.118. QXmlStreamAttributes Class 1665
Ring Documentation, Release 1.5.2
• 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)
• 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)
94.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)
94.121. QThreadPool Class 1666
Ring Documentation, Release 1.5.2
• 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)
94.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)
• 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)
94.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)
94.122. QRegularExpression Class 1667
Ring Documentation, Release 1.5.2
• 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)
94.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)
94.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)
94.124. QRegularExpressionMatchIterator Class 1668
Ring Documentation, Release 1.5.2
• 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)
• QVariantList toVariantList(void)
• QJsonArray fromStringList(QStringList list)
• QJsonArray fromVariantList(QVariantList list)
94.126 QJsonDocument Class
C++ Reference : http://doc.qt.io/qt-5/QJsonDocument.html
Parameters : void
• QJsonArray array(void)
• bool isArray(void)
• bool isEmpty(void)
• bool isNull(void)
• bool isObject(void)
• QJsonObject object(void)
• const char * rawData(int * size)
• void setArray(QJsonArray array)
• void setObject(QJsonObject object)
• QByteArray toBinaryData(void)
• QByteArray toJson(QJsonDocument::JsonFormat format)
• QVariant toVariant(void)
• QJsonDocument fromBinaryData( QByteArray data, QJsonDocument::DataValidation validation)
94.126. QJsonDocument Class 1669
Ring Documentation, Release 1.5.2
• QJsonDocument fromJson( QByteArray json, QJsonParseError * error)
• QJsonDocument fromRawData( char * data, int size, QJsonDocument::DataValidation validation)
• QJsonDocument fromVariant( QVariant variant)
94.127 QJsonObject Class
C++ Reference : http://doc.qt.io/qt-5/QJsonObject.html
Parameters : void
• bool contains(QString key)
• int count(void)
• bool empty(void)
• bool isEmpty(void)
• QStringList keys(void)
• int length(void)
• void remove(QString key)
• int size(void)
• QJsonValue take(QString key)
• QVariantMap toVariantMap(void)
• QJsonValue value(QString key)
• QJsonObject fromVariantMap(QVariantMap map)
94.128 QJsonParseError Class
C++ Reference : http://doc.qt.io/qt-5/QJsonParseError.html
Parameters : void
• QString errorString(void)
94.129 QJsonValue Class
C++ Reference : http://doc.qt.io/qt-5/QJsonValue.html
Parameters : void
• bool isArray(void)
• bool isBool(void)
• bool isDouble(void)
• bool isNull(void)
• bool isObject(void)
• bool isString(void)
94.127. QJsonObject Class 1670
Ring Documentation, Release 1.5.2
• bool isUndefined(void)
• QJsonArray toArray(QJsonArray defaultValue)
• QJsonArray toArray_2(void)
• bool toBool(bool defaultValue )
• double toDouble(double defaultValue )
• int toInt(int defaultValue )
• QJsonObject toObject(QJsonObject defaultValue)
• QJsonObject toObject_2(void)
• QString toString(QString defaultValue )
• QVariant toVariant(void)
• QJsonValue::Type type(void)
• QJsonValue fromVariant(QVariant variant)
94.130 QPlainTextEdit Class
C++ Reference : http://doc.qt.io/qt-5/QPlainTextEdit.html
Parameters : QWidget *
Parent Class : QAbstractScrollArea
• QString anchorAt(QPoint pos)
• bool backgroundVisible(void)
• int blockCount(void)
• bool canPaste(void)
• bool centerOnScroll(void)
• QMenu * createStandardContextMenu(void)
• QTextCharFormat currentCharFormat(void)
• QTextCursor cursorForPosition(QPoint pos)
• QRect cursorRect(QTextCursor cursor)
• QRect cursorRect_2(void)
• int cursorWidth(void)
• QTextDocument * document(void)
• QString documentTitle(void)
• void ensureCursorVisible(void)
• QList<QTextEdit::ExtraSelection> extraSelections(void)
• bool find(QString exp, QTextDocument::FindFlags options)
• bool isReadOnly(void)
• bool isUndoRedoEnabled(void)
94.130. QPlainTextEdit Class 1671
Ring Documentation, Release 1.5.2
• QPlainTextEdit::LineWrapMode lineWrapMode(void)
• int maximumBlockCount(void)
• void mergeCurrentCharFormat(QTextCharFormat modifier)
• void moveCursor(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode)
• bool overwriteMode(void)
• void print(QPagedPaintDevice *printer)
• void setBackgroundVisible(bool visible)
• void setCenterOnScroll(bool enabled)
• void setCurrentCharFormat(QTextCharFormat format)
• void setCursorWidth(int width)
• void setDocument(QTextDocument *document)
• void setDocumentTitle(QString title)
• void setExtraSelections(QList<QTextEdit::ExtraSelection> selections)
• void setLineWrapMode(QPlainTextEdit::LineWrapMode mode)
• void setMaximumBlockCount(int maximum)
• void setOverwriteMode(bool overwrite)
• void setReadOnly(bool ro)
• void setTabChangesFocus(bool b)
• void setTabStopWidth(int width)
• void setTextCursor(QTextCursor cursor)
• void setTextInteractionFlags(Qt::TextInteractionFlags flags)
• void setUndoRedoEnabled(bool enable)
• void setWordWrapMode(QTextOption::WrapMode policy)
• bool tabChangesFocus(void)
• int tabStopWidth(void)
• QTextCursor textCursor(void)
• Qt::TextInteractionFlags textInteractionFlags(void)
• QString toPlainText(void)
• QTextOption::WrapMode wordWrapMode(void)
• void appendHtml(QString html)
• void appendPlainText(QString text)
• void centerCursor(void)
• void clear(void)
• void copy(void)
• void cut(void)
• void insertPlainText(QString text)
94.130. QPlainTextEdit Class 1672
Ring Documentation, Release 1.5.2
• void paste(void)
• void redo(void)
• void selectAll(void)
• void setPlainText(QString text)
• void undo(void)
• void zoomIn(int range)
• void zoomOut(int range)
• void setblockCountChangedEvent(const char *cStr)
• void setcopyAvailableEvent(const char *cStr)
• void setcursorPositionChangedEvent(const char *cStr)
• void setmodificationChangedEvent(const char *cStr)
• void setredoAvailableEvent(const char *cStr)
• void setselectionChangedEvent(const char *cStr)
• void settextChangedEvent(const char *cStr)
• void setundoAvailableEvent(const char *cStr)
• void setupdateRequestEvent(const char *cStr)
• const char *getblockCountChangedEvent(void)
• const char *getcopyAvailableEvent(void)
• const char *getcursorPositionChangedEvent(void)
• const char *getmodificationChangedEvent(void)
• const char *getredoAvailableEvent(void)
• const char *getselectionChangedEvent(void)
• const char *gettextChangedEvent(void)
• const char *getundoAvailableEvent(void)
• const char *getupdateRequestEvent(void)
• void cyanline(void)
• void setactivelinecolor(QColor)
94.131 CodeEditor Class
C++ Reference : http://doc.qt.io/qt-5/CodeEditor.html
Parameters : QWidget *
Parent Class : QPlainTextEdit
• void setCompleter(QCompleter *c)
• QCompleter *completer(void)
• void setLineNumbersAreaColor(QColor oColor)
94.131. CodeEditor Class 1673
Ring Documentation, Release 1.5.2
• void setLineNumbersAreaBackColor(QColor oColor)
94.132 QGridLayout Class
C++ Reference : http://doc.qt.io/qt-5/QGridLayout.html
Parameters : void
• void addItem(QLayoutItem * item, int row, int column, int rowSpan , int columnSpan , Qt::Alignment alignment
)
• void addLayout(QLayout * layout, int row, int column, Qt::Alignment alignment )
• void addLayout_2(QLayout * layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment align-
ment )
• void addWidget(QWidget * widget, int row, int column, Qt::Alignment alignment )
• void addWidget_2(QWidget * widget, int fromRow, int fromColumn, int rowSpan, int columnSpan,
Qt::Alignment alignment )
• QRect cellRect(int row, int column)
• int columnCount(void)
• int columnMinimumWidth(int column)
• int columnStretch(int column)
• void getItemPosition(int index, int * row, int * column, int * rowSpan, int * columnSpan)
• int horizontalSpacing(void)
• QLayoutItem * itemAtPosition(int row, int column)
• Qt::Corner originCorner(void)
• int rowCount(void)
• int rowMinimumHeight(int row)
• int rowStretch(int row)
• void setColumnMinimumWidth(int column, int minSize)
• void setColumnStretch(int column, int stretch)
• void setHorizontalSpacing(int spacing)
• void setOriginCorner(Qt::Corner corner)
• void setRowMinimumHeight(int row, int minSize)
• void setRowStretch(int row, int stretch)
• void setSpacing(int spacing)
• void setVerticalSpacing(int spacing)
• int spacing(void)
• int verticalSpacing(void)
94.132. QGridLayout Class 1674

More Related Content

What's hot

The Ring programming language version 1.5.3 book - Part 179 of 194
The Ring programming language version 1.5.3 book - Part 179 of 194The Ring programming language version 1.5.3 book - Part 179 of 194
The Ring programming language version 1.5.3 book - Part 179 of 194Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 118 of 212
The Ring programming language version 1.10 book - Part 118 of 212The Ring programming language version 1.10 book - Part 118 of 212
The Ring programming language version 1.10 book - Part 118 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.3 book - Part 78 of 88
The Ring programming language version 1.3 book - Part 78 of 88The Ring programming language version 1.3 book - Part 78 of 88
The Ring programming language version 1.3 book - Part 78 of 88Mahmoud Samir Fayed
 
The Ring programming language version 1.4 book - Part 27 of 30
The Ring programming language version 1.4 book - Part 27 of 30The Ring programming language version 1.4 book - Part 27 of 30
The Ring programming language version 1.4 book - Part 27 of 30Mahmoud Samir Fayed
 
The Ring programming language version 1.8 book - Part 111 of 202
The Ring programming language version 1.8 book - Part 111 of 202The Ring programming language version 1.8 book - Part 111 of 202
The Ring programming language version 1.8 book - Part 111 of 202Mahmoud Samir Fayed
 
The Ring programming language version 1.8 book - Part 108 of 202
The Ring programming language version 1.8 book - Part 108 of 202The Ring programming language version 1.8 book - Part 108 of 202
The Ring programming language version 1.8 book - Part 108 of 202Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 169 of 180
The Ring programming language version 1.5.1 book - Part 169 of 180 The Ring programming language version 1.5.1 book - Part 169 of 180
The Ring programming language version 1.5.1 book - Part 169 of 180 Mahmoud Samir Fayed
 
The Ring programming language version 1.5.3 book - Part 181 of 194
The Ring programming language version 1.5.3 book - Part 181 of 194The Ring programming language version 1.5.3 book - Part 181 of 194
The Ring programming language version 1.5.3 book - Part 181 of 194Mahmoud Samir Fayed
 
The Ring programming language version 1.8 book - Part 99 of 202
The Ring programming language version 1.8 book - Part 99 of 202The Ring programming language version 1.8 book - Part 99 of 202
The Ring programming language version 1.8 book - Part 99 of 202Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 165 of 180
The Ring programming language version 1.5.1 book - Part 165 of 180 The Ring programming language version 1.5.1 book - Part 165 of 180
The Ring programming language version 1.5.1 book - Part 165 of 180 Mahmoud Samir Fayed
 
The Ring programming language version 1.2 book - Part 71 of 84
The Ring programming language version 1.2 book - Part 71 of 84The Ring programming language version 1.2 book - Part 71 of 84
The Ring programming language version 1.2 book - Part 71 of 84Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 171 of 180
The Ring programming language version 1.5.1 book - Part 171 of 180 The Ring programming language version 1.5.1 book - Part 171 of 180
The Ring programming language version 1.5.1 book - Part 171 of 180 Mahmoud Samir Fayed
 
The Ring programming language version 1.3 book - Part 77 of 88
The Ring programming language version 1.3 book - Part 77 of 88The Ring programming language version 1.3 book - Part 77 of 88
The Ring programming language version 1.3 book - Part 77 of 88Mahmoud Samir Fayed
 
The Ring programming language version 1.2 book - Part 72 of 84
The Ring programming language version 1.2 book - Part 72 of 84The Ring programming language version 1.2 book - Part 72 of 84
The Ring programming language version 1.2 book - Part 72 of 84Mahmoud Samir Fayed
 
The Ring programming language version 1.5.4 book - Part 163 of 185
The Ring programming language version 1.5.4 book - Part 163 of 185The Ring programming language version 1.5.4 book - Part 163 of 185
The Ring programming language version 1.5.4 book - Part 163 of 185Mahmoud Samir Fayed
 
The Ring programming language version 1.5.4 book - Part 172 of 185
The Ring programming language version 1.5.4 book - Part 172 of 185The Ring programming language version 1.5.4 book - Part 172 of 185
The Ring programming language version 1.5.4 book - Part 172 of 185Mahmoud Samir Fayed
 
The Ring programming language version 1.2 book - Part 74 of 84
The Ring programming language version 1.2 book - Part 74 of 84The Ring programming language version 1.2 book - Part 74 of 84
The Ring programming language version 1.2 book - Part 74 of 84Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 96 of 196
The Ring programming language version 1.7 book - Part 96 of 196The Ring programming language version 1.7 book - Part 96 of 196
The Ring programming language version 1.7 book - Part 96 of 196Mahmoud Samir Fayed
 
The Ring programming language version 1.2 book - Part 75 of 84
The Ring programming language version 1.2 book - Part 75 of 84The Ring programming language version 1.2 book - Part 75 of 84
The Ring programming language version 1.2 book - Part 75 of 84Mahmoud Samir Fayed
 
The Ring programming language version 1.2 book - Part 73 of 84
The Ring programming language version 1.2 book - Part 73 of 84The Ring programming language version 1.2 book - Part 73 of 84
The Ring programming language version 1.2 book - Part 73 of 84Mahmoud Samir Fayed
 

What's hot (20)

The Ring programming language version 1.5.3 book - Part 179 of 194
The Ring programming language version 1.5.3 book - Part 179 of 194The Ring programming language version 1.5.3 book - Part 179 of 194
The Ring programming language version 1.5.3 book - Part 179 of 194
 
The Ring programming language version 1.10 book - Part 118 of 212
The Ring programming language version 1.10 book - Part 118 of 212The Ring programming language version 1.10 book - Part 118 of 212
The Ring programming language version 1.10 book - Part 118 of 212
 
The Ring programming language version 1.3 book - Part 78 of 88
The Ring programming language version 1.3 book - Part 78 of 88The Ring programming language version 1.3 book - Part 78 of 88
The Ring programming language version 1.3 book - Part 78 of 88
 
The Ring programming language version 1.4 book - Part 27 of 30
The Ring programming language version 1.4 book - Part 27 of 30The Ring programming language version 1.4 book - Part 27 of 30
The Ring programming language version 1.4 book - Part 27 of 30
 
The Ring programming language version 1.8 book - Part 111 of 202
The Ring programming language version 1.8 book - Part 111 of 202The Ring programming language version 1.8 book - Part 111 of 202
The Ring programming language version 1.8 book - Part 111 of 202
 
The Ring programming language version 1.8 book - Part 108 of 202
The Ring programming language version 1.8 book - Part 108 of 202The Ring programming language version 1.8 book - Part 108 of 202
The Ring programming language version 1.8 book - Part 108 of 202
 
The Ring programming language version 1.5.1 book - Part 169 of 180
The Ring programming language version 1.5.1 book - Part 169 of 180 The Ring programming language version 1.5.1 book - Part 169 of 180
The Ring programming language version 1.5.1 book - Part 169 of 180
 
The Ring programming language version 1.5.3 book - Part 181 of 194
The Ring programming language version 1.5.3 book - Part 181 of 194The Ring programming language version 1.5.3 book - Part 181 of 194
The Ring programming language version 1.5.3 book - Part 181 of 194
 
The Ring programming language version 1.8 book - Part 99 of 202
The Ring programming language version 1.8 book - Part 99 of 202The Ring programming language version 1.8 book - Part 99 of 202
The Ring programming language version 1.8 book - Part 99 of 202
 
The Ring programming language version 1.5.1 book - Part 165 of 180
The Ring programming language version 1.5.1 book - Part 165 of 180 The Ring programming language version 1.5.1 book - Part 165 of 180
The Ring programming language version 1.5.1 book - Part 165 of 180
 
The Ring programming language version 1.2 book - Part 71 of 84
The Ring programming language version 1.2 book - Part 71 of 84The Ring programming language version 1.2 book - Part 71 of 84
The Ring programming language version 1.2 book - Part 71 of 84
 
The Ring programming language version 1.5.1 book - Part 171 of 180
The Ring programming language version 1.5.1 book - Part 171 of 180 The Ring programming language version 1.5.1 book - Part 171 of 180
The Ring programming language version 1.5.1 book - Part 171 of 180
 
The Ring programming language version 1.3 book - Part 77 of 88
The Ring programming language version 1.3 book - Part 77 of 88The Ring programming language version 1.3 book - Part 77 of 88
The Ring programming language version 1.3 book - Part 77 of 88
 
The Ring programming language version 1.2 book - Part 72 of 84
The Ring programming language version 1.2 book - Part 72 of 84The Ring programming language version 1.2 book - Part 72 of 84
The Ring programming language version 1.2 book - Part 72 of 84
 
The Ring programming language version 1.5.4 book - Part 163 of 185
The Ring programming language version 1.5.4 book - Part 163 of 185The Ring programming language version 1.5.4 book - Part 163 of 185
The Ring programming language version 1.5.4 book - Part 163 of 185
 
The Ring programming language version 1.5.4 book - Part 172 of 185
The Ring programming language version 1.5.4 book - Part 172 of 185The Ring programming language version 1.5.4 book - Part 172 of 185
The Ring programming language version 1.5.4 book - Part 172 of 185
 
The Ring programming language version 1.2 book - Part 74 of 84
The Ring programming language version 1.2 book - Part 74 of 84The Ring programming language version 1.2 book - Part 74 of 84
The Ring programming language version 1.2 book - Part 74 of 84
 
The Ring programming language version 1.7 book - Part 96 of 196
The Ring programming language version 1.7 book - Part 96 of 196The Ring programming language version 1.7 book - Part 96 of 196
The Ring programming language version 1.7 book - Part 96 of 196
 
The Ring programming language version 1.2 book - Part 75 of 84
The Ring programming language version 1.2 book - Part 75 of 84The Ring programming language version 1.2 book - Part 75 of 84
The Ring programming language version 1.2 book - Part 75 of 84
 
The Ring programming language version 1.2 book - Part 73 of 84
The Ring programming language version 1.2 book - Part 73 of 84The Ring programming language version 1.2 book - Part 73 of 84
The Ring programming language version 1.2 book - Part 73 of 84
 

More from Mahmoud Samir Fayed

The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212Mahmoud Samir Fayed
 

More from Mahmoud Samir Fayed (20)

The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212
 
The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212
 
The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212
 
The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212
 
The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212
 
The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212
 
The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212
 
The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212
 
The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212
 
The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212
 
The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212
 
The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212
 
The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212
 
The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212
 
The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212
 
The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212
 
The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212
 
The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212
 
The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212
 
The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212
 

The Ring programming language version 1.5.2 book - Part 170 of 181

  • 1. Ring Documentation, Release 1.5.2 • QStringRef name(void) • QStringRef notationName(void) • QStringRef publicId(void) • QStringRef systemId(void) • QStringRef value(void) 94.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) • QStringRef value_4(QString qualifiedName) • QStringRef value_5(QLatin1String qualifiedName) 94.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) 94.120 QThread Class C++ Reference : http://doc.qt.io/qt-5/QThread.html Parameters : QObject * Parent Class : QObject 94.118. QXmlStreamAttributes Class 1665
  • 2. Ring Documentation, Release 1.5.2 • 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) • 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) 94.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) 94.121. QThreadPool Class 1666
  • 3. Ring Documentation, Release 1.5.2 • 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) 94.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) • 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) 94.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) 94.122. QRegularExpression Class 1667
  • 4. Ring Documentation, Release 1.5.2 • 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) 94.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) 94.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) 94.124. QRegularExpressionMatchIterator Class 1668
  • 5. Ring Documentation, Release 1.5.2 • 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) • QVariantList toVariantList(void) • QJsonArray fromStringList(QStringList list) • QJsonArray fromVariantList(QVariantList list) 94.126 QJsonDocument Class C++ Reference : http://doc.qt.io/qt-5/QJsonDocument.html Parameters : void • QJsonArray array(void) • bool isArray(void) • bool isEmpty(void) • bool isNull(void) • bool isObject(void) • QJsonObject object(void) • const char * rawData(int * size) • void setArray(QJsonArray array) • void setObject(QJsonObject object) • QByteArray toBinaryData(void) • QByteArray toJson(QJsonDocument::JsonFormat format) • QVariant toVariant(void) • QJsonDocument fromBinaryData( QByteArray data, QJsonDocument::DataValidation validation) 94.126. QJsonDocument Class 1669
  • 6. Ring Documentation, Release 1.5.2 • QJsonDocument fromJson( QByteArray json, QJsonParseError * error) • QJsonDocument fromRawData( char * data, int size, QJsonDocument::DataValidation validation) • QJsonDocument fromVariant( QVariant variant) 94.127 QJsonObject Class C++ Reference : http://doc.qt.io/qt-5/QJsonObject.html Parameters : void • bool contains(QString key) • int count(void) • bool empty(void) • bool isEmpty(void) • QStringList keys(void) • int length(void) • void remove(QString key) • int size(void) • QJsonValue take(QString key) • QVariantMap toVariantMap(void) • QJsonValue value(QString key) • QJsonObject fromVariantMap(QVariantMap map) 94.128 QJsonParseError Class C++ Reference : http://doc.qt.io/qt-5/QJsonParseError.html Parameters : void • QString errorString(void) 94.129 QJsonValue Class C++ Reference : http://doc.qt.io/qt-5/QJsonValue.html Parameters : void • bool isArray(void) • bool isBool(void) • bool isDouble(void) • bool isNull(void) • bool isObject(void) • bool isString(void) 94.127. QJsonObject Class 1670
  • 7. Ring Documentation, Release 1.5.2 • bool isUndefined(void) • QJsonArray toArray(QJsonArray defaultValue) • QJsonArray toArray_2(void) • bool toBool(bool defaultValue ) • double toDouble(double defaultValue ) • int toInt(int defaultValue ) • QJsonObject toObject(QJsonObject defaultValue) • QJsonObject toObject_2(void) • QString toString(QString defaultValue ) • QVariant toVariant(void) • QJsonValue::Type type(void) • QJsonValue fromVariant(QVariant variant) 94.130 QPlainTextEdit Class C++ Reference : http://doc.qt.io/qt-5/QPlainTextEdit.html Parameters : QWidget * Parent Class : QAbstractScrollArea • QString anchorAt(QPoint pos) • bool backgroundVisible(void) • int blockCount(void) • bool canPaste(void) • bool centerOnScroll(void) • QMenu * createStandardContextMenu(void) • QTextCharFormat currentCharFormat(void) • QTextCursor cursorForPosition(QPoint pos) • QRect cursorRect(QTextCursor cursor) • QRect cursorRect_2(void) • int cursorWidth(void) • QTextDocument * document(void) • QString documentTitle(void) • void ensureCursorVisible(void) • QList<QTextEdit::ExtraSelection> extraSelections(void) • bool find(QString exp, QTextDocument::FindFlags options) • bool isReadOnly(void) • bool isUndoRedoEnabled(void) 94.130. QPlainTextEdit Class 1671
  • 8. Ring Documentation, Release 1.5.2 • QPlainTextEdit::LineWrapMode lineWrapMode(void) • int maximumBlockCount(void) • void mergeCurrentCharFormat(QTextCharFormat modifier) • void moveCursor(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode) • bool overwriteMode(void) • void print(QPagedPaintDevice *printer) • void setBackgroundVisible(bool visible) • void setCenterOnScroll(bool enabled) • void setCurrentCharFormat(QTextCharFormat format) • void setCursorWidth(int width) • void setDocument(QTextDocument *document) • void setDocumentTitle(QString title) • void setExtraSelections(QList<QTextEdit::ExtraSelection> selections) • void setLineWrapMode(QPlainTextEdit::LineWrapMode mode) • void setMaximumBlockCount(int maximum) • void setOverwriteMode(bool overwrite) • void setReadOnly(bool ro) • void setTabChangesFocus(bool b) • void setTabStopWidth(int width) • void setTextCursor(QTextCursor cursor) • void setTextInteractionFlags(Qt::TextInteractionFlags flags) • void setUndoRedoEnabled(bool enable) • void setWordWrapMode(QTextOption::WrapMode policy) • bool tabChangesFocus(void) • int tabStopWidth(void) • QTextCursor textCursor(void) • Qt::TextInteractionFlags textInteractionFlags(void) • QString toPlainText(void) • QTextOption::WrapMode wordWrapMode(void) • void appendHtml(QString html) • void appendPlainText(QString text) • void centerCursor(void) • void clear(void) • void copy(void) • void cut(void) • void insertPlainText(QString text) 94.130. QPlainTextEdit Class 1672
  • 9. Ring Documentation, Release 1.5.2 • void paste(void) • void redo(void) • void selectAll(void) • void setPlainText(QString text) • void undo(void) • void zoomIn(int range) • void zoomOut(int range) • void setblockCountChangedEvent(const char *cStr) • void setcopyAvailableEvent(const char *cStr) • void setcursorPositionChangedEvent(const char *cStr) • void setmodificationChangedEvent(const char *cStr) • void setredoAvailableEvent(const char *cStr) • void setselectionChangedEvent(const char *cStr) • void settextChangedEvent(const char *cStr) • void setundoAvailableEvent(const char *cStr) • void setupdateRequestEvent(const char *cStr) • const char *getblockCountChangedEvent(void) • const char *getcopyAvailableEvent(void) • const char *getcursorPositionChangedEvent(void) • const char *getmodificationChangedEvent(void) • const char *getredoAvailableEvent(void) • const char *getselectionChangedEvent(void) • const char *gettextChangedEvent(void) • const char *getundoAvailableEvent(void) • const char *getupdateRequestEvent(void) • void cyanline(void) • void setactivelinecolor(QColor) 94.131 CodeEditor Class C++ Reference : http://doc.qt.io/qt-5/CodeEditor.html Parameters : QWidget * Parent Class : QPlainTextEdit • void setCompleter(QCompleter *c) • QCompleter *completer(void) • void setLineNumbersAreaColor(QColor oColor) 94.131. CodeEditor Class 1673
  • 10. Ring Documentation, Release 1.5.2 • void setLineNumbersAreaBackColor(QColor oColor) 94.132 QGridLayout Class C++ Reference : http://doc.qt.io/qt-5/QGridLayout.html Parameters : void • void addItem(QLayoutItem * item, int row, int column, int rowSpan , int columnSpan , Qt::Alignment alignment ) • void addLayout(QLayout * layout, int row, int column, Qt::Alignment alignment ) • void addLayout_2(QLayout * layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment align- ment ) • void addWidget(QWidget * widget, int row, int column, Qt::Alignment alignment ) • void addWidget_2(QWidget * widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment alignment ) • QRect cellRect(int row, int column) • int columnCount(void) • int columnMinimumWidth(int column) • int columnStretch(int column) • void getItemPosition(int index, int * row, int * column, int * rowSpan, int * columnSpan) • int horizontalSpacing(void) • QLayoutItem * itemAtPosition(int row, int column) • Qt::Corner originCorner(void) • int rowCount(void) • int rowMinimumHeight(int row) • int rowStretch(int row) • void setColumnMinimumWidth(int column, int minSize) • void setColumnStretch(int column, int stretch) • void setHorizontalSpacing(int spacing) • void setOriginCorner(Qt::Corner corner) • void setRowMinimumHeight(int row, int minSize) • void setRowStretch(int row, int stretch) • void setSpacing(int spacing) • void setVerticalSpacing(int spacing) • int spacing(void) • int verticalSpacing(void) 94.132. QGridLayout Class 1674