Qt 4.8
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
y
z
+
Typedefs
a
b
c
d
f
h
i
m
n
p
q
s
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
+
Related Functions
:
a
b
c
d
e
f
i
l
m
o
q
r
s
t
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
x
y
+
Enumerations
_
a
b
c
d
e
f
g
i
j
l
m
n
p
q
r
s
t
v
w
x
y
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
List of all members
QAbstractNetworkCachePrivate Class Reference
#include <
qabstractnetworkcache_p.h
>
Inheritance diagram for QAbstractNetworkCachePrivate:
Additional Inherited Members
Public Types inherited from
QObjectPrivate
typedef void(*
StaticMetaCallFunction
) (
QObject
*,
QMetaObject::Call
, int, void **)
Public Functions inherited from
QObjectPrivate
void
_q_reregisterTimers
(void *pointer)
void
addConnection
(int signal,
Connection
*
c
)
void
cleanConnectionLists
()
void
connectNotify
(const char *signal)
void
deleteChildren
()
void
disconnectNotify
(const char *signal)
bool
isSender
(const
QObject
*receiver, const char *signal) const
bool
isSignalConnected
(
uint
signalIdx) const
Returns true if the signal with index
signal_index
from object
sender
is connected.
More...
void
moveToThread_helper
()
QObjectPrivate
(int version=
QObjectPrivateVersion
)
QObjectList
receiverList
(const char *signal) const
QObjectList
senderList
() const
void
setParent_helper
(
QObject
*)
void
setThreadData_helper
(
QThreadData
*currentData,
QThreadData
*targetData)
int
signalIndex
(const char *
signalName
) const
Returns the signal index used in the internal connectionLists vector.
More...
virtual
~QObjectPrivate
()
Public Functions inherited from
QObjectData
virtual
~QObjectData
()=0
Static Public Functions inherited from
QObjectPrivate
static void
clearGuards
(
QObject
*)
static
QObjectPrivate
*
get
(
QObject
*o)
static void
resetCurrentSender
(
QObject
*receiver,
Sender
*
currentSender
,
Sender
*previousSender)
static
Sender
*
setCurrentSender
(
QObject
*receiver,
Sender
*sender)
static void
signalSignature
(const
QMetaMethod
&signal,
QVarLengthArray
< char > *result)
Public Variables inherited from
QObjectPrivate
union {
QObject
*
currentChildBeingDeleted
QAbstractDeclarativeData
*
declarativeData
};
quint32
connectedSignals
[2]
QObjectConnectionListVector
*
connectionLists
Sender
*
currentSender
QList
<
QPointer
<
QObject
> >
eventFilters
ExtraData
*
extraData
QString
objectName
Connection
*
senders
QAtomicPointer
< QtSharedPointer::ExternalRefCountData >
sharedRefcount
QThreadData
*
threadData
void *
unused
Public Variables inherited from
QObjectData
uint
blockSig
: 1
QObjectList
children
uint
hasGuards
: 1
uint
inEventHandler
: 1
uint
inThreadChangeEvent
: 1
uint
isWidget
: 1
QMetaObject
*
metaObject
uint
ownObjectName
: 1
QObject
*
parent
uint
pendTimer
: 1
int
postedEvents
QObject
*
q_ptr
uint
receiveChildEvents
: 1
uint
sendChildEvents
: 1
uint
unused
: 22
uint
wasDeleted
: 1
Detailed Description
Definition at line
60
of file
qabstractnetworkcache_p.h
.
The documentation for this class was generated from the following file:
/src/network/access/
qabstractnetworkcache_p.h
Qt 4.8 Source Code Browser