SlideShare a Scribd company logo
Ring Documentation, Release 1.9
87.120 QMediaObject Class
C++ Reference : http://doc.qt.io/qt-5/QMediaObject.html
Parameters : void
Parent Class : QWidget
‱ QStringList availableMetaData(void)
‱ bool isMetaDataAvailable(void)
‱ QVariant metaData( QString key)
‱ int notifyInterval(void)
‱ void setNotifyInterval(int milliSeconds)
87.121 QMediaPlayer Class
C++ Reference : http://doc.qt.io/qt-5/QMediaPlayer.html
Parameters : void
‱ int bufferStatus(void)
‱ QMediaContent currentMedia(void)
‱ QNetworkConïŹguration currentNetworkConïŹguration(void)
‱ int duration(void)
‱ int error(void)
‱ QString errorString(void)
‱ bool isAudioAvailable(void)
‱ bool isMuted(void)
‱ bool isSeekable(void)
‱ bool isVideoAvailable(void)
‱ QMediaContent media(void)
‱ int mediaStatus(void)
‱ QIODevice *mediaStream(void)
‱ qreal playbackRate(void)
‱ QMediaPlaylist *playlist(void)
‱ int position(void)
‱ void setVideoOutput(QVideoWidget *output)
‱ int volume(void)
‱ void pause(void)
‱ void play(void)
‱ void setMuted(bool muted)
‱ void setPlaylist(QMediaPlaylist *playlist)
87.120. QMediaObject Class 1069
Ring Documentation, Release 1.9
‱ void setPosition(int position)
‱ void setVolume(int volume)
‱ void stop(void)
87.122 QMediaPlaylist Class
C++ Reference : http://doc.qt.io/qt-5/QMediaPlaylist.html
Parameters : void
‱ int currentIndex(void)
‱ QMediaContent currentMedia(void)
‱ int error(void)
‱ QString errorString(void)
‱ bool insertMedia(int pos, QMediaContent)
‱ bool isReadOnly(void)
‱ QMediaContent media(int index)
‱ int mediaCount(void)
‱ int nextIndex(int steps)
‱ int playbackMode(void)
‱ int previousIndex(int steps)
‱ bool save(QUrl, const char * format)
‱ void next(void) # In RingQt use : void movenext(void)
‱ void previous(void)
‱ void setCurrentIndex(int playlistPosition)
‱ void shufïŹ‚e(void)
87.123 QMenu Class
C++ Reference : http://doc.qt.io/qt-5/QMenu.html
Parameters : QWidget *
Parent Class : QWidget
‱ QAction *actionAt(QPoint)
‱ QRect actionGeometry(QAction *act)
‱ QAction *activeAction(void)
‱ void addAction(QAction *)
‱ QMenu *addMenu(QString)
‱ QAction *addSeparator(void)
‱ void clear(void)
87.122. QMediaPlaylist Class 1070
Ring Documentation, Release 1.9
‱ QAction *defaultAction(void)
‱ QAction *exec(const QPoint &)
‱ QAction *exec_2(void)
‱ QAction *exec_3(const QPoint &,QAction *)
‱ void hideTearOffMenu(void)
‱ QIcon icon(void)
‱ QAction *insertMenu(QAction *before, QMenu *menu)
‱ QAction *insertSeparator(QAction *before)
‱ bool isEmpty(void)
‱ bool isTearOffEnabled(void)
‱ bool isTearOffMenuVisible(void)
‱ QAction *menuAction(void)
‱ void popup(QPoint, QAction *atAction)
‱ bool separatorsCollapsible(void)
‱ void setActiveAction(QAction *act)
‱ void setDefaultAction(QAction *act)
‱ void setIcon(QIcon)
‱ void setSeparatorsCollapsible(bool collapse)
‱ void setTearOffEnabled(bool)
‱ void setTitle(QString)
‱ QString title(void)
87.124 QMenuBar Class
C++ Reference : http://doc.qt.io/qt-5/QMenuBar.html
Parameters : QWidget *
Parent Class : QWidget
‱ QAction *actionAt(QPoint)
‱ QRect actionGeometry(QAction *act)
‱ QAction *activeAction(void)
‱ QAction *addAction(QString)
‱ QAction *addSeparator(void)
‱ void clear(void)
‱ QWidget *cornerWidget(Qt::Corner)
‱ QAction *insertSeparator(QAction *before)
‱ bool isDefaultUp(void)
87.124. QMenuBar Class 1071
Ring Documentation, Release 1.9
‱ bool isNativeMenuBar(void)
‱ void setActiveAction(QAction *act)
‱ void setCornerWidget(QWidget *widget, Qt::Corner)
‱ void setNativeMenuBar(bool nativeMenuBar)
87.125 QMessageBox Class
C++ Reference : http://doc.qt.io/qt-5/QMessageBox.html
Parameters : QWidget *parent
Parent Class : QDialog
‱ void addButton(QAbstractButton *button, QMessageBox::ButtonRole role)
‱ QAbstractButton *button(QMessageBox::StandardButton which)
‱ int buttonRole(QAbstractButton *button)
‱ QAbstractButton *clickedButton(void)
‱ QPushButton *defaultButton(void)
‱ QString detailedText(void)
‱ QAbstractButton *escapeButton(void)
‱ QPixmap iconPixmap(void)
‱ QString informativeText(void)
‱ void open(QObject *receiver, const char *member)
‱ void removeButton(QAbstractButton *button)
‱ void setDefaultButton(QPushButton *button)
‱ void setDetailedText(QString)
‱ void setEscapeButton(QAbstractButton *button)
‱ void setIconPixmap(QPixmap)
‱ void setInformativeText(QString)
‱ void setStandardButtons(QMessageBox::StandardButton buttons)
‱ void setText(QString)
‱ void setTextFormat(Qt::TextFormat format)
‱ void setWindowModality(Qt::WindowModality windowModality)
‱ void setWindowTitle(QString)
‱ int standardButton(QAbstractButton *button)
‱ int standardButtons(void)
‱ QString text(void)
‱ int textFormat(void)
‱ int exec(void)
87.125. QMessageBox Class 1072
Ring Documentation, Release 1.9
‱ void about(QWidget *parent, QString,QString)
‱ void aboutQt(QWidget *parent, QString)
‱ int critical(QWidget * parent, QString , QString, int buttons, int defaultButton)
‱ int information(QWidget * parent, QString ,QString, int buttons,int defaultButton)
‱ int question(QWidget * parent,QString,QString, int buttons ,int defaultButton)
‱ int warning(QWidget *parent, QString,QString, int buttons,int defaultButton)
87.126 QMimeData Class
C++ Reference : http://doc.qt.io/qt-5/QMimeData.html
Parameters : void
Parent Class : QObject
‱ void clear(void)
‱ QVariant colorData(void)
‱ QByteArray data(QString mimeType)
‱ QStringList formats(void)
‱ bool hasColor(void)
‱ bool hasFormat(QString mimeType)
‱ bool hasHtml(void)
‱ bool hasImage(void)
‱ bool hasText(void)
‱ bool hasUrls(void)
‱ QString html(void)
‱ QVariant imageData(void)
‱ void removeFormat(QString mimeType)
‱ void setColorData(QVariant color)
‱ void setData(QString mimeType, QByteArray data)
‱ void setHtml(QString html)
‱ void setImageData(QVariant image)
‱ void setText(QString text)
‱ void setUrls(QList<QUrl> urls)
‱ QString text(void)
‱ QList<QUrl> urls(void)
87.126. QMimeData Class 1073
Ring Documentation, Release 1.9
87.127 QMutex Class
C++ Reference : http://doc.qt.io/qt-5/QMutex.html
Parameters : QMutex::RecursionMode
‱ bool isRecursive(void)
‱ void lock(void)
‱ void unlock(void)
87.128 QMutexLocker Class
C++ Reference : http://doc.qt.io/qt-5/QMutexLocker.html
Parameters : QMutex *
‱ QMutex * mutex(void)
‱ void relock(void)
‱ void unlock(void)
87.129 QNetworkAccessManager Class
C++ Reference : http://doc.qt.io/qt-5/QNetworkAccessManager.html
Parameters : QObject *
Parent Class : QObject
‱ void setïŹnishedEvent(const char *)
‱ const char *getïŹnishedEvent(void)
‱ QNetworkConïŹguration activeConïŹguration(void)
‱ QAbstractNetworkCache *cache(void)
‱ void clearAccessCache(void)
‱ QNetworkConïŹguration conïŹguration(void)
‱ void connectToHost(QString, quint16)
‱ QNetworkReply *deleteResource(QNetworkRequest)
‱ QNetworkReply *get(QNetworkRequest) # In RingQt use : QNetworkReply *getvalue(QNetworkRequest)
‱ QNetworkReply *head(QNetworkRequest)
‱ QNetworkAccessManager::NetworkAccessibility networkAccessible(void)
‱ QNetworkReply *post(QNetworkRequest, QByteArray)
‱ QNetworkProxy proxy(void)
‱ QNetworkProxyFactory *proxyFactory(void)
‱ QNetworkReply *put(QNetworkRequest, QByteArray) # In RingQt use : QNetworkReply *put-
value(QNetworkRequest, QByteArray)
87.127. QMutex Class 1074
Ring Documentation, Release 1.9
‱ QNetworkReply *sendCustomRequest(QNetworkRequest, QByteArray, QIODevice *)
‱ void setCache(QAbstractNetworkCache *cache)
‱ void setConïŹguration(QNetworkConïŹguration)
‱ void setCookieJar(QNetworkCookieJar *cookieJar)
‱ void setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility accessible)
‱ void setProxy(QNetworkProxy)
‱ void setProxyFactory(QNetworkProxyFactory *factory)
‱ QStringList supportedSchemes(void)
‱ void geteventparameters(void)
87.130 QNetworkProxy Class
C++ Reference : http://doc.qt.io/qt-5/QNetworkProxy.html
Parameters : void
‱ int capabilities(void)
‱ bool hasRawHeader(QByteArray headerName)
‱ QVariant header(QNetworkRequest::KnownHeaders header)
‱ QString hostName(void)
‱ bool isCachingProxy(void)
‱ bool isTransparentProxy(void)
‱ QString password(void)
‱ int port(void)
‱ QByteArray rawHeader(QByteArray headerName)
‱ void setCapabilities(QNetworkProxy::Capability capabilities)
‱ void setHeader(QNetworkRequest::KnownHeaders header, QVariant value)
‱ void setHostName(QString hostName)
‱ void setPassword(QString password)
‱ void setPort(int port)
‱ void setRawHeader(QByteArray headerName, QByteArray headerValue)
‱ void setType(QNetworkProxy::ProxyType type)
‱ void setUser(QString user)
‱ void swap(QNetworkProxy other)
‱ int type(void)
‱ QString user(void)
‱ QNetworkProxy applicationProxy(void)
‱ void setApplicationProxy(QNetworkProxy networkProxy)
87.130. QNetworkProxy Class 1075
Ring Documentation, Release 1.9
87.131 QNetworkReply Class
C++ Reference : http://doc.qt.io/qt-5/QNetworkReply.html
Parameters : void
Parent Class : QIODevice
‱ QVariant attribute(QNetworkRequest::Attribute code)
‱ QNetworkReply::NetworkError error(void)
‱ bool hasRawHeader(QByteArray)
‱ QVariant header(QNetworkRequest::KnownHeaders header)
‱ bool isFinished(void)
‱ bool isRunning(void)
‱ QNetworkAccessManager *manager(void)
‱ QNetworkAccessManager::Operation operation(void)
‱ QByteArray rawHeader(QByteArray)
‱ qint64 readBufferSize(void)
‱ QNetworkRequest request(void)
87.132 QNetworkRequest Class
C++ Reference : http://doc.qt.io/qt-5/QNetworkRequest.html
Parameters : QUrl
‱ QVariant attribute(QNetworkRequest::Attribute, QVariant)
‱ bool hasRawHeader(QByteArray)
‱ QVariant header(QNetworkRequest::KnownHeaders)
‱ QObject *originatingObject(void)
‱ QNetworkRequest::Priority priority(void)
‱ QByteArray rawHeader(QByteArray)
‱ void setAttribute(QNetworkRequest::Attribute, QVariant)
‱ void setHeader(QNetworkRequest::KnownHeaders, QVariant)
‱ void setOriginatingObject(QObject *object)
‱ void setPriority(QNetworkRequest::Priority priority)
‱ void setRawHeader(QByteArray, QByteArray)
‱ void swap(QNetworkRequest)
‱ QUrl url(void)
87.131. QNetworkReply Class 1076
Ring Documentation, Release 1.9
87.133 QNmeaPositionInfoSource Class
C++ Reference : http://doc.qt.io/qt-5/QNmeaPositionInfoSource.html
Parameters : QNmeaPositionInfoSource::UpdateMode,QObject *
Parent Class : QGeoPositionInfoSource
‱ QIODevice * device(void)
‱ void setDevice(QIODevice * device)
‱ QNmeaPositionInfoSource::UpdateMode updateMode(void)
87.134 QObject Class
C++ Reference : http://doc.qt.io/qt-5/QObject.html
Parameters : void
‱ bool blockSignals(bool block)
‱ QObjectList children(void)
‱ void dumpObjectInfo(void)
‱ void dumpObjectTree(void)
‱ bool inherits(const char *className)
‱ void installEventFilter(QObject *ïŹlterObj)
‱ bool isWidgetType(void)
‱ void killTimer(int id)
‱ void moveToThread(QThread *targetThread)
‱ QString objectName(void)
‱ QObject *parent(void)
‱ QVariant property(const char *name)
‱ void removeEventFilter(QObject *obj)
‱ void setObjectName(QString)
‱ void setParent(QObject *parent)
‱ bool setProperty(const char *name, QVariant)
‱ bool setProperty_2(const char *name, int)
‱ bool setProperty_3(const char *name, ïŹ‚oat)
‱ bool setProperty_4(const char *name, double)
‱ bool setProperty_5(const char *name, QString)
‱ bool signalsBlocked(void)
‱ int startTimer(int interval)
‱ QThread *thread(void)
‱ void deleteLater(void)
87.133. QNmeaPositionInfoSource Class 1077
Ring Documentation, Release 1.9
87.135 QOpenGLBuffer Class
C++ Reference : http://doc.qt.io/qt-5/QOpenGLBuffer.html
Parameters : void
‱ void allocate(void *data, int count)
‱ void allocate_2(int count)
‱ bool bind(void)
‱ GLuint bufferId(void)
‱ bool create(void)
‱ void destroy(void)
‱ bool isCreated(void)
‱ void * map(QOpenGLBuffer::Access access)
‱ void release(void)
‱ void setUsagePattern(QOpenGLBuffer::UsagePattern value)
‱ int size(void)
‱ QOpenGLBuffer::Type type(void)
‱ bool unmap(void)
‱ QOpenGLBuffer::UsagePattern usagePattern(void)
‱ void write(int offset, void *data, int count)
‱ void release_2(QOpenGLBuffer::Type type)
87.136 QOpenGLContext Class
C++ Reference : http://doc.qt.io/qt-5/QOpenGLContext.html
Parameters : QObject *
Parent Class : QObject
‱ bool create(void)
‱ GLuint defaultFramebufferObject(void)
‱ void doneCurrent(void)
‱ QSet<QByteArray> extensions(void)
‱ QOpenGLFunctions * functions(void)
‱ QFunctionPointer getProcAddress(QByteArray procName)
‱ QFunctionPointer getProcAddress_2(char *procName)
‱ bool hasExtension(QByteArray extension)
‱ bool isOpenGLES(void)
‱ bool isValid(void)
‱ bool makeCurrent(QSurface *surface)
87.135. QOpenGLBuffer Class 1078

More Related Content

PDF
The Ring programming language version 1.7 book - Part 101 of 196
PDF
The Ring programming language version 1.10 book - Part 106 of 212
PDF
The Ring programming language version 1.9 book - Part 108 of 210
PDF
The Ring programming language version 1.7 book - Part 105 of 196
PDF
The Ring programming language version 1.8 book - Part 105 of 202
PDF
The Ring programming language version 1.5.1 book - Part 172 of 180
PDF
The Ring programming language version 1.6 book - Part 176 of 189
PDF
The Ring programming language version 1.4 book - Part 28 of 30
The Ring programming language version 1.7 book - Part 101 of 196
The Ring programming language version 1.10 book - Part 106 of 212
The Ring programming language version 1.9 book - Part 108 of 210
The Ring programming language version 1.7 book - Part 105 of 196
The Ring programming language version 1.8 book - Part 105 of 202
The Ring programming language version 1.5.1 book - Part 172 of 180
The Ring programming language version 1.6 book - Part 176 of 189
The Ring programming language version 1.4 book - Part 28 of 30

What's hot (20)

PDF
The Ring programming language version 1.9 book - Part 104 of 210
PDF
The Ring programming language version 1.10 book - Part 125 of 212
PDF
The Ring programming language version 1.6 book - Part 178 of 189
PDF
The Ring programming language version 1.10 book - Part 114 of 212
PDF
The Ring programming language version 1.9 book - Part 114 of 210
PDF
The Ring programming language version 1.4.1 book - Part 28 of 31
PDF
The Ring programming language version 1.3 book - Part 63 of 88
PDF
The Ring programming language version 1.5.1 book - Part 158 of 180
PDF
The Ring programming language version 1.10 book - Part 104 of 212
PDF
The Ring programming language version 1.10 book - Part 116 of 212
PDF
Qt Network Explained (Portuguese)
PDF
Writing native bindings to node.js in C++
PDF
The Ring programming language version 1.9 book - Part 9 of 210
PPTX
Node.js/io.js Native C++ Addons
PDF
Node.js extensions in C++
KEY
Web Grafik Technologien
PDF
The Ring programming language version 1.10 book - Part 10 of 212
PDF
Racing To Win: Using Race Conditions to Build Correct and Concurrent Software
 
PDF
06 - Qt Communication
PDF
Qt on Real Time Operating Systems
The Ring programming language version 1.9 book - Part 104 of 210
The Ring programming language version 1.10 book - Part 125 of 212
The Ring programming language version 1.6 book - Part 178 of 189
The Ring programming language version 1.10 book - Part 114 of 212
The Ring programming language version 1.9 book - Part 114 of 210
The Ring programming language version 1.4.1 book - Part 28 of 31
The Ring programming language version 1.3 book - Part 63 of 88
The Ring programming language version 1.5.1 book - Part 158 of 180
The Ring programming language version 1.10 book - Part 104 of 212
The Ring programming language version 1.10 book - Part 116 of 212
Qt Network Explained (Portuguese)
Writing native bindings to node.js in C++
The Ring programming language version 1.9 book - Part 9 of 210
Node.js/io.js Native C++ Addons
Node.js extensions in C++
Web Grafik Technologien
The Ring programming language version 1.10 book - Part 10 of 212
Racing To Win: Using Race Conditions to Build Correct and Concurrent Software
 
06 - Qt Communication
Qt on Real Time Operating Systems
Ad

Similar to The Ring programming language version 1.9 book - Part 111 of 210 (20)

PDF
The Ring programming language version 1.2 book - Part 83 of 84
PDF
The Ring programming language version 1.9 book - Part 96 of 210
PDF
The Ring programming language version 1.5.4 book - Part 83 of 185
PDF
The Ring programming language version 1.10 book - Part 98 of 212
PDF
The Ring programming language version 1.6 book - Part 86 of 189
PDF
The Ring programming language version 1.2 book - Part 51 of 84
PDF
The Ring programming language version 1.4.1 book - Part 17 of 31
PDF
The Ring programming language version 1.5.1 book - Part 79 of 180
PDF
The Ring programming language version 1.3 book - Part 53 of 88
PDF
The Ring programming language version 1.6 book - Part 66 of 189
PDF
The Ring programming language version 1.5.3 book - Part 193 of 194
PDF
The Ring programming language version 1.5.1 book - Part 60 of 180
PDF
The Ring programming language version 1.7 book - Part 88 of 196
PDF
The Ring programming language version 1.5.2 book - Part 80 of 181
PDF
The Ring programming language version 1.4 book - Part 19 of 30
PDF
The Ring programming language version 1.5.3 book - Part 92 of 184
PDF
The Ring programming language version 1.5.2 book - Part 61 of 181
PDF
The Ring programming language version 1.2 book - Part 60 of 84
PDF
The Ring programming language version 1.10 book - Part 73 of 212
PDF
The Ring programming language version 1.8 book - Part 201 of 202
The Ring programming language version 1.2 book - Part 83 of 84
The Ring programming language version 1.9 book - Part 96 of 210
The Ring programming language version 1.5.4 book - Part 83 of 185
The Ring programming language version 1.10 book - Part 98 of 212
The Ring programming language version 1.6 book - Part 86 of 189
The Ring programming language version 1.2 book - Part 51 of 84
The Ring programming language version 1.4.1 book - Part 17 of 31
The Ring programming language version 1.5.1 book - Part 79 of 180
The Ring programming language version 1.3 book - Part 53 of 88
The Ring programming language version 1.6 book - Part 66 of 189
The Ring programming language version 1.5.3 book - Part 193 of 194
The Ring programming language version 1.5.1 book - Part 60 of 180
The Ring programming language version 1.7 book - Part 88 of 196
The Ring programming language version 1.5.2 book - Part 80 of 181
The Ring programming language version 1.4 book - Part 19 of 30
The Ring programming language version 1.5.3 book - Part 92 of 184
The Ring programming language version 1.5.2 book - Part 61 of 181
The Ring programming language version 1.2 book - Part 60 of 84
The Ring programming language version 1.10 book - Part 73 of 212
The Ring programming language version 1.8 book - Part 201 of 202
Ad

More from Mahmoud Samir Fayed (20)

PDF
The Ring programming language version 1.10 book - Part 212 of 212
PDF
The Ring programming language version 1.10 book - Part 211 of 212
PDF
The Ring programming language version 1.10 book - Part 210 of 212
PDF
The Ring programming language version 1.10 book - Part 208 of 212
PDF
The Ring programming language version 1.10 book - Part 207 of 212
PDF
The Ring programming language version 1.10 book - Part 205 of 212
PDF
The Ring programming language version 1.10 book - Part 206 of 212
PDF
The Ring programming language version 1.10 book - Part 204 of 212
PDF
The Ring programming language version 1.10 book - Part 203 of 212
PDF
The Ring programming language version 1.10 book - Part 202 of 212
PDF
The Ring programming language version 1.10 book - Part 201 of 212
PDF
The Ring programming language version 1.10 book - Part 200 of 212
PDF
The Ring programming language version 1.10 book - Part 199 of 212
PDF
The Ring programming language version 1.10 book - Part 198 of 212
PDF
The Ring programming language version 1.10 book - Part 197 of 212
PDF
The Ring programming language version 1.10 book - Part 196 of 212
PDF
The Ring programming language version 1.10 book - Part 195 of 212
PDF
The Ring programming language version 1.10 book - Part 194 of 212
PDF
The Ring programming language version 1.10 book - Part 193 of 212
PDF
The Ring programming language version 1.10 book - Part 192 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 210 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 205 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 203 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 200 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 197 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 194 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

Recently uploaded (20)

PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
 
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
System and Network Administraation Chapter 3
PPTX
Essential Infomation Tech presentation.pptx
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Operating system designcfffgfgggggggvggggggggg
PTS Company Brochure 2025 (1).pdf.......
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
wealthsignaloriginal-com-DS-text-... (1).pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
 
Wondershare Filmora 15 Crack With Activation Key [2025
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Softaken Excel to vCard Converter Software.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
System and Network Administraation Chapter 3
Essential Infomation Tech presentation.pptx
CHAPTER 2 - PM Management and IT Context
2025 Textile ERP Trends: SAP, Odoo & Oracle
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
VVF-Customer-Presentation2025-Ver1.9.pptx
Upgrade and Innovation Strategies for SAP ERP Customers
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...

The Ring programming language version 1.9 book - Part 111 of 210

  • 1. Ring Documentation, Release 1.9 87.120 QMediaObject Class C++ Reference : http://doc.qt.io/qt-5/QMediaObject.html Parameters : void Parent Class : QWidget ‱ QStringList availableMetaData(void) ‱ bool isMetaDataAvailable(void) ‱ QVariant metaData( QString key) ‱ int notifyInterval(void) ‱ void setNotifyInterval(int milliSeconds) 87.121 QMediaPlayer Class C++ Reference : http://doc.qt.io/qt-5/QMediaPlayer.html Parameters : void ‱ int bufferStatus(void) ‱ QMediaContent currentMedia(void) ‱ QNetworkConïŹguration currentNetworkConïŹguration(void) ‱ int duration(void) ‱ int error(void) ‱ QString errorString(void) ‱ bool isAudioAvailable(void) ‱ bool isMuted(void) ‱ bool isSeekable(void) ‱ bool isVideoAvailable(void) ‱ QMediaContent media(void) ‱ int mediaStatus(void) ‱ QIODevice *mediaStream(void) ‱ qreal playbackRate(void) ‱ QMediaPlaylist *playlist(void) ‱ int position(void) ‱ void setVideoOutput(QVideoWidget *output) ‱ int volume(void) ‱ void pause(void) ‱ void play(void) ‱ void setMuted(bool muted) ‱ void setPlaylist(QMediaPlaylist *playlist) 87.120. QMediaObject Class 1069
  • 2. Ring Documentation, Release 1.9 ‱ void setPosition(int position) ‱ void setVolume(int volume) ‱ void stop(void) 87.122 QMediaPlaylist Class C++ Reference : http://doc.qt.io/qt-5/QMediaPlaylist.html Parameters : void ‱ int currentIndex(void) ‱ QMediaContent currentMedia(void) ‱ int error(void) ‱ QString errorString(void) ‱ bool insertMedia(int pos, QMediaContent) ‱ bool isReadOnly(void) ‱ QMediaContent media(int index) ‱ int mediaCount(void) ‱ int nextIndex(int steps) ‱ int playbackMode(void) ‱ int previousIndex(int steps) ‱ bool save(QUrl, const char * format) ‱ void next(void) # In RingQt use : void movenext(void) ‱ void previous(void) ‱ void setCurrentIndex(int playlistPosition) ‱ void shufïŹ‚e(void) 87.123 QMenu Class C++ Reference : http://doc.qt.io/qt-5/QMenu.html Parameters : QWidget * Parent Class : QWidget ‱ QAction *actionAt(QPoint) ‱ QRect actionGeometry(QAction *act) ‱ QAction *activeAction(void) ‱ void addAction(QAction *) ‱ QMenu *addMenu(QString) ‱ QAction *addSeparator(void) ‱ void clear(void) 87.122. QMediaPlaylist Class 1070
  • 3. Ring Documentation, Release 1.9 ‱ QAction *defaultAction(void) ‱ QAction *exec(const QPoint &) ‱ QAction *exec_2(void) ‱ QAction *exec_3(const QPoint &,QAction *) ‱ void hideTearOffMenu(void) ‱ QIcon icon(void) ‱ QAction *insertMenu(QAction *before, QMenu *menu) ‱ QAction *insertSeparator(QAction *before) ‱ bool isEmpty(void) ‱ bool isTearOffEnabled(void) ‱ bool isTearOffMenuVisible(void) ‱ QAction *menuAction(void) ‱ void popup(QPoint, QAction *atAction) ‱ bool separatorsCollapsible(void) ‱ void setActiveAction(QAction *act) ‱ void setDefaultAction(QAction *act) ‱ void setIcon(QIcon) ‱ void setSeparatorsCollapsible(bool collapse) ‱ void setTearOffEnabled(bool) ‱ void setTitle(QString) ‱ QString title(void) 87.124 QMenuBar Class C++ Reference : http://doc.qt.io/qt-5/QMenuBar.html Parameters : QWidget * Parent Class : QWidget ‱ QAction *actionAt(QPoint) ‱ QRect actionGeometry(QAction *act) ‱ QAction *activeAction(void) ‱ QAction *addAction(QString) ‱ QAction *addSeparator(void) ‱ void clear(void) ‱ QWidget *cornerWidget(Qt::Corner) ‱ QAction *insertSeparator(QAction *before) ‱ bool isDefaultUp(void) 87.124. QMenuBar Class 1071
  • 4. Ring Documentation, Release 1.9 ‱ bool isNativeMenuBar(void) ‱ void setActiveAction(QAction *act) ‱ void setCornerWidget(QWidget *widget, Qt::Corner) ‱ void setNativeMenuBar(bool nativeMenuBar) 87.125 QMessageBox Class C++ Reference : http://doc.qt.io/qt-5/QMessageBox.html Parameters : QWidget *parent Parent Class : QDialog ‱ void addButton(QAbstractButton *button, QMessageBox::ButtonRole role) ‱ QAbstractButton *button(QMessageBox::StandardButton which) ‱ int buttonRole(QAbstractButton *button) ‱ QAbstractButton *clickedButton(void) ‱ QPushButton *defaultButton(void) ‱ QString detailedText(void) ‱ QAbstractButton *escapeButton(void) ‱ QPixmap iconPixmap(void) ‱ QString informativeText(void) ‱ void open(QObject *receiver, const char *member) ‱ void removeButton(QAbstractButton *button) ‱ void setDefaultButton(QPushButton *button) ‱ void setDetailedText(QString) ‱ void setEscapeButton(QAbstractButton *button) ‱ void setIconPixmap(QPixmap) ‱ void setInformativeText(QString) ‱ void setStandardButtons(QMessageBox::StandardButton buttons) ‱ void setText(QString) ‱ void setTextFormat(Qt::TextFormat format) ‱ void setWindowModality(Qt::WindowModality windowModality) ‱ void setWindowTitle(QString) ‱ int standardButton(QAbstractButton *button) ‱ int standardButtons(void) ‱ QString text(void) ‱ int textFormat(void) ‱ int exec(void) 87.125. QMessageBox Class 1072
  • 5. Ring Documentation, Release 1.9 ‱ void about(QWidget *parent, QString,QString) ‱ void aboutQt(QWidget *parent, QString) ‱ int critical(QWidget * parent, QString , QString, int buttons, int defaultButton) ‱ int information(QWidget * parent, QString ,QString, int buttons,int defaultButton) ‱ int question(QWidget * parent,QString,QString, int buttons ,int defaultButton) ‱ int warning(QWidget *parent, QString,QString, int buttons,int defaultButton) 87.126 QMimeData Class C++ Reference : http://doc.qt.io/qt-5/QMimeData.html Parameters : void Parent Class : QObject ‱ void clear(void) ‱ QVariant colorData(void) ‱ QByteArray data(QString mimeType) ‱ QStringList formats(void) ‱ bool hasColor(void) ‱ bool hasFormat(QString mimeType) ‱ bool hasHtml(void) ‱ bool hasImage(void) ‱ bool hasText(void) ‱ bool hasUrls(void) ‱ QString html(void) ‱ QVariant imageData(void) ‱ void removeFormat(QString mimeType) ‱ void setColorData(QVariant color) ‱ void setData(QString mimeType, QByteArray data) ‱ void setHtml(QString html) ‱ void setImageData(QVariant image) ‱ void setText(QString text) ‱ void setUrls(QList<QUrl> urls) ‱ QString text(void) ‱ QList<QUrl> urls(void) 87.126. QMimeData Class 1073
  • 6. Ring Documentation, Release 1.9 87.127 QMutex Class C++ Reference : http://doc.qt.io/qt-5/QMutex.html Parameters : QMutex::RecursionMode ‱ bool isRecursive(void) ‱ void lock(void) ‱ void unlock(void) 87.128 QMutexLocker Class C++ Reference : http://doc.qt.io/qt-5/QMutexLocker.html Parameters : QMutex * ‱ QMutex * mutex(void) ‱ void relock(void) ‱ void unlock(void) 87.129 QNetworkAccessManager Class C++ Reference : http://doc.qt.io/qt-5/QNetworkAccessManager.html Parameters : QObject * Parent Class : QObject ‱ void setïŹnishedEvent(const char *) ‱ const char *getïŹnishedEvent(void) ‱ QNetworkConïŹguration activeConïŹguration(void) ‱ QAbstractNetworkCache *cache(void) ‱ void clearAccessCache(void) ‱ QNetworkConïŹguration conïŹguration(void) ‱ void connectToHost(QString, quint16) ‱ QNetworkReply *deleteResource(QNetworkRequest) ‱ QNetworkReply *get(QNetworkRequest) # In RingQt use : QNetworkReply *getvalue(QNetworkRequest) ‱ QNetworkReply *head(QNetworkRequest) ‱ QNetworkAccessManager::NetworkAccessibility networkAccessible(void) ‱ QNetworkReply *post(QNetworkRequest, QByteArray) ‱ QNetworkProxy proxy(void) ‱ QNetworkProxyFactory *proxyFactory(void) ‱ QNetworkReply *put(QNetworkRequest, QByteArray) # In RingQt use : QNetworkReply *put- value(QNetworkRequest, QByteArray) 87.127. QMutex Class 1074
  • 7. Ring Documentation, Release 1.9 ‱ QNetworkReply *sendCustomRequest(QNetworkRequest, QByteArray, QIODevice *) ‱ void setCache(QAbstractNetworkCache *cache) ‱ void setConïŹguration(QNetworkConïŹguration) ‱ void setCookieJar(QNetworkCookieJar *cookieJar) ‱ void setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility accessible) ‱ void setProxy(QNetworkProxy) ‱ void setProxyFactory(QNetworkProxyFactory *factory) ‱ QStringList supportedSchemes(void) ‱ void geteventparameters(void) 87.130 QNetworkProxy Class C++ Reference : http://doc.qt.io/qt-5/QNetworkProxy.html Parameters : void ‱ int capabilities(void) ‱ bool hasRawHeader(QByteArray headerName) ‱ QVariant header(QNetworkRequest::KnownHeaders header) ‱ QString hostName(void) ‱ bool isCachingProxy(void) ‱ bool isTransparentProxy(void) ‱ QString password(void) ‱ int port(void) ‱ QByteArray rawHeader(QByteArray headerName) ‱ void setCapabilities(QNetworkProxy::Capability capabilities) ‱ void setHeader(QNetworkRequest::KnownHeaders header, QVariant value) ‱ void setHostName(QString hostName) ‱ void setPassword(QString password) ‱ void setPort(int port) ‱ void setRawHeader(QByteArray headerName, QByteArray headerValue) ‱ void setType(QNetworkProxy::ProxyType type) ‱ void setUser(QString user) ‱ void swap(QNetworkProxy other) ‱ int type(void) ‱ QString user(void) ‱ QNetworkProxy applicationProxy(void) ‱ void setApplicationProxy(QNetworkProxy networkProxy) 87.130. QNetworkProxy Class 1075
  • 8. Ring Documentation, Release 1.9 87.131 QNetworkReply Class C++ Reference : http://doc.qt.io/qt-5/QNetworkReply.html Parameters : void Parent Class : QIODevice ‱ QVariant attribute(QNetworkRequest::Attribute code) ‱ QNetworkReply::NetworkError error(void) ‱ bool hasRawHeader(QByteArray) ‱ QVariant header(QNetworkRequest::KnownHeaders header) ‱ bool isFinished(void) ‱ bool isRunning(void) ‱ QNetworkAccessManager *manager(void) ‱ QNetworkAccessManager::Operation operation(void) ‱ QByteArray rawHeader(QByteArray) ‱ qint64 readBufferSize(void) ‱ QNetworkRequest request(void) 87.132 QNetworkRequest Class C++ Reference : http://doc.qt.io/qt-5/QNetworkRequest.html Parameters : QUrl ‱ QVariant attribute(QNetworkRequest::Attribute, QVariant) ‱ bool hasRawHeader(QByteArray) ‱ QVariant header(QNetworkRequest::KnownHeaders) ‱ QObject *originatingObject(void) ‱ QNetworkRequest::Priority priority(void) ‱ QByteArray rawHeader(QByteArray) ‱ void setAttribute(QNetworkRequest::Attribute, QVariant) ‱ void setHeader(QNetworkRequest::KnownHeaders, QVariant) ‱ void setOriginatingObject(QObject *object) ‱ void setPriority(QNetworkRequest::Priority priority) ‱ void setRawHeader(QByteArray, QByteArray) ‱ void swap(QNetworkRequest) ‱ QUrl url(void) 87.131. QNetworkReply Class 1076
  • 9. Ring Documentation, Release 1.9 87.133 QNmeaPositionInfoSource Class C++ Reference : http://doc.qt.io/qt-5/QNmeaPositionInfoSource.html Parameters : QNmeaPositionInfoSource::UpdateMode,QObject * Parent Class : QGeoPositionInfoSource ‱ QIODevice * device(void) ‱ void setDevice(QIODevice * device) ‱ QNmeaPositionInfoSource::UpdateMode updateMode(void) 87.134 QObject Class C++ Reference : http://doc.qt.io/qt-5/QObject.html Parameters : void ‱ bool blockSignals(bool block) ‱ QObjectList children(void) ‱ void dumpObjectInfo(void) ‱ void dumpObjectTree(void) ‱ bool inherits(const char *className) ‱ void installEventFilter(QObject *ïŹlterObj) ‱ bool isWidgetType(void) ‱ void killTimer(int id) ‱ void moveToThread(QThread *targetThread) ‱ QString objectName(void) ‱ QObject *parent(void) ‱ QVariant property(const char *name) ‱ void removeEventFilter(QObject *obj) ‱ void setObjectName(QString) ‱ void setParent(QObject *parent) ‱ bool setProperty(const char *name, QVariant) ‱ bool setProperty_2(const char *name, int) ‱ bool setProperty_3(const char *name, ïŹ‚oat) ‱ bool setProperty_4(const char *name, double) ‱ bool setProperty_5(const char *name, QString) ‱ bool signalsBlocked(void) ‱ int startTimer(int interval) ‱ QThread *thread(void) ‱ void deleteLater(void) 87.133. QNmeaPositionInfoSource Class 1077
  • 10. Ring Documentation, Release 1.9 87.135 QOpenGLBuffer Class C++ Reference : http://doc.qt.io/qt-5/QOpenGLBuffer.html Parameters : void ‱ void allocate(void *data, int count) ‱ void allocate_2(int count) ‱ bool bind(void) ‱ GLuint bufferId(void) ‱ bool create(void) ‱ void destroy(void) ‱ bool isCreated(void) ‱ void * map(QOpenGLBuffer::Access access) ‱ void release(void) ‱ void setUsagePattern(QOpenGLBuffer::UsagePattern value) ‱ int size(void) ‱ QOpenGLBuffer::Type type(void) ‱ bool unmap(void) ‱ QOpenGLBuffer::UsagePattern usagePattern(void) ‱ void write(int offset, void *data, int count) ‱ void release_2(QOpenGLBuffer::Type type) 87.136 QOpenGLContext Class C++ Reference : http://doc.qt.io/qt-5/QOpenGLContext.html Parameters : QObject * Parent Class : QObject ‱ bool create(void) ‱ GLuint defaultFramebufferObject(void) ‱ void doneCurrent(void) ‱ QSet<QByteArray> extensions(void) ‱ QOpenGLFunctions * functions(void) ‱ QFunctionPointer getProcAddress(QByteArray procName) ‱ QFunctionPointer getProcAddress_2(char *procName) ‱ bool hasExtension(QByteArray extension) ‱ bool isOpenGLES(void) ‱ bool isValid(void) ‱ bool makeCurrent(QSurface *surface) 87.135. QOpenGLBuffer Class 1078