Qt 4.8
Public Functions | Public Variables | List of all members
QFactoryLoaderPrivate Class Reference
Inheritance diagram for QFactoryLoaderPrivate:
QObjectPrivate QObjectData

Public Functions

 QFactoryLoaderPrivate ()
 
void unloadPath (const QString &path)
 
 ~QFactoryLoaderPrivate ()
 
- 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
 

Public Variables

Qt::CaseSensitivity cs
 
QByteArray iid
 
QStringList keyList
 
QMap< QString, QLibraryPrivate * > keyMap
 
QList< QLibraryPrivate * > libraryList
 
QStringList loadedPaths
 
QMutex mutex
 
QString suffix
 
- Public Variables inherited from QObjectPrivate
union {
   QObject *   currentChildBeingDeleted
 
   QAbstractDeclarativeData *   declarativeData
 
}; 
 
quint32 connectedSignals [2]
 
QObjectConnectionListVectorconnectionLists
 
SendercurrentSender
 
QList< QPointer< QObject > > eventFilters
 
ExtraDataextraData
 
QString objectName
 
Connectionsenders
 
QAtomicPointer< QtSharedPointer::ExternalRefCountData > sharedRefcount
 
QThreadDatathreadData
 
void * unused
 
- Public Variables inherited from QObjectData
uint blockSig: 1
 
QObjectList children
 
uint hasGuards: 1
 
uint inEventHandler: 1
 
uint inThreadChangeEvent: 1
 
uint isWidget: 1
 
QMetaObjectmetaObject
 
uint ownObjectName: 1
 
QObjectparent
 
uint pendTimer: 1
 
int postedEvents
 
QObjectq_ptr
 
uint receiveChildEvents: 1
 
uint sendChildEvents: 1
 
uint unused: 22
 
uint wasDeleted: 1
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
- Static Public Functions inherited from QObjectPrivate
static void clearGuards (QObject *)
 
static QObjectPrivateget (QObject *o)
 
static void resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender)
 
static SendersetCurrentSender (QObject *receiver, Sender *sender)
 
static void signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result)
 

Detailed Description

Definition at line 84 of file qfactoryloader.cpp.

Constructors and Destructors

◆ QFactoryLoaderPrivate()

QFactoryLoaderPrivate::QFactoryLoaderPrivate ( )
inline

Definition at line 88 of file qfactoryloader.cpp.

88 {}

◆ ~QFactoryLoaderPrivate()

QFactoryLoaderPrivate::~QFactoryLoaderPrivate ( )

Definition at line 102 of file qfactoryloader.cpp.

103 {
104  for (int i = 0; i < libraryList.count(); ++i)
105  libraryList.at(i)->release();
106 }
int count(const T &t) const
Returns the number of occurrences of value in the list.
Definition: qlist.h:891
const T & at(int i) const
Returns the item at index position i in the list.
Definition: qlist.h:468
QList< QLibraryPrivate * > libraryList

Functions

◆ unloadPath()

void QFactoryLoaderPrivate::unloadPath ( const QString path)

Properties

◆ cs

Qt::CaseSensitivity QFactoryLoaderPrivate::cs

Definition at line 96 of file qfactoryloader.cpp.

◆ iid

QByteArray QFactoryLoaderPrivate::iid

Definition at line 91 of file qfactoryloader.cpp.

◆ keyList

QStringList QFactoryLoaderPrivate::keyList

Definition at line 94 of file qfactoryloader.cpp.

◆ keyMap

QMap<QString,QLibraryPrivate*> QFactoryLoaderPrivate::keyMap

Definition at line 93 of file qfactoryloader.cpp.

◆ libraryList

QList<QLibraryPrivate*> QFactoryLoaderPrivate::libraryList

Definition at line 92 of file qfactoryloader.cpp.

◆ loadedPaths

QStringList QFactoryLoaderPrivate::loadedPaths

Definition at line 97 of file qfactoryloader.cpp.

◆ mutex

QMutex QFactoryLoaderPrivate::mutex
mutable

Definition at line 90 of file qfactoryloader.cpp.

◆ suffix

QString QFactoryLoaderPrivate::suffix

Definition at line 95 of file qfactoryloader.cpp.


The documentation for this class was generated from the following file: