QtBase  v6.3.1
Classes | Public Slots | Signals | Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Foo Struct Reference

[4] More...

#include <enum_with_include.h>

Inheritance diagram for Foo:
Inheritance graph
[legend]
Collaboration diagram for Foo:
Collaboration graph
[legend]

Classes

class  Bar
 
class  Baz
 
struct  Bleh
 

Public Slots

int bar ()
 
void connectedToIt ()
 
void doIt ()
 
void exitLoop ()
 
void proxyAuthenticationRequired (const QNetworkProxy &, QAuthenticator *auth)
 
- Public Slots inherited from QObject
void deleteLater ()
 

Signals

void myValChanged ()
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 

Public Member Functions

int myVal ()
 
void setMyVal (int newvalue)
 
QBindable< int > bindableMyVal ()
 
 Foo ()
 
 Foo ()
 
 Foo ()
 
 Foo (const Foo &o)
 
 ~Foo ()
 
 Foo ()
 
 Foo (const Foo &o)
 
 ~Foo ()
 
constexpr Foooperator= (const Foo &o) noexcept
 
 Foo ()
 
 Foo (const Foo &other)
 
void operator= (const Foo &)
 
 ~Foo ()
 
 Foo ()
 
 Foo (const Foo &other)
 
Foooperator= (const Foo &other)
 
 Foo (QObject *parent=nullptr)
 
 ~Foo ()
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 
virtual ~QObject ()
 
virtual bool event (QEvent *event)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
QString objectName () const
 
void setObjectName (const QString &name)
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 
bool isWindowType () const
 
bool signalsBlocked () const noexcept
 
bool blockSignals (bool b) noexcept
 
QThreadthread () const
 
void moveToThread (QThread *thread)
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 
template<typename T >
T findChild (const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
const QObjectListchildren () const
 
void setParent (QObject *parent)
 
void installEventFilter (QObject *filterObj)
 
void removeEventFilter (QObject *obj)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 
void dumpObjectInfo () const
 
bool setProperty (const char *name, const QVariant &value)
 
QVariant property (const char *name) const
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 
bool inherits (const char *classname) const
 

Public Attributes

int i
 
int c
 
int data [8]
 
int * p
 
QTaggedPointer< int > p
 
bool attemptedToConnect
 
bool networkTimeout
 
int count
 

Static Public Attributes

static int count = 0
 

Properties

int myVal
 
- Properties inherited from QObject
QString objectName
 the name of this object More...
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 
virtual void childEvent (QChildEvent *event)
 
virtual void customEvent (QEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 

Detailed Description

[4]

Definition at line 128 of file src_corelib_kernel_qproperty.cpp.

Constructor & Destructor Documentation

◆ Foo() [1/11]

Foo::Foo ( )

[0]

[0] //! [1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[6]

Definition at line 59 of file timers.cpp.

Here is the call graph for this function:

◆ Foo() [2/11]

Foo::Foo ( )
inline

Definition at line 2154 of file tst_qvariant.cpp.

◆ Foo() [3/11]

Foo::Foo ( )
inline

Definition at line 59 of file tst_qcache.cpp.

◆ Foo() [4/11]

Foo::Foo ( const Foo o)
inline

Definition at line 60 of file tst_qcache.cpp.

◆ ~Foo() [1/4]

Foo::~Foo ( )
inline

Definition at line 61 of file tst_qcache.cpp.

◆ Foo() [5/11]

Foo::Foo ( )
inline

Definition at line 122 of file tst_qhash.cpp.

◆ Foo() [6/11]

Foo::Foo ( const Foo o)
inline

Definition at line 123 of file tst_qhash.cpp.

◆ ~Foo() [2/4]

Foo::~Foo ( )
inline

Definition at line 124 of file tst_qhash.cpp.

◆ Foo() [7/11]

Foo::Foo ( )
inline

Definition at line 2871 of file tst_qlist.cpp.

◆ Foo() [8/11]

Foo::Foo ( const Foo other)
inline

Definition at line 2872 of file tst_qlist.cpp.

Here is the call graph for this function:

◆ ~Foo() [3/4]

Foo::~Foo ( )
inline

Definition at line 2876 of file tst_qlist.cpp.

◆ Foo() [9/11]

Foo::Foo ( )
inline

Definition at line 376 of file tst_qtaggedpointer.cpp.

◆ Foo() [10/11]

Foo::Foo ( const Foo other)
inline

Definition at line 377 of file tst_qtaggedpointer.cpp.

◆ Foo() [11/11]

Foo::Foo ( QObject parent = nullptr)
inline

Definition at line 2190 of file tst_qtcpsocket.cpp.

Here is the call graph for this function:

◆ ~Foo() [4/4]

Foo::~Foo ( )
inline

Definition at line 2207 of file tst_qtcpsocket.cpp.

Member Function Documentation

◆ bar

int Foo::bar ( )
inlineslot

Definition at line 54 of file tst_qdbusconnection_delayed.cpp.

◆ bindableMyVal()

QBindable<int> Foo::bindableMyVal ( )
inline

Definition at line 135 of file src_corelib_kernel_qproperty.cpp.

◆ connectedToIt

void Foo::connectedToIt ( )
inlineslot

Definition at line 2213 of file tst_qtcpsocket.cpp.

◆ doIt

void Foo::doIt ( )
inlineslot

Definition at line 2216 of file tst_qtcpsocket.cpp.

Here is the call graph for this function:

◆ exitLoop

void Foo::exitLoop ( )
inlineslot

Definition at line 2232 of file tst_qtcpsocket.cpp.

Here is the call graph for this function:

◆ myVal()

int Foo::myVal ( )
inline

Definition at line 133 of file src_corelib_kernel_qproperty.cpp.

◆ myValChanged

void Foo::myValChanged ( )
signal

◆ operator=() [1/3]

void Foo::operator= ( const Foo )
inline

Definition at line 2874 of file tst_qlist.cpp.

◆ operator=() [2/3]

constexpr Foo& Foo::operator= ( const Foo o)
inlineconstexprnoexcept

Definition at line 125 of file tst_qhash.cpp.

◆ operator=() [3/3]

Foo& Foo::operator= ( const Foo other)
inline

Definition at line 378 of file tst_qtaggedpointer.cpp.

Here is the call graph for this function:

◆ proxyAuthenticationRequired

void Foo::proxyAuthenticationRequired ( const QNetworkProxy ,
QAuthenticator auth 
)
inlineslot

Definition at line 2238 of file tst_qtcpsocket.cpp.

Here is the call graph for this function:

◆ setMyVal()

void Foo::setMyVal ( int  newvalue)
inline

Definition at line 134 of file src_corelib_kernel_qproperty.cpp.

Member Data Documentation

◆ attemptedToConnect

bool Foo::attemptedToConnect

Definition at line 2186 of file tst_qtcpsocket.cpp.

◆ c

int Foo::c

Definition at line 62 of file tst_qcache.cpp.

◆ count [1/2]

int Foo::count = 0
static

Definition at line 58 of file tst_qcache.cpp.

◆ count [2/2]

int Foo::count

Definition at line 2188 of file tst_qtcpsocket.cpp.

◆ data

int Foo::data

Definition at line 63 of file tst_qcache.cpp.

◆ i

int Foo::i

Definition at line 280 of file tst_qmetatype.cpp.

◆ networkTimeout

bool Foo::networkTimeout

Definition at line 2187 of file tst_qtcpsocket.cpp.

◆ p [1/2]

int* Foo::p

Definition at line 2869 of file tst_qlist.cpp.

◆ p [2/2]

QTaggedPointer<int> Foo::p

Definition at line 382 of file tst_qtaggedpointer.cpp.

Property Documentation

◆ myVal

int Foo::myVal
readwrite

Definition at line 104 of file src_corelib_kernel_qproperty.cpp.


The documentation for this struct was generated from the following files: