SlideShare a Scribd company logo
1 of 10
Download to read offline
Ring Documentation, Release 1.7
78.88 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)
78.89 QMediaPlayer Class
C++ Reference : http://doc.qt.io/qt-5/QMediaPlayer.html
Parameters : void
• int bufferStatus(void)
• QMediaContent currentMedia(void)
• QNetworkConfiguration currentNetworkConfiguration(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)
78.88. QMediaObject Class 972
Ring Documentation, Release 1.7
• void setPosition(int position)
• void setVolume(int volume)
• void stop(void)
78.90 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 shuffle(void)
78.91 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)
78.90. QMediaPlaylist Class 973
Ring Documentation, Release 1.7
• 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)
78.92 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)
78.92. QMenuBar Class 974
Ring Documentation, Release 1.7
• bool isNativeMenuBar(void)
• void setActiveAction(QAction *act)
• void setCornerWidget(QWidget *widget, Qt::Corner)
• void setNativeMenuBar(bool nativeMenuBar)
78.93 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)
78.93. QMessageBox Class 975
Ring Documentation, Release 1.7
• 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)
78.94 QMutex Class
C++ Reference : http://doc.qt.io/qt-5/QMutex.html
Parameters : QMutex::RecursionMode
• bool isRecursive(void)
• void lock(void)
• void unlock(void)
78.95 QMutexLocker Class
C++ Reference : http://doc.qt.io/qt-5/QMutexLocker.html
Parameters : QMutex *
• QMutex * mutex(void)
• void relock(void)
• void unlock(void)
78.96 QNetworkAccessManager Class
C++ Reference : http://doc.qt.io/qt-5/QNetworkAccessManager.html
Parameters : QObject *
Parent Class : QObject
• void setfinishedEvent(const char *)
• const char *getfinishedEvent(void)
• QNetworkConfiguration activeConfiguration(void)
• QAbstractNetworkCache *cache(void)
• void clearAccessCache(void)
• QNetworkConfiguration configuration(void)
• void connectToHost(QString, quint16)
• QNetworkReply *deleteResource(QNetworkRequest)
• QNetworkReply *get(QNetworkRequest) # In RingQt use : QNetworkReply *getvalue(QNetworkRequest)
78.94. QMutex Class 976
Ring Documentation, Release 1.7
• 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)
• QNetworkReply *sendCustomRequest(QNetworkRequest, QByteArray, QIODevice *)
• void setCache(QAbstractNetworkCache *cache)
• void setConfiguration(QNetworkConfiguration)
• void setCookieJar(QNetworkCookieJar *cookieJar)
• void setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility accessible)
• void setProxy(QNetworkProxy)
• void setProxyFactory(QNetworkProxyFactory *factory)
• QStringList supportedSchemes(void)
• void geteventparameters(void)
78.97 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)
78.97. QNetworkProxy Class 977
Ring Documentation, Release 1.7
• void setUser(QString user)
• void swap(QNetworkProxy other)
• int type(void)
• QString user(void)
• QNetworkProxy applicationProxy(void)
• void setApplicationProxy(QNetworkProxy networkProxy)
78.98 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)
78.99 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)
78.98. QNetworkReply Class 978
Ring Documentation, Release 1.7
• void setPriority(QNetworkRequest::Priority priority)
• void setRawHeader(QByteArray, QByteArray)
• void swap(QNetworkRequest)
• QUrl url(void)
78.100 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 *filterObj)
• 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 signalsBlocked(void)
• int startTimer(int interval)
• QThread *thread(void)
• void deleteLater(void)
78.101 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)
78.100. QObject Class 979
Ring Documentation, Release 1.7
• 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)
78.102 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)
• QVariant nativeHandle(void)
• QScreen * screen(void)
• void setFormat(QSurfaceFormat format)
• void setNativeHandle(QVariant handle)
• void setScreen(QScreen *screen)
• void setShareContext(QOpenGLContext *shareContext)
78.102. QOpenGLContext Class 980
Ring Documentation, Release 1.7
• QOpenGLContext * shareContext(void)
• QOpenGLContextGroup * shareGroup(void)
• QSurface * surface(void)
• void swapBuffers(QSurface *surface)
• QAbstractOpenGLFunctions * versionFunctions(QOpenGLVersionProfile versionProfile))
• TYPE * versionFunctions_2(void)
• bool areSharing(QOpenGLContext *first, QOpenGLContext *second)
• QOpenGLContext * currentContext(void)
• QOpenGLContext * globalShareContext(void)
• void * openGLModuleHandle(void)
• QOpenGLContext::OpenGLModuleType openGLModuleType(void)
• bool supportsThreadedOpenGL(void)
• QOpenGLFunctions_3_2_Core *opengl32(void)
78.103 QOpenGLDebugLogger Class
C++ Reference : http://doc.qt.io/qt-5/QOpenGLDebugLogger.html
Parameters : QObject *
• void disableMessages(QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types,
QOpenGLDebugMessage::Severities severities)
• void disableMessages_2(QVector<GLuint> ids, QOpenGLDebugMessage::Sources sources, QOpenGLDe-
bugMessage::Types types)
• void enableMessages(QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types,
QOpenGLDebugMessage::Severities severities)
• void enableMessages_2(QVector<GLuint> ids, QOpenGLDebugMessage::Sources sources, QOpenGLDe-
bugMessage::Types types)
• bool initialize(void)
• bool isLogging(void)
• QList<QOpenGLDebugMessage> loggedMessages(void)
• QOpenGLDebugLogger::LoggingMode loggingMode(void)
• qint64 maximumMessageLength(void)
• void popGroup(void)
• void pushGroup(QString name, GLuint id, QOpenGLDebugMessage::Source source)
• void logMessage(QOpenGLDebugMessage debugMessage)
• void startLogging(QOpenGLDebugLogger::LoggingMode loggingMode)
• void stopLogging(void)
78.103. QOpenGLDebugLogger Class 981

More Related Content

What's hot

The Ring programming language version 1.6 book - Part 178 of 189
The Ring programming language version 1.6 book - Part 178 of 189The Ring programming language version 1.6 book - Part 178 of 189
The Ring programming language version 1.6 book - Part 178 of 189Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 114 of 212
The Ring programming language version 1.10 book - Part 114 of 212The Ring programming language version 1.10 book - Part 114 of 212
The Ring programming language version 1.10 book - Part 114 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 125 of 212
The Ring programming language version 1.10 book - Part 125 of 212The Ring programming language version 1.10 book - Part 125 of 212
The Ring programming language version 1.10 book - Part 125 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 104 of 212
The Ring programming language version 1.10 book - Part 104 of 212The Ring programming language version 1.10 book - Part 104 of 212
The Ring programming language version 1.10 book - Part 104 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.4.1 book - Part 28 of 31
The Ring programming language version 1.4.1 book - Part 28 of 31The Ring programming language version 1.4.1 book - Part 28 of 31
The Ring programming language version 1.4.1 book - Part 28 of 31Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 158 of 180
The Ring programming language version 1.5.1 book - Part 158 of 180 The Ring programming language version 1.5.1 book - Part 158 of 180
The Ring programming language version 1.5.1 book - Part 158 of 180 Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 116 of 212
The Ring programming language version 1.10 book - Part 116 of 212The Ring programming language version 1.10 book - Part 116 of 212
The Ring programming language version 1.10 book - Part 116 of 212Mahmoud Samir Fayed
 
The Ring programming language version 1.5.2 book - Part 171 of 181
The Ring programming language version 1.5.2 book - Part 171 of 181The Ring programming language version 1.5.2 book - Part 171 of 181
The Ring programming language version 1.5.2 book - Part 171 of 181Mahmoud Samir Fayed
 
Qt on Real Time Operating Systems
Qt on Real Time Operating SystemsQt on Real Time Operating Systems
Qt on Real Time Operating Systemsaccount inactive
 
The Ring programming language version 1.2 book - Part 60 of 84
The Ring programming language version 1.2 book - Part 60 of 84The Ring programming language version 1.2 book - Part 60 of 84
The Ring programming language version 1.2 book - Part 60 of 84Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 9 of 210
The Ring programming language version 1.9 book - Part 9 of 210The Ring programming language version 1.9 book - Part 9 of 210
The Ring programming language version 1.9 book - Part 9 of 210Mahmoud Samir Fayed
 
Advanced Visualization with OpenGL in Oil & Gas
Advanced Visualization with OpenGL in Oil & GasAdvanced Visualization with OpenGL in Oil & Gas
Advanced Visualization with OpenGL in Oil & Gasaccount inactive
 
06 - Qt Communication
06 - Qt Communication06 - Qt Communication
06 - Qt CommunicationAndreas Jakl
 
Meet the Widgets: Another Way to Implement UI
Meet the Widgets: Another Way to Implement UIMeet the Widgets: Another Way to Implement UI
Meet the Widgets: Another Way to Implement UIICS
 
Scripting Your Qt Application
Scripting Your Qt ApplicationScripting Your Qt Application
Scripting Your Qt Applicationaccount inactive
 
05 - Qt External Interaction and Graphics
05 - Qt External Interaction and Graphics05 - Qt External Interaction and Graphics
05 - Qt External Interaction and GraphicsAndreas Jakl
 
The Ring programming language version 1.9 book - Part 81 of 210
The Ring programming language version 1.9 book - Part 81 of 210The Ring programming language version 1.9 book - Part 81 of 210
The Ring programming language version 1.9 book - Part 81 of 210Mahmoud Samir Fayed
 
Qt Internationalization
Qt InternationalizationQt Internationalization
Qt InternationalizationICS
 

What's hot (20)

The Ring programming language version 1.6 book - Part 178 of 189
The Ring programming language version 1.6 book - Part 178 of 189The Ring programming language version 1.6 book - Part 178 of 189
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.10 book - Part 114 of 212The Ring programming language version 1.10 book - Part 114 of 212
The Ring programming language version 1.10 book - Part 114 of 212
 
The Ring programming language version 1.10 book - Part 125 of 212
The Ring programming language version 1.10 book - Part 125 of 212The Ring programming language version 1.10 book - Part 125 of 212
The Ring programming language version 1.10 book - Part 125 of 212
 
The Ring programming language version 1.10 book - Part 104 of 212
The Ring programming language version 1.10 book - Part 104 of 212The Ring programming language version 1.10 book - Part 104 of 212
The Ring programming language version 1.10 book - Part 104 of 212
 
The Ring programming language version 1.4.1 book - Part 28 of 31
The Ring programming language version 1.4.1 book - Part 28 of 31The Ring programming language version 1.4.1 book - Part 28 of 31
The Ring programming language version 1.4.1 book - Part 28 of 31
 
The Ring programming language version 1.5.1 book - Part 158 of 180
The Ring programming language version 1.5.1 book - Part 158 of 180 The Ring programming language version 1.5.1 book - Part 158 of 180
The Ring programming language version 1.5.1 book - Part 158 of 180
 
The Ring programming language version 1.10 book - Part 116 of 212
The Ring programming language version 1.10 book - Part 116 of 212The Ring programming language version 1.10 book - Part 116 of 212
The Ring programming language version 1.10 book - Part 116 of 212
 
Qt Widget In-Depth
Qt Widget In-DepthQt Widget In-Depth
Qt Widget In-Depth
 
The Ring programming language version 1.5.2 book - Part 171 of 181
The Ring programming language version 1.5.2 book - Part 171 of 181The Ring programming language version 1.5.2 book - Part 171 of 181
The Ring programming language version 1.5.2 book - Part 171 of 181
 
Qt on Real Time Operating Systems
Qt on Real Time Operating SystemsQt on Real Time Operating Systems
Qt on Real Time Operating Systems
 
The Ring programming language version 1.2 book - Part 60 of 84
The Ring programming language version 1.2 book - Part 60 of 84The Ring programming language version 1.2 book - Part 60 of 84
The Ring programming language version 1.2 book - Part 60 of 84
 
The Ring programming language version 1.9 book - Part 9 of 210
The Ring programming language version 1.9 book - Part 9 of 210The Ring programming language version 1.9 book - Part 9 of 210
The Ring programming language version 1.9 book - Part 9 of 210
 
Advanced Visualization with OpenGL in Oil & Gas
Advanced Visualization with OpenGL in Oil & GasAdvanced Visualization with OpenGL in Oil & Gas
Advanced Visualization with OpenGL in Oil & Gas
 
06 - Qt Communication
06 - Qt Communication06 - Qt Communication
06 - Qt Communication
 
Meet the Widgets: Another Way to Implement UI
Meet the Widgets: Another Way to Implement UIMeet the Widgets: Another Way to Implement UI
Meet the Widgets: Another Way to Implement UI
 
Building Blueprint With Gwt
Building Blueprint With GwtBuilding Blueprint With Gwt
Building Blueprint With Gwt
 
Scripting Your Qt Application
Scripting Your Qt ApplicationScripting Your Qt Application
Scripting Your Qt Application
 
05 - Qt External Interaction and Graphics
05 - Qt External Interaction and Graphics05 - Qt External Interaction and Graphics
05 - Qt External Interaction and Graphics
 
The Ring programming language version 1.9 book - Part 81 of 210
The Ring programming language version 1.9 book - Part 81 of 210The Ring programming language version 1.9 book - Part 81 of 210
The Ring programming language version 1.9 book - Part 81 of 210
 
Qt Internationalization
Qt InternationalizationQt Internationalization
Qt Internationalization
 

Similar to The Ring programming language version 1.7 book - Part 101 of 196

The Ring programming language version 1.9 book - Part 104 of 210
The Ring programming language version 1.9 book - Part 104 of 210The Ring programming language version 1.9 book - Part 104 of 210
The Ring programming language version 1.9 book - Part 104 of 210Mahmoud Samir Fayed
 
The Ring programming language version 1.2 book - Part 76 of 84
The Ring programming language version 1.2 book - Part 76 of 84The Ring programming language version 1.2 book - Part 76 of 84
The Ring programming language version 1.2 book - Part 76 of 84Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196Mahmoud Samir Fayed
 
Best Practices in Qt Quick/QML - Part I
Best Practices in Qt Quick/QML - Part IBest Practices in Qt Quick/QML - Part I
Best Practices in Qt Quick/QML - Part IICS
 
The Ring programming language version 1.9 book - Part 114 of 210
The Ring programming language version 1.9 book - Part 114 of 210The Ring programming language version 1.9 book - Part 114 of 210
The Ring programming language version 1.9 book - Part 114 of 210Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 170 of 180
The Ring programming language version 1.5.1 book - Part 170 of 180 The Ring programming language version 1.5.1 book - Part 170 of 180
The Ring programming language version 1.5.1 book - Part 170 of 180 Mahmoud Samir Fayed
 
Hybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKitHybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKitAriya Hidayat
 
Hybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKitHybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKitAriya Hidayat
 
Hybrid Apps (Native + Web) via QtWebKit
Hybrid Apps (Native + Web) via QtWebKitHybrid Apps (Native + Web) via QtWebKit
Hybrid Apps (Native + Web) via QtWebKitAriya Hidayat
 
Petri Niemi Qt Advanced Part 1
Petri Niemi Qt Advanced Part 1Petri Niemi Qt Advanced Part 1
Petri Niemi Qt Advanced Part 1NokiaAppForum
 
The Ring programming language version 1.7 book - Part 98 of 196
The Ring programming language version 1.7 book - Part 98 of 196The Ring programming language version 1.7 book - Part 98 of 196
The Ring programming language version 1.7 book - Part 98 of 196Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 103 of 210
The Ring programming language version 1.9 book - Part 103 of 210The Ring programming language version 1.9 book - Part 103 of 210
The Ring programming language version 1.9 book - Part 103 of 210Mahmoud Samir Fayed
 
Qt & Webkit
Qt & WebkitQt & Webkit
Qt & WebkitQT-day
 
Cassandra Day NY 2014: Getting Started with the DataStax C# Driver
Cassandra Day NY 2014: Getting Started with the DataStax C# DriverCassandra Day NY 2014: Getting Started with the DataStax C# Driver
Cassandra Day NY 2014: Getting Started with the DataStax C# DriverDataStax Academy
 
Getting Started with Datatsax .Net Driver
Getting Started with Datatsax .Net DriverGetting Started with Datatsax .Net Driver
Getting Started with Datatsax .Net DriverDataStax Academy
 
The Ring programming language version 1.7 book - Part 88 of 196
The Ring programming language version 1.7 book - Part 88 of 196The Ring programming language version 1.7 book - Part 88 of 196
The Ring programming language version 1.7 book - Part 88 of 196Mahmoud Samir Fayed
 
Best Practices in Qt Quick/QML - Part 1 of 4
Best Practices in Qt Quick/QML - Part 1 of 4Best Practices in Qt Quick/QML - Part 1 of 4
Best Practices in Qt Quick/QML - Part 1 of 4ICS
 
The Ring programming language version 1.10 book - Part 98 of 212
The Ring programming language version 1.10 book - Part 98 of 212The Ring programming language version 1.10 book - Part 98 of 212
The Ring programming language version 1.10 book - Part 98 of 212Mahmoud Samir Fayed
 

Similar to The Ring programming language version 1.7 book - Part 101 of 196 (20)

The Ring programming language version 1.9 book - Part 104 of 210
The Ring programming language version 1.9 book - Part 104 of 210The Ring programming language version 1.9 book - Part 104 of 210
The Ring programming language version 1.9 book - Part 104 of 210
 
The Ring programming language version 1.2 book - Part 76 of 84
The Ring programming language version 1.2 book - Part 76 of 84The Ring programming language version 1.2 book - Part 76 of 84
The Ring programming language version 1.2 book - Part 76 of 84
 
The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196
 
Best Practices in Qt Quick/QML - Part I
Best Practices in Qt Quick/QML - Part IBest Practices in Qt Quick/QML - Part I
Best Practices in Qt Quick/QML - Part I
 
The Ring programming language version 1.9 book - Part 114 of 210
The Ring programming language version 1.9 book - Part 114 of 210The Ring programming language version 1.9 book - Part 114 of 210
The Ring programming language version 1.9 book - Part 114 of 210
 
The Ring programming language version 1.5.1 book - Part 170 of 180
The Ring programming language version 1.5.1 book - Part 170 of 180 The Ring programming language version 1.5.1 book - Part 170 of 180
The Ring programming language version 1.5.1 book - Part 170 of 180
 
Hybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKitHybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKit
 
Hybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKitHybrid Apps (Native + Web) using WebKit
Hybrid Apps (Native + Web) using WebKit
 
Hybrid Apps (Native + Web) via QtWebKit
Hybrid Apps (Native + Web) via QtWebKitHybrid Apps (Native + Web) via QtWebKit
Hybrid Apps (Native + Web) via QtWebKit
 
Petri Niemi Qt Advanced Part 1
Petri Niemi Qt Advanced Part 1Petri Niemi Qt Advanced Part 1
Petri Niemi Qt Advanced Part 1
 
The Ring programming language version 1.7 book - Part 98 of 196
The Ring programming language version 1.7 book - Part 98 of 196The Ring programming language version 1.7 book - Part 98 of 196
The Ring programming language version 1.7 book - Part 98 of 196
 
The Ring programming language version 1.9 book - Part 103 of 210
The Ring programming language version 1.9 book - Part 103 of 210The Ring programming language version 1.9 book - Part 103 of 210
The Ring programming language version 1.9 book - Part 103 of 210
 
Qt & Webkit
Qt & WebkitQt & Webkit
Qt & Webkit
 
Cassandra Day NY 2014: Getting Started with the DataStax C# Driver
Cassandra Day NY 2014: Getting Started with the DataStax C# DriverCassandra Day NY 2014: Getting Started with the DataStax C# Driver
Cassandra Day NY 2014: Getting Started with the DataStax C# Driver
 
Getting Started with Datatsax .Net Driver
Getting Started with Datatsax .Net DriverGetting Started with Datatsax .Net Driver
Getting Started with Datatsax .Net Driver
 
The Ring programming language version 1.7 book - Part 88 of 196
The Ring programming language version 1.7 book - Part 88 of 196The Ring programming language version 1.7 book - Part 88 of 196
The Ring programming language version 1.7 book - Part 88 of 196
 
Best Practices in Qt Quick/QML - Part 1 of 4
Best Practices in Qt Quick/QML - Part 1 of 4Best Practices in Qt Quick/QML - Part 1 of 4
Best Practices in Qt Quick/QML - Part 1 of 4
 
Qt Widgets In Depth
Qt Widgets In DepthQt Widgets In Depth
Qt Widgets In Depth
 
Qt programming-using-cpp
Qt programming-using-cppQt programming-using-cpp
Qt programming-using-cpp
 
The Ring programming language version 1.10 book - Part 98 of 212
The Ring programming language version 1.10 book - Part 98 of 212The Ring programming language version 1.10 book - Part 98 of 212
The Ring programming language version 1.10 book - Part 98 of 212
 

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
 

Recently uploaded

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 

Recently uploaded (20)

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

The Ring programming language version 1.7 book - Part 101 of 196

  • 1. Ring Documentation, Release 1.7 78.88 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) 78.89 QMediaPlayer Class C++ Reference : http://doc.qt.io/qt-5/QMediaPlayer.html Parameters : void • int bufferStatus(void) • QMediaContent currentMedia(void) • QNetworkConfiguration currentNetworkConfiguration(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) 78.88. QMediaObject Class 972
  • 2. Ring Documentation, Release 1.7 • void setPosition(int position) • void setVolume(int volume) • void stop(void) 78.90 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 shuffle(void) 78.91 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) 78.90. QMediaPlaylist Class 973
  • 3. Ring Documentation, Release 1.7 • 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) 78.92 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) 78.92. QMenuBar Class 974
  • 4. Ring Documentation, Release 1.7 • bool isNativeMenuBar(void) • void setActiveAction(QAction *act) • void setCornerWidget(QWidget *widget, Qt::Corner) • void setNativeMenuBar(bool nativeMenuBar) 78.93 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) 78.93. QMessageBox Class 975
  • 5. Ring Documentation, Release 1.7 • 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) 78.94 QMutex Class C++ Reference : http://doc.qt.io/qt-5/QMutex.html Parameters : QMutex::RecursionMode • bool isRecursive(void) • void lock(void) • void unlock(void) 78.95 QMutexLocker Class C++ Reference : http://doc.qt.io/qt-5/QMutexLocker.html Parameters : QMutex * • QMutex * mutex(void) • void relock(void) • void unlock(void) 78.96 QNetworkAccessManager Class C++ Reference : http://doc.qt.io/qt-5/QNetworkAccessManager.html Parameters : QObject * Parent Class : QObject • void setfinishedEvent(const char *) • const char *getfinishedEvent(void) • QNetworkConfiguration activeConfiguration(void) • QAbstractNetworkCache *cache(void) • void clearAccessCache(void) • QNetworkConfiguration configuration(void) • void connectToHost(QString, quint16) • QNetworkReply *deleteResource(QNetworkRequest) • QNetworkReply *get(QNetworkRequest) # In RingQt use : QNetworkReply *getvalue(QNetworkRequest) 78.94. QMutex Class 976
  • 6. Ring Documentation, Release 1.7 • 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) • QNetworkReply *sendCustomRequest(QNetworkRequest, QByteArray, QIODevice *) • void setCache(QAbstractNetworkCache *cache) • void setConfiguration(QNetworkConfiguration) • void setCookieJar(QNetworkCookieJar *cookieJar) • void setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility accessible) • void setProxy(QNetworkProxy) • void setProxyFactory(QNetworkProxyFactory *factory) • QStringList supportedSchemes(void) • void geteventparameters(void) 78.97 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) 78.97. QNetworkProxy Class 977
  • 7. Ring Documentation, Release 1.7 • void setUser(QString user) • void swap(QNetworkProxy other) • int type(void) • QString user(void) • QNetworkProxy applicationProxy(void) • void setApplicationProxy(QNetworkProxy networkProxy) 78.98 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) 78.99 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) 78.98. QNetworkReply Class 978
  • 8. Ring Documentation, Release 1.7 • void setPriority(QNetworkRequest::Priority priority) • void setRawHeader(QByteArray, QByteArray) • void swap(QNetworkRequest) • QUrl url(void) 78.100 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 *filterObj) • 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 signalsBlocked(void) • int startTimer(int interval) • QThread *thread(void) • void deleteLater(void) 78.101 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) 78.100. QObject Class 979
  • 9. Ring Documentation, Release 1.7 • 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) 78.102 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) • QVariant nativeHandle(void) • QScreen * screen(void) • void setFormat(QSurfaceFormat format) • void setNativeHandle(QVariant handle) • void setScreen(QScreen *screen) • void setShareContext(QOpenGLContext *shareContext) 78.102. QOpenGLContext Class 980
  • 10. Ring Documentation, Release 1.7 • QOpenGLContext * shareContext(void) • QOpenGLContextGroup * shareGroup(void) • QSurface * surface(void) • void swapBuffers(QSurface *surface) • QAbstractOpenGLFunctions * versionFunctions(QOpenGLVersionProfile versionProfile)) • TYPE * versionFunctions_2(void) • bool areSharing(QOpenGLContext *first, QOpenGLContext *second) • QOpenGLContext * currentContext(void) • QOpenGLContext * globalShareContext(void) • void * openGLModuleHandle(void) • QOpenGLContext::OpenGLModuleType openGLModuleType(void) • bool supportsThreadedOpenGL(void) • QOpenGLFunctions_3_2_Core *opengl32(void) 78.103 QOpenGLDebugLogger Class C++ Reference : http://doc.qt.io/qt-5/QOpenGLDebugLogger.html Parameters : QObject * • void disableMessages(QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types, QOpenGLDebugMessage::Severities severities) • void disableMessages_2(QVector<GLuint> ids, QOpenGLDebugMessage::Sources sources, QOpenGLDe- bugMessage::Types types) • void enableMessages(QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types, QOpenGLDebugMessage::Severities severities) • void enableMessages_2(QVector<GLuint> ids, QOpenGLDebugMessage::Sources sources, QOpenGLDe- bugMessage::Types types) • bool initialize(void) • bool isLogging(void) • QList<QOpenGLDebugMessage> loggedMessages(void) • QOpenGLDebugLogger::LoggingMode loggingMode(void) • qint64 maximumMessageLength(void) • void popGroup(void) • void pushGroup(QString name, GLuint id, QOpenGLDebugMessage::Source source) • void logMessage(QOpenGLDebugMessage debugMessage) • void startLogging(QOpenGLDebugLogger::LoggingMode loggingMode) • void stopLogging(void) 78.103. QOpenGLDebugLogger Class 981