Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Ring Documentation, Release 1.

• QString * string(void)
• QByteArray toLatin1(void)
• QByteArray toLocal8Bit(void)
• QString toString(void)
• QVector<uint> toUcs4(void)
• QByteArray toUtf8(void)
• QChar * unicode(void)
• int compare_4(QStringRef s1, QString s2, Qt::CaseSensitivity cs)
• int compare_5(QStringRef s1, QStringRef s2, Qt::CaseSensitivity cs)
• int compare_6(QStringRef s1, QLatin1String s2, Qt::CaseSensitivity cs)
• int localeAwareCompare_3(QStringRef s1, QString s2)
• int localeAwareCompare_4(QStringRef s1, QStringRef s2)

99.167 QMutex Class

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


Parameters : QMutex::RecursionMode
• bool isRecursive(void)
• void lock(void)
• void unlock(void)

99.168 QMutexLocker Class

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


Parameters : QMutex *
• QMutex * mutex(void)
• void relock(void)
• void unlock(void)

99.169 QBuffer Class

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


Parameters : QObject *
Parent Class : QIODevice
• QByteArray buffer(void)
• QByteArray data(void)
• void setBuffer(QByteArray *byteArray)

99.167. QMutex Class 1763


Ring Documentation, Release 1.6

• void setData(QByteArray data)


• void setData_2(char *data, int size)

99.170 QBluetoothAddress Class

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


Parameters : void
• void clear(void)
• bool isNull(void)
• QString toString(void)
• quint64 toUInt64(void)

99.171 QBluetoothDeviceDiscoveryAgent Class

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


Parameters : QObject *
• QList<QBluetoothDeviceInfo> discoveredDevices(void)
• QBluetoothDeviceDiscoveryAgent::Error error(void)
• QString errorString(void)
• QBluetoothDeviceDiscoveryAgent::InquiryType inquiryType(void)
• bool isActive(void)
• void setInquiryType(QBluetoothDeviceDiscoveryAgent::InquiryType type)
• void start(void)
• void stop(void)
• void setcanceledEvent(const char *)
• void setdeviceDiscoveredEvent(const char *)
• void seterrorEvent(const char *)
• void setfinishedEvent(const char *)
• const char *getcanceledEvent(void)
• const char *getdeviceDiscoveredEvent(void)
• const char *geterrorEvent(void)
• const char *getfinishedEvent(void)

99.172 QBluetoothDeviceInfo Class

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


Parameters : void

99.170. QBluetoothAddress Class 1764


Ring Documentation, Release 1.6

• QBluetoothAddress address(void)
• bool isValid(void)
• QBluetoothDeviceInfo::MajorDeviceClass majorDeviceClass(void)
• quint8 minorDeviceClass(void)
• QString name(void)
• qint16 rssi(void)
• QBluetoothDeviceInfo::ServiceClasses serviceClasses(void)
• QList<QBluetoothUuid> serviceUuids(QBluetoothDeviceInfo::DataCompleteness *completeness)
• QBluetoothDeviceInfo::DataCompleteness serviceUuidsCompleteness(void)
• void setCached(bool cached)
• void setServiceUuids(QList<QBluetoothUuid> uuids, QBluetoothDeviceInfo::DataCompleteness complete-
ness)

99.173 QBluetoothHostInfo Class

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


Parameters : void
• QBluetoothAddress address(void)
• QString name(void)
• void setAddress(QBluetoothAddress address)
• void setName(QString name)

99.174 QBluetoothLocalDevice Class

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


Parameters : QObject *
• QBluetoothAddress address(void)

99.175 QDateTime Class

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


Parameters : void
• QDateTime addDays(int ndays)
• QDateTime addMSecs(qint64 msecs)
• QDateTime addMonths(int nmonths)
• QDateTime addSecs(int s)
• QDateTime addYears(int nyears)

99.173. QBluetoothHostInfo Class 1765


Ring Documentation, Release 1.6

• QDate date(void)
• int daysTo(QDateTime other)
• bool isNull(void)
• bool isValid(void)
• qint64 msecsTo(QDateTime other)
• int secsTo(QDateTime other)
• void setDate(QDate date)
• void setMSecsSinceEpoch(qint64 msecs)
• void setTime(QTime time)
• void setTimeSpec(Qt::TimeSpec spec)
• void setTime_t(uint seconds)
• QTime time(void)
• Qt::TimeSpec timeSpec(void)
• QDateTime toLocalTime(void)
• qint64 toMSecsSinceEpoch(void)
• QString toString(QString format)
• QString toString_2(Qt::DateFormat format)
• QDateTime toTimeSpec(Qt::TimeSpec specification)
• uint toTime_t(void)
• QDateTime toUTC(void)
• QDateTime currentDateTime(void)
• QDateTime currentDateTimeUtc(void)
• qint64 currentMSecsSinceEpoch(void)
• QDateTime fromMSecsSinceEpoch(qint64 msecs)
• QDateTime fromString(QString string, Qt::DateFormat format)
• QDateTime fromString_2(QString string, QString format)
• QDateTime fromTime_t(uint seconds)

99.176 QScreen Class

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


• int angleBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b)
• QRect availableGeometry(void)
• QSize availableSize(void)
• QRect availableVirtualGeometry(void)
• QSize availableVirtualSize(void)

99.176. QScreen Class 1766


Ring Documentation, Release 1.6

• int depth(void)
• qreal devicePixelRatio(void)
• QRect geometry(void)
• QPixmap grabWindow(int window, int x, int y, int width, int height)
• QPixmap grabWindow_2(int window)
• QPlatformScreen * handle(void)
• bool isLandscape(Qt::ScreenOrientation o)
• bool isPortrait(Qt::ScreenOrientation o)
• qreal logicalDotsPerInch(void)
• qreal logicalDotsPerInchX(void)
• qreal logicalDotsPerInchY(void)
• QRect mapBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, QRect rect)
• QString name(void)
• Qt::ScreenOrientation nativeOrientation(void)
• Qt::ScreenOrientation orientation(void)
• Qt::ScreenOrientations orientationUpdateMask(void)
• qreal physicalDotsPerInch(void)
• qreal physicalDotsPerInchX(void)
• qreal physicalDotsPerInchY(void)
• QSizeF physicalSize(void)
• Qt::ScreenOrientation primaryOrientation(void)
• qreal refreshRate(void)
• void setOrientationUpdateMask(Qt::ScreenOrientations mask)
• QSize size(void)
• QTransform transformBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, QRect target)

99.177 QWindow Class

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


Parameters : QScreen *
Parent Class : QObject
• QSize baseSize(void)
• Qt::ScreenOrientation contentOrientation(void)
• void create(void)
• QCursor cursor(void)
• void destroy(void)

99.177. QWindow Class 1767


Ring Documentation, Release 1.6

• qreal devicePixelRatio(void)
• QString filePath(void)
• Qt::WindowFlags flags(void)
• QObject * focusObject(void)
• QRect frameGeometry(void)
• QMargins frameMargins(void)
• QPoint framePosition(void)
• QRect geometry(void)
• int height(void)
• QIcon icon(void)
• bool isActive(void)
• bool isAncestorOf(QWindow *child, QWindow::AncestorMode mode)
• bool isExposed(void)
• bool isModal(void)
• bool isTopLevel(void)
• bool isVisible(void)
• QPoint mapFromGlobal(QPoint pos)
• QPoint mapToGlobal(QPoint pos)
• QRegion mask(void)
• int maximumHeight(void)
• QSize maximumSize(void)
• int maximumWidth(void)
• int minimumHeight(void)
• QSize minimumSize(void)
• int minimumWidth(void)
• Qt::WindowModality modality(void)
• qreal opacity(void)
• QPoint position(void)
• void reportContentOrientationChange(Qt::ScreenOrientation orientation)
• QSurfaceFormat requestedFormat(void)
• void resize(QSize newSize)
• void resize_2(int w, int h)
• QScreen * screen(void)
• void setBaseSize(QSize size)
• void setCursor(QCursor cursor)
• void setFilePath(QString filePath)

99.177. QWindow Class 1768


Ring Documentation, Release 1.6

• void setFlags(Qt::WindowFlags flags)


• void setFormat(QSurfaceFormat format)
• void setFramePosition(QPoint point)
• void setGeometry(int posx, int posy, int w, int h)
• void setGeometry_2(QRect rect)
• void setIcon(QIcon icon)
• bool setKeyboardGrabEnabled(bool grab)
• void setMask(QRegion region)
• void setMaximumSize(QSize size)
• void setMinimumSize(QSize size)
• void setModality(Qt::WindowModality modality)
• bool setMouseGrabEnabled(bool grab)
• void setOpacity(qreal level)
• void setParent(QWindow *parent)
• void setPosition(QPoint pt)
• void setPosition_2(int posx, int posy)
• void setScreen(QScreen *newScreen)
• void setSizeIncrement(QSize size)
• void setTransientParent(QWindow *parent)
• void setVisibility(QWindow::Visibility v)
• void setWindowState(Qt::WindowState state)
• QSize sizeIncrement(void)
• QString title(void)
• QWindow * transientParent(void)
• Qt::WindowType type(void)
• void unsetCursor(void)
• QWindow::Visibility visibility(void)
• int width(void)
• WId winId(void)
• Qt::WindowState windowState(void)
• int x(void)
• int y(void)
• void alert(int msec)
• bool close(void)
• void hide(void)
• void lower(void)

99.177. QWindow Class 1769


Ring Documentation, Release 1.6

• void raise(void)
• void requestActivate(void)
• void setHeight(int arg)
• void setMaximumHeight(int h)
• void setMaximumWidth(int w)
• void setMinimumHeight(int h)
• void setMinimumWidth(int w)
• void setTitle(QString )
• void setVisible(bool visible)
• void setWidth(int arg)
• void setX(int arg)
• void setY(int arg)
• void show(void)
• void showFullScreen(void)
• void showMaximized(void)
• void showMinimized(void)
• void showNormal(void)
• QWindow * fromWinId(WId id)
• void setactiveChangedEvent(const char *)
• void setcontentOrientationChangedEvent(const char *)
• void setfocusObjectChangedEvent(const char *)
• void setheightChangedEvent(const char *)
• void setmaximumHeightChangedEvent(const char *)
• void setmaximumWidthChangedEvent(const char *)
• void setminimumHeightChangedEvent(const char *)
• void setminimumWidthChangedEvent(const char *)
• void setmodalityChangedEvent(const char *)
• void setopacityChangedEvent(const char *)
• void setscreenChangedEvent(const char *)
• void setvisibilityChangedEvent(const char *)
• void setvisibleChangedEvent(const char *)
• void setwidthChangedEvent(const char *)
• void setwindowStateChangedEvent(const char *)
• void setwindowTitleChangedEvent(const char *)
• void setxChangedEvent(const char *)
• void setyChangedEvent(const char *)

99.177. QWindow Class 1770


Ring Documentation, Release 1.6

• const char *getactiveChangedEvent(void)


• const char *getcontentOrientationChangedEvent(void)
• const char *getfocusObjectChangedEvent(void)
• const char *getheightChangedEvent(void)
• const char *getmaximumHeightChangedEvent(void)
• const char *getmaximumWidthChangedEvent(void)
• const char *getminimumHeightChangedEvent(void)
• const char *getminimumWidthChangedEvent(void)
• const char *getmodalityChangedEvent(void)
• const char *getopacityChangedEvent(void)
• const char *getscreenChangedEvent(void)
• const char *getvisibilityChangedEvent(void)
• const char *getvisibleChangedEvent(void)
• const char *getwidthChangedEvent(void)
• const char *getwindowStateChangedEvent(void)
• const char *getwindowTitleChangedEvent(void)
• const char *getxChangedEvent(void)
• const char *getyChangedEvent(void)

99.178 QGuiApplication Class

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


Parent Class : QCoreApplication
Parameters : int,char **
• qreal devicePixelRatio(void)
• bool isSavingSession(void)
• bool isSessionRestored(void)
• QString sessionId(void)
• QString sessionKey(void)
• QWindowList allWindows(void)
• QString applicationDisplayName(void)
• Qt::ApplicationState applicationState(void)
• void changeOverrideCursor(QCursor cursor)
• QClipboard * clipboard(void)
• bool desktopSettingsAware(void)
• int exec(void)

99.178. QGuiApplication Class 1771


Ring Documentation, Release 1.6

• QObject * focusObject(void)
• QWindow * focusWindow(void)
• QFont font(void)
• QInputMethod * inputMethod(void)
• bool isLeftToRight(void)
• bool isRightToLeft(void)
• Qt::KeyboardModifiers keyboardModifiers(void)
• Qt::LayoutDirection layoutDirection(void)
• QWindow * modalWindow(void)
• Qt::MouseButtons mouseButtons(void)
• QCursor * overrideCursor(void)
• QPalette palette(void)
• QString platformName(void)
• QPlatformNativeInterface * platformNativeInterface(void)
• QScreen * primaryScreen(void)
• Qt::KeyboardModifiers queryKeyboardModifiers(void)
• bool quitOnLastWindowClosed(void)
• void restoreOverrideCursor(void)
• QList<QScreen *> screens(void)
• void setApplicationDisplayName(QString name)
• void setDesktopSettingsAware(bool on)
• void setFont(QFont font)
• void setLayoutDirection(Qt::LayoutDirection direction)
• void setOverrideCursor(QCursor cursor)
• void setPalette(QPalette pal)
• void setQuitOnLastWindowClosed(bool quit)
• QStyleHints * styleHints(void)
• void sync(void)
• QWindow * topLevelAt(QPoint pos)
• QWindowList topLevelWindows(void)
• void setapplicationDisplayNameChangedEvent(const char *)
• void setapplicationStateChangedEvent(const char *)
• void setcommitDataRequestEvent(const char *)
• void setfocusObjectChangedEvent(const char *)
• void setfocusWindowChangedEvent(const char *)
• void setfontDatabaseChangedEvent(const char *)

99.178. QGuiApplication Class 1772

You might also like