Extending Qt Creator Manual
IOptionsPage
Extending Qt Creator Manual 4.4.0
List of All Members for IOptionsPage
This is the complete list of members for
Core::IOptionsPage
, including inherited members.
IOptionsPage
(QObject *)
~IOptionsPage
()
apply
()
blockSignals
(bool )
category
() const : Id
categoryIcon
() const : QIcon
childEvent
(QChildEvent *)
children
() const
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType )
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType )
connect
(const QObject *, const char *, const char *, Qt::ConnectionType ) const
connect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType )
connect
(const QObject *, PointerToMemberFunction , Functor )
connect
(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType )
connectNotify
(const QMetaMethod &)
customEvent
(QEvent *)
d_ptr
:
deleteLater
()
destroyed
(QObject *)
disconnect
(const QObject *, const char *, const QObject *, const char *)
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &)
disconnect
(const QMetaObject::Connection &)
disconnect
(const char *, const QObject *, const char *) const
disconnect
(const QObject *, const char *) const
disconnect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction )
disconnectNotify
(const QMetaMethod &)
displayCategory
() const : QString
displayName
() const : QString
dumpObjectInfo
() const
dumpObjectTree
() const
dynamicPropertyNames
() const
event
(QEvent *)
eventFilter
(QObject *, QEvent *)
findChild
(const QString &, Qt::FindChildOptions ) const
findChildren
(const QString &, Qt::FindChildOptions ) const
findChildren
(const QRegExp &, Qt::FindChildOptions ) const
findChildren
(const QRegularExpression &, Qt::FindChildOptions ) const
finish
()
id
() const : Id
inherits
(const char *) const
installEventFilter
(QObject *)
isSignalConnected
(const QMetaMethod &) const
isWidgetType
() const
isWindowType
() const
killTimer
(int )
m_category
: Id
m_categoryIcon
: Utils::Icon
m_displayCategory
: QString
m_displayName
: QString
m_id
: Id
matches
(const QString &) const : bool
metaObject
() const
moveToThread
(QThread *)
objectName
() const
objectNameChanged
(const QString &)
parent
() const
property
(const char *) const
receivers
(const char *) const
removeEventFilter
(QObject *)
sender
() const
senderSignalIndex
() const
setCategory
(Id )
setCategoryIcon
(const Utils::Icon &)
setDisplayCategory
(const QString &)
setDisplayName
(const QString &)
setId
(Id )
setObjectName
(const QString &)
setParent
(QObject *)
setProperty
(const char *, const QVariant &)
signalsBlocked
() const
startTimer
(int , Qt::TimerType )
startTimer
(std::chrono::milliseconds , Qt::TimerType )
staticMetaObject
:
staticQtMetaObject
:
thread
() const
timerEvent
(QTimerEvent *)
tr
(const char *, const char *, int )
widget
() : QWidget *