Qt 4.8
Public Functions | Public Variables | List of all members
QCoreApplicationData Struct Reference

Public Functions

 QCoreApplicationData ()
 
 ~QCoreApplicationData ()
 

Public Variables

QStringListapp_libpaths
 
QString application
 
QString applicationVersion
 
QString orgDomain
 
QString orgName
 

Detailed Description

Definition at line 370 of file qcoreapplication.cpp.

Constructors and Destructors

◆ QCoreApplicationData()

QCoreApplicationData::QCoreApplicationData ( )
inline

Definition at line 371 of file qcoreapplication.cpp.

371  {
372 #ifndef QT_NO_LIBRARY
373  app_libpaths = 0;
374 #endif
375  }

◆ ~QCoreApplicationData()

QCoreApplicationData::~QCoreApplicationData ( )
inline

Definition at line 376 of file qcoreapplication.cpp.

376  {
377 #ifndef QT_NO_LIBRARY
378  delete app_libpaths;
379 #endif
380 #ifndef QT_NO_QOBJECT
381  // cleanup the QAdoptedThread created for the main() thread
384  data->deref(); // deletes the data and the adopted thread
385  }
386 #endif
387  }
static QThread * theMainThread
void deref()
Definition: qthread.cpp:125
static QThreadData * get2(QThread *thread)
Definition: qthread_p.h:219
static const char * data(const QByteArray &arr)

Properties

◆ app_libpaths

QStringList* QCoreApplicationData::app_libpaths

Definition at line 421 of file qcoreapplication.cpp.

◆ application

QString QCoreApplicationData::application

Definition at line 417 of file qcoreapplication.cpp.

◆ applicationVersion

QString QCoreApplicationData::applicationVersion

Definition at line 418 of file qcoreapplication.cpp.

◆ orgDomain

QString QCoreApplicationData::orgDomain

Definition at line 417 of file qcoreapplication.cpp.

◆ orgName

QString QCoreApplicationData::orgName

Definition at line 417 of file qcoreapplication.cpp.


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