本章節提供 Qt 6 引入的所有新類和函數的綜閤列錶。
(從 6.0 起)
namespace
|
QNativeInterface |
(從 6.0 起)
namespace
|
QQuickOpenGLUtils |
(從 6.0 起)
virtual bool
|
clearItemData (const QModelIndex & index ) |
(從 6.0 起)
virtual void
|
multiData (const QModelIndex & index , QModelRoleDataSpan roleDataSpan ) const |
(從 6.0 起)
virtual void
|
initViewItemOption (QStyleOptionViewItem * option ) const |
(從 6.0 起)
virtual QAbstractItemDelegate *
|
itemDelegateForIndex (const QModelIndex & index ) const |
(從 6.0 起)
virtual bool
|
clearItemData (const QModelIndex & index ) override |
類 QAction :
(從 6.0 起)
QList<QObject *>
|
associatedObjects () const |
類 QBitArray :
(從 6.0 起)
quint32
|
toUInt32 (QSysInfo::Endian endianness , bool * ok ) const |
類 QBitmap :
(從 6.0 起)
QBitmap
|
fromPixmap (const QPixmap & pixmap ) |
(從 6.0 起)
QList<QBluetoothUuid>
|
serviceUuids () const |
類 QByteArray :
(從 6.0 起)
int
|
compare (QByteArrayView bv , Qt::CaseSensitivity cs ) const |
(從 6.0 起)
bool
|
contains (QByteArrayView bv ) const |
(從 6.0 起)
qsizetype
|
count (QByteArrayView bv ) const |
(從 6.0 起)
bool
|
endsWith (QByteArrayView bv ) const |
(從 6.0 起)
QByteArray
|
first (qsizetype n ) && |
(從 6.0 起)
QByteArray
|
first (qsizetype n ) const & |
(從 6.0 起)
qsizetype
|
indexOf (QByteArrayView bv , qsizetype from ) const |
(從 6.0 起)
QByteArray &
|
insert (qsizetype i , QByteArrayView data ) |
(從 6.0 起)
QByteArray
|
last (qsizetype n ) && |
(從 6.0 起)
QByteArray
|
last (qsizetype n ) const & |
(從 6.0 起)
qsizetype
|
lastIndexOf (QByteArrayView bv , qsizetype from ) const |
(從 6.0 起)
void
|
push_back (QByteArrayView str ) |
(從 6.0 起)
void
|
push_front (QByteArrayView str ) |
(從 6.0 起)
QByteArray &
|
replace (QByteArrayView before , QByteArrayView after ) |
(從 6.0 起)
QByteArray
|
sliced (qsizetype pos , qsizetype n ) && |
(從 6.0 起)
QByteArray
|
sliced (qsizetype pos , qsizetype n ) const & |
(從 6.0 起)
QByteArray
|
sliced (qsizetype pos ) && |
(從 6.0 起)
QByteArray
|
sliced (qsizetype pos ) const & |
(從 6.0 起)
bool
|
startsWith (QByteArrayView bv ) const |
(從 6.0 起)
QString
|
alias () const |
類 QChar :
(從 6.0 起)
QChar
|
fromUcs2 (char16_t c ) |
(從 6.0 起)
auto
|
fromUcs4 (char32_t c ) |
類 QDataStream :
(從 6.0 起)
QDataStream &
|
operator<< (char16_t c ) |
(從 6.0 起)
QDataStream &
|
operator<< (char32_t c ) |
(從 6.0 起)
QDataStream &
|
operator<< (QDataStream & out , const std::pair<T1, T2> & pair ) |
(從 6.0 起)
QDataStream &
|
operator>> (char16_t & c ) |
(從 6.0 起)
QDataStream &
|
operator>> (char32_t & c ) |
(從 6.0 起)
QDataStream &
|
operator>> (QDataStream & in , std::pair<T1, T2> & pair ) |
類 QDate :
(從 6.0 起)
QDate
|
fromString (QStringView string , Qt::DateFormat format ) |
(從 6.0 起)
QDate
|
fromString (QStringView string , QStringView format , QCalendar cal ) |
(從 6.0 起)
QDate
|
fromString (const QString & string , QStringView format , QCalendar cal ) |
(從 6.0 起)
QDate
|
fromString (const QString & string , QStringView format , int baseYear , QCalendar cal ) |
類 QDateTime :
(從 6.0 起)
QDateTime
|
fromString (QStringView string , Qt::DateFormat format ) |
(從 6.0 起)
QDateTime
|
fromString (QStringView string , QStringView format , QCalendar cal ) |
(從 6.0 起)
QDateTime
|
fromString (const QString & string , QStringView format , QCalendar cal ) |
(從 6.0 起)
QDateTime
|
fromString (const QString & string , QStringView format , int baseYear , QCalendar cal ) |
類 QDebug :
(從 6.0 起)
QDebug &
|
operator<< (QByteArrayView t ) |
(從 6.0 起)
QDebug &
|
operator<< (QUtf8StringView s ) |
(從 6.0 起)
QDebug &
|
operator<< (const char16_t * t ) |
(從 6.0 起)
QString
|
toString (const T & object ) |
類 QDir :
(從 6.0 起)
void
|
addSearchPath (const QString & prefix , const std::filesystem::path & path ) |
(從 6.0 起)
std::filesystem::path
|
filesystemAbsolutePath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemCanonicalPath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemPath () const |
(從 6.0 起)
void
|
setPath (const std::filesystem::path & path ) |
類 QDropEvent :
(從 6.0 起)
Qt::MouseButtons
|
buttons () const |
(從 6.0 起)
Qt::KeyboardModifiers
|
modifiers () const |
(從 6.0 起)
QPointF
|
position () const |
類 QEvent :
(從 6.0 起)
virtual QEvent *
|
clone () const |
(從 6.0 起)
bool
|
isInputEvent () const |
(從 6.0 起)
bool
|
isPointerEvent () const |
(從 6.0 起)
bool
|
isSinglePointEvent () const |
類 QExplicitlySharedDataPointer :
(從 6.0 起)
T *
|
get () const |
(從 6.0 起)
void
|
reset (T * ptr ) |
類 QFile :
(從 6.0 起)
bool
|
copy (const std::filesystem::path & newName ) |
(從 6.0 起)
std::filesystem::path
|
filesystemFileName () const |
(從 6.0 起)
bool
|
link (const std::filesystem::path & newName ) |
(從 6.0 起)
QFileDevice::Permissions
|
permissions (const std::filesystem::path & filename ) |
(從 6.0 起)
bool
|
rename (const std::filesystem::path & newName ) |
(從 6.0 起)
void
|
setFileName (const std::filesystem::path & name ) |
(從 6.0 起)
bool
|
setPermissions (const std::filesystem::path & filename , QFileDevice::Permissions permissionSpec ) |
類 QFileInfo :
(從 6.0 起)
std::filesystem::path
|
filesystemAbsoluteFilePath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemAbsolutePath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemCanonicalFilePath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemCanonicalPath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemFilePath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemPath () const |
(從 6.0 起)
std::filesystem::path
|
filesystemSymLinkTarget () const |
(從 6.0 起)
void
|
setFile (const std::filesystem::path & path ) |
(從 6.0 起)
void
|
stat () |
類 QFuture :
(從 6.0 起)
bool
|
isSuspended () const |
(從 6.0 起)
bool
|
isSuspending () const |
(從 6.0 起)
bool
|
isValid () const |
(從 6.0 起)
QFuture<T>
|
onCanceled (Function && handler ) |
(從 6.0 起)
QFuture<T>
|
onFailed (Function && handler ) |
(從 6.0 起)
void
|
setSuspended (bool suspend ) |
(從 6.0 起)
void
|
suspend () |
(從 6.0 起)
T
|
takeResult () |
(從 6.0 起)
QFuture<QFuture<T>::ResultType<Function>>
|
then (Function && function ) |
(從 6.0 起)
QFuture<QFuture<T>::ResultType<Function>>
|
then (QThreadPool * pool , Function && function ) |
(從 6.0 起)
QFuture<QFuture<T>::ResultType<Function>>
|
then (QtFuture::Launch policy , Function && function ) |
(從 6.0 起)
void
|
toggleSuspended () |
類 QFutureWatcher :
(從 6.0 起)
bool
|
isSuspended () const |
(從 6.0 起)
bool
|
isSuspending () const |
(從 6.0 起)
void
|
setSuspended (bool suspend ) |
(從 6.0 起)
void
|
suspend () |
(從 6.0 起)
void
|
suspended () |
(從 6.0 起)
void
|
suspending () |
(從 6.0 起)
void
|
toggleSuspended () |
(從 6.0 起)
virtual bool
|
isEmpty () const |
類 QHash :
(從 6.0 起)
size_t
|
qHash (QByteArrayView key , size_t seed ) |
(從 6.0 起)
size_t
|
qHash (QPoint key , size_t seed ) |
(從 6.0 起)
size_t
|
qHash (char16_t key , size_t seed ) |
(從 6.0 起)
size_t
|
qHash (char32_t key , size_t seed ) |
(從 6.0 起)
size_t
|
qHash (char8_t key , size_t seed ) |
(從 6.0 起)
size_t
|
qHash (const QTypeRevision & key , size_t seed ) |
(從 6.0 起)
size_t
|
qHash (std::nullptr_t key , size_t seed ) |
(從 6.0 起)
size_t
|
qHash (wchar_t key , size_t seed ) |
(從 6.0 起)
size_t
|
qHashMulti (size_t seed , const T &... args ) |
(從 6.0 起)
size_t
|
qHashMultiCommutative (size_t seed , const T &... args ) |
類 QHeaderView :
(從 6.0 起)
virtual void
|
initStyleOptionForIndex (QStyleOptionHeader * option , int logicalIndex ) const |
類 QIODevice :
(從 6.0 起)
virtual qint64
|
skipData (qint64 maxSize ) |
類 QIcon :
(從 6.0 起)
QPixmap
|
pixmap (const QSize & size , qreal devicePixelRatio , QIcon::Mode mode , QIcon::State state ) const |
類 QImage :
(從 6.0 起)
QImage
|
convertedTo (QImage::Format format , Qt::ImageConversionFlags flags ) && |
(從 6.0 起)
QImage
|
convertedTo (QImage::Format format , Qt::ImageConversionFlags flags ) const & |
(從 6.0 起)
QImage
|
fromHBITMAP (HBITMAP hbitmap ) |
(從 6.0 起)
QImage
|
fromHICON (HICON icon ) |
(從 6.0 起)
void
|
mirror (bool horizontal , bool vertical ) |
(從 6.0 起)
void
|
rgbSwap () |
(從 6.0 起)
HBITMAP
|
toHBITMAP () const |
(從 6.0 起)
HICON
|
toHICON (const QImage & mask ) const |
類 QImageIOHandler :
(從 6.0 起)
bool
|
allocateImage (QSize size , QImage::Format format , QImage * image ) |
類 QImageReader :
(從 6.0 起)
int
|
allocationLimit () |
(從 6.0 起)
void
|
setAllocationLimit (int mbLimit ) |
類 QInputEvent :
(從 6.0 起)
const QInputDevice *
|
device () const |
類 QJsonValue :
(從 6.0 起)
qint64
|
toInteger (qint64 defaultValue ) const |
類 QKeyEvent :
(從 6.0 起)
QKeyCombination
|
keyCombination () const |
類 QLabel :
(從 6.0 起)
QPicture
|
picture () const |
(從 6.0 起)
QLatin1StringView
|
first (qsizetype n ) const |
(從 6.0 起)
QLatin1StringView
|
last (qsizetype n ) const |
(從 6.0 起)
QLatin1StringView
|
sliced (qsizetype pos ) const |
(從 6.0 起)
QLatin1StringView
|
sliced (qsizetype pos , qsizetype n ) const |
(從 6.0 起)
QString
|
toString () const |
(從 6.0 起)
auto
|
tokenize (Needle && sep , Flags... flags ) const |
類 QLibraryInfo :
(從 6.0 起)
QString
|
path (QLibraryInfo::LibraryPath p ) |
類 QList :
(從 6.0 起)
void
|
append (QList<T> && value ) |
(從 6.0 起)
QList<T>
|
first (qsizetype n ) const |
(從 6.0 起)
QList<T>
|
last (qsizetype n ) const |
(從 6.0 起)
QList<T> &
|
operator+= (QList<T> && other ) |
(從 6.0 起)
QList<T> &
|
operator<< (QList<T> && other ) |
(從 6.0 起)
void
|
resize (qsizetype size ) |
(從 6.0 起)
void
|
resize (qsizetype size , QList<T>::parameter_type c ) |
(從 6.0 起)
QList<T>
|
sliced (qsizetype pos , qsizetype n ) const |
(從 6.0 起)
QList<T>
|
sliced (qsizetype pos ) const |
類 QLocale :
(從 6.0 起)
QString
|
quoteString (QStringView str , QLocale::QuotationStyle style ) const |
類 QMap :
(從 6.0 起)
QMap<Key, T>::iterator
|
erase (QMap<Key, T>::const_iterator first , QMap<Key, T>::const_iterator last ) |
(從 6.0 起)
std::map<Key, T>
|
toStdMap () && |
類 QMargins :
(從 6.0 起)
QMargins
|
operator| (const QMargins & m1 , const QMargins & m2 ) |
類 QMarginsF :
(從 6.0 起)
QMarginsF
|
operator| (const QMarginsF & m1 , const QMarginsF & m2 ) |
類 QMetaMethod :
(從 6.0 起)
QMetaType
|
parameterMetaType (int index ) const |
(從 6.0 起)
QByteArray
|
parameterTypeName (int index ) const |
(從 6.0 起)
int
|
relativeMethodIndex () const |
(從 6.0 起)
QMetaType
|
returnMetaType () const |
類 QMetaProperty :
(從 6.0 起)
QUntypedBindable
|
bindable (QObject * object ) const |
(從 6.0 起)
bool
|
isBindable () const |
(從 6.0 起)
QMetaType
|
metaType () const |
(從 6.0 起)
int
|
typeId () const |
類 QMetaSequence :
(從 6.0 起)
QMetaSequence
|
fromContainer () |
(從 6.0 起)
bool
|
operator!= (const QMetaSequence & lhs , const QMetaSequence & rhs ) |
(從 6.0 起)
bool
|
operator== (const QMetaSequence & lhs , const QMetaSequence & rhs ) |
類 QMetaType :
(從 6.0 起)
qsizetype
|
alignOf () const |
(從 6.0 起)
QPartialOrdering
|
compare (const void * lhs , const void * rhs ) const |
(從 6.0 起)
bool
|
equals (const void * lhs , const void * rhs ) const |
(從 6.0 起)
bool
|
hasRegisteredDebugStreamOperator () const |
(從 6.0 起)
bool
|
hasRegisteredMutableViewFunction () |
(從 6.0 起)
bool
|
registerMutableView (To (From::*)() function ) |
(從 6.0 起)
bool
|
registerMutableView (UnaryFunction function ) |
(從 6.0 起)
bool
|
view (QMetaType fromType , void * from , QMetaType toType , void * to ) |
類 QModbusReply :
(從 6.0 起)
QList<QModbusDevice::IntermediateError>
|
intermediateErrors () const |
類 QModelIndex :
(從 6.0 起)
void
|
multiData (QModelRoleDataSpan roleDataSpan ) const |
類 QMultiHash :
(從 6.0 起)
QMultiHash<Key, T> &
|
unite (const QHash<Key, T> & other ) |
類 QMultiMap :
(從 6.0 起)
QMultiMap<Key, T>::iterator
|
erase (QMultiMap<Key, T>::const_iterator first , QMultiMap<Key, T>::const_iterator last ) |
類 QSGD3D11Texture :
(從 6.0 起)
QSGTexture *
|
fromNative (void * texture , QQuickWindow * window , const QSize & size , QQuickWindow::CreateTextureOptions options ) |
類 QSGMetalTexture :
(從 6.0 起)
QSGTexture *
|
fromNative (int texture , QQuickWindow * window , const QSize & size , QQuickWindow::CreateTextureOptions options ) |
類 QSGOpenGLTexture :
(從 6.0 起)
QSGTexture *
|
fromNative (GLuint textureId , QQuickWindow * window , const QSize & size , QQuickWindow::CreateTextureOptions options ) |
類 QSGVulkanTexture :
(從 6.0 起)
QSGTexture *
|
fromNative (VkImage image , VkImageLayout layout , QQuickWindow * window , const QSize & size , QQuickWindow::CreateTextureOptions options ) |
(從 6.0 起)
QPageRanges
|
pageRanges () const |
(從 6.0 起)
virtual void
|
setPageRanges (const QPageRanges & ranges ) |
(從 6.0 起)
void
|
multiData (QModelRoleDataSpan roleDataSpan ) const |
類 QPointer :
(從 6.0 起)
T *
|
get () const |
類 QProcess :
(從 6.0 起)
std::function<void ()>
|
childProcessModifier () const |
(從 6.0 起)
void
|
setChildProcessModifier (const std::function<void ()> & modifier ) |
(從 6.0 起)
void
|
startCommand (const QString & command , QIODeviceBase::OpenMode mode ) |
(從 6.0 起)
void
|
setExtraFileSelectors (const QStringList & extraFileSelectors ) |
(從 6.0 起)
virtual void
|
unregisterTypes () |
類 QQuickItem :
(從 6.0 起)
virtual void
|
geometryChange (const QRectF & newGeometry , const QRectF & oldGeometry ) |
(從 6.0 起)
void
|
beginFrame () |
(從 6.0 起)
void
|
endFrame () |
(從 6.0 起)
bool
|
initialize () |
(從 6.0 起)
int
|
samples () const |
(從 6.0 起)
void
|
setSamples (int sampleCount ) |
(從 6.0 起)
QQuickWindow *
|
window () const |
類 QQuickWindow :
(從 6.0 起)
void
|
afterFrameEnd () |
(從 6.0 起)
void
|
beforeFrameBegin () |
(從 6.0 起)
QSGRendererInterface::GraphicsApi
|
graphicsApi () |
(從 6.0 起)
QQuickGraphicsConfiguration
|
graphicsConfiguration () const |
(從 6.0 起)
QQuickGraphicsDevice
|
graphicsDevice () const |
(從 6.0 起)
QQuickRenderTarget
|
renderTarget () const |
(從 6.0 起)
void
|
setGraphicsApi (QSGRendererInterface::GraphicsApi api ) |
(從 6.0 起)
void
|
setGraphicsConfiguration (const QQuickGraphicsConfiguration & config ) |
(從 6.0 起)
void
|
setGraphicsDevice (const QQuickGraphicsDevice & device ) |
(從 6.0 起)
void
|
setRenderTarget (const QQuickRenderTarget & target ) |
類 QRect :
(從 6.0 起)
QRect
|
span (const QPoint & p1 , const QPoint & p2 ) |
類 QRegion :
(從 6.0 起)
QRegion
|
fromHRGN (HRGN hrgn ) |
(從 6.0 起)
HRGN
|
toHRGN () const |
(從 6.0 起)
QRegularExpression
|
fromWildcard (QStringView pattern , Qt::CaseSensitivity cs , QRegularExpression::WildcardConversionOptions options ) |
類 QSGRenderNode :
(從 6.0 起)
virtual void
|
prepare () |
類 QSGTexture :
(從 6.0 起)
virtual void
|
commitTextureOperations (QRhi * rhi , QRhiResourceUpdateBatch * resourceUpdates ) |
(從 6.0 起)
virtual QRhiTexture *
|
rhiTexture () const |
(從 6.0 起)
T *
|
get () |
(從 6.0 起)
const T *
|
get () const |
(從 6.0 起)
void
|
reset (T * ptr ) |
(從 6.0 起)
T *
|
take () |
類 QShortcut :
(從 6.0 起)
QList<QKeySequence>
|
keys () const |
(從 6.0 起)
void
|
setKeys (QKeySequence::StandardKey key ) |
(從 6.0 起)
void
|
setKeys (const QList<QKeySequence> & keys ) |
(從 6.0 起)
void
|
autoAcceptChildRowsChanged (bool autoAcceptChildRows ) |
(從 6.0 起)
void
|
invalidateColumnsFilter () |
(從 6.0 起)
void
|
invalidateRowsFilter () |
類 QSqlDriver :
(從 6.0 起)
virtual int
|
maximumIdentifierLength (QSqlDriver::IdentifierType type ) const |
類 QSqlQuery :
(從 6.0 起)
QVariantList
|
boundValues () const |
(從 6.0 起)
bool
|
handshakeMustInterruptOnError () const |
(從 6.0 起)
bool
|
missingCertificateIsFatal () const |
(從 6.0 起)
void
|
setCiphers (const QString & ciphers ) |
(從 6.0 起)
void
|
setHandshakeMustInterruptOnError (bool interrupt ) |
(從 6.0 起)
void
|
setMissingCertificateIsFatal (bool cannotRecover ) |
類 QSslSocket :
(從 6.0 起)
void
|
continueInterruptedHandshake () |
類 QStandardItem :
(從 6.0 起)
virtual void
|
multiData (QModelRoleDataSpan roleDataSpan ) const |
類 QString :
(從 6.0 起)
QString &
|
append (QStringView v ) |
(從 6.0 起)
qsizetype
|
count (QStringView str , Qt::CaseSensitivity cs ) const |
(從 6.0 起)
QString
|
first (qsizetype n ) && |
(從 6.0 起)
QString
|
first (qsizetype n ) const & |
(從 6.0 起)
QString
|
fromLatin1 (QByteArrayView str ) |
(從 6.0 起)
QString
|
fromLocal8Bit (QByteArrayView str ) |
(從 6.0 起)
QString
|
fromUtf8 (QByteArrayView str ) |
(從 6.0 起)
QString
|
fromUtf8 (const char8_t * str , qsizetype size ) |
(從 6.0 起)
QString &
|
insert (qsizetype position , QStringView str ) |
(從 6.0 起)
QString
|
last (qsizetype n ) && |
(從 6.0 起)
QString
|
last (qsizetype n ) const & |
(從 6.0 起)
int
|
localeAwareCompare (QStringView other ) const |
(從 6.0 起)
int
|
localeAwareCompare (QStringView s1 , QStringView s2 ) |
(從 6.0 起)
QString &
|
operator+= (QStringView str ) |
(從 6.0 起)
QString &
|
prepend (QStringView str ) |
(從 6.0 起)
QString
|
sliced (qsizetype pos , qsizetype n ) && |
(從 6.0 起)
QString
|
sliced (qsizetype pos , qsizetype n ) const & |
(從 6.0 起)
QString
|
sliced (qsizetype pos ) && |
(從 6.0 起)
QString
|
sliced (qsizetype pos ) const & |
(從 6.0 起)
auto
|
tokenize (Needle && sep , Flags... flags ) && |
(從 6.0 起)
auto
|
tokenize (Needle && sep , Flags... flags ) const && |
(從 6.0 起)
auto
|
tokenize (Needle && sep , Flags... flags ) const & |
類 QStringListModel :
(從 6.0 起)
virtual bool
|
clearItemData (const QModelIndex & index ) override |
類 QStringTokenizer :
(從 6.0 起)
auto
|
qTokenize (Haystack && haystack , Needle && needle , Flags... flags ) |
類 QStringView :
(從 6.0 起)
QStringView::const_pointer
|
constData () const |
(從 6.0 起)
qsizetype
|
count (QChar ch , Qt::CaseSensitivity cs ) const |
(從 6.0 起)
qsizetype
|
count (QStringView str , Qt::CaseSensitivity cs ) const |
(從 6.0 起)
QStringView
|
first (qsizetype n ) const |
(從 6.0 起)
QStringView
|
last (qsizetype n ) const |
(從 6.0 起)
QStringView
|
sliced (qsizetype pos , qsizetype n ) const |
(從 6.0 起)
QStringView
|
sliced (qsizetype pos ) const |
(從 6.0 起)
QList<QStringView>
|
split (QChar sep , Qt::SplitBehavior behavior , Qt::CaseSensitivity cs ) const |
(從 6.0 起)
QList<QStringView>
|
split (QStringView sep , Qt::SplitBehavior behavior , Qt::CaseSensitivity cs ) const |
(從 6.0 起)
QList<QStringView>
|
split (const QRegularExpression & re , Qt::SplitBehavior behavior ) const |
(從 6.0 起)
CFStringRef
|
toCFString () const |
(從 6.0 起)
double
|
toDouble (bool * ok ) const |
(從 6.0 起)
float
|
toFloat (bool * ok ) const |
(從 6.0 起)
int
|
toInt (bool * ok , int base ) const |
(從 6.0 起)
long
|
toLong (bool * ok , int base ) const |
(從 6.0 起)
qlonglong
|
toLongLong (bool * ok , int base ) const |
(從 6.0 起)
NSString *
|
toNSString () const |
(從 6.0 起)
short
|
toShort (bool * ok , int base ) const |
(從 6.0 起)
uint
|
toUInt (bool * ok , int base ) const |
(從 6.0 起)
ulong
|
toULong (bool * ok , int base ) const |
(從 6.0 起)
qulonglong
|
toULongLong (bool * ok , int base ) const |
(從 6.0 起)
ushort
|
toUShort (bool * ok , int base ) const |
(從 6.0 起)
auto
|
tokenize (Needle && sep , Flags... flags ) const |
類 QSurfaceFormat :
(從 6.0 起)
void
|
setColorSpace (const QColorSpace & colorSpace ) |
類 QTextCharFormat :
(從 6.0 起)
qreal
|
baselineOffset () const |
(從 6.0 起)
void
|
setBaselineOffset (qreal baseline ) |
(從 6.0 起)
void
|
setSubScriptBaseline (qreal baseline ) |
(從 6.0 起)
void
|
setSuperScriptBaseline (qreal baseline ) |
(從 6.0 起)
qreal
|
subScriptBaseline () const |
(從 6.0 起)
qreal
|
superScriptBaseline () const |
類 QTextDocument :
(從 6.0 起)
qreal
|
baselineOffset () const |
(從 6.0 起)
void
|
setBaselineOffset (qreal baseline ) |
(從 6.0 起)
void
|
setSubScriptBaseline (qreal baseline ) |
(從 6.0 起)
void
|
setSuperScriptBaseline (qreal baseline ) |
(從 6.0 起)
qreal
|
subScriptBaseline () const |
(從 6.0 起)
qreal
|
superScriptBaseline () const |
類 QThreadPool :
(從 6.0 起)
bool
|
contains (const QThread * thread ) const |
類 QTime :
(從 6.0 起)
QTime
|
fromString (QStringView string , QStringView format ) |
(從 6.0 起)
QTime
|
fromString (QStringView string , Qt::DateFormat format ) |
(從 6.0 起)
QTime
|
fromString (const QString & string , QStringView format ) |
類 QTypeRevision :
(從 6.0 起)
QDataStream &
|
operator<< (QDataStream & out , const QTypeRevision & revision ) |
(從 6.0 起)
QDataStream &
|
operator>> (QDataStream & in , QTypeRevision & revision ) |
(從 6.0 起)
std::__exception_ptr::exception_ptr
|
exception () const |
(從 6.0 起)
void
|
swap (QUnhandledException & other ) |
類 QVarLengthArray :
(從 6.0 起)
QVarLengthArray<T, Prealloc> &
|
operator= (QVarLengthArray<T, Prealloc> && other ) |
類 QVariant :
(從 6.0 起)
bool
|
canConvert (QMetaType type ) const |
(從 6.0 起)
QPartialOrdering
|
compare (const QVariant & lhs , const QVariant & rhs ) |
(從 6.0 起)
bool
|
convert (QMetaType targetType ) |
(從 6.0 起)
QMetaType
|
metaType () const |
類 QWidget :
(從 6.0 起)
QPointF
|
mapFrom (const QWidget * parent , const QPointF & pos ) const |
(從 6.0 起)
QPointF
|
mapFromGlobal (const QPointF & pos ) const |
(從 6.0 起)
QPointF
|
mapFromParent (const QPointF & pos ) const |
(從 6.0 起)
QPointF
|
mapTo (const QWidget * parent , const QPointF & pos ) const |
(從 6.0 起)
QPointF
|
mapToGlobal (const QPointF & pos ) const |
(從 6.0 起)
QPointF
|
mapToParent (const QPointF & pos ) const |
類 QWindow :
(從 6.0 起)
QPointF
|
mapFromGlobal (const QPointF & pos ) const |
(從 6.0 起)
QPointF
|
mapToGlobal (const QPointF & pos ) const |
(從 6.0 起)
virtual void
|
paintEvent (QPaintEvent * ev ) |
(從 6.0 起)
void
|
resetOpenGLState () |
(從 6.0 起)
QtConcurrent::QTaskBuilder<Task>
|
task (Task && task ) |
(從 6.0 起)
long double
|
qDegreesToRadians (long double degrees ) |
(從 6.0 起)
long double
|
qRadiansToDegrees (long double radians ) |
(從 6.0 起)
|
QT_IMPLICIT_QFILEINFO_CONSTRUCTION |
(從 6.0 起)
|
QT_NO_FOREACH |
(從 6.0 起)
|
Q_MOC_INCLUDE |
(從 6.0 起)
|
Q_OBJECT_BINDABLE_PROPERTY ( containingClass , type , name , signal ) |
(從 6.0 起)
|
Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS ( containingClass , type , name , initialvalue , signal ) |
(從 6.0 起)
|
Q_OBJECT_COMPUTED_PROPERTY ( containingClass , type , name , callback ) |
(從 6.0 起)
enum
|
IntermediateError { ResponseCrcError, ResponseRequestMismatch } |
(從 6.0 起)
enum
|
WildcardConversionOption { DefaultWildcardConversion, UnanchoredWildcardConversion, NonPathWildcardConversion } |
(從 6.0 起)
枚舉類
|
AlertLevel { Warning, Fatal, Unknown } |
(從 6.0 起)
枚舉類
|
AlertType { CloseNotify, UnexpectedMessage, BadRecordMac, RecordOverflow, DecompressionFailure, …, UnknownAlertMessage } |
(從 6.0 起)
枚舉類
|
Launch { Sync, Async, Inherit } |
(從 6.0 起)
|
iterator |
(從 6.0 起)
|
QPair |
(從 6.0 起)
|
iterator |
(從 6.0 起)
sortIndex
: const
(從 6.0 起)
readOnly
: const
(從 6.0 起)
autoAcceptChildRows
:
(從 6.0 起)
additionalShmFormats
: const
(從 6.0 起)
|
MacOSBigSur |
QML 類型 FontLoader :
(從 6.0 起)
|
font : font |
QML 類型 GeometryRenderer :
(從 6.0 起)
|
sortIndex : real |
QML 類型 Item :
(從 6.0 起)
|
palette : Palette |
QML 類型 SceneEnvironment :
(從 6.0 起)
|
tonemapMode : enumeration |
QML 類型 文本 :
(從 6.0 起)
|
renderTypeQuality : int |
QML 類型 WaylandCompositor :
(從 6.0 起)
|
additionalShmFormats : list<enum> |
QML 類型 Window :
(從 6.0 起)
|
palette : Palette |