| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQCoreApplication.prg |
| http://doc.trolltech.com/4.5/qcoreapplication.htm |
| oCoreApplication : notify( pReceiver, pEvent ) | lBool |
| oCoreApplication : addLibraryPath( cPath ) | NIL |
| oCoreApplication : applicationDirPath() | cQString |
| oCoreApplication : applicationFilePath() | cQString |
| oCoreApplication : applicationName() | cQString |
| oCoreApplication : applicationPid() | nQint64 |
| oCoreApplication : applicationVersion() | cQString |
| oCoreApplication : arguments() | pQStringList |
| oCoreApplication : closingDown() | lBool |
| oCoreApplication : exec() | nInt |
| oCoreApplication : exit( nReturnCode ) | NIL |
| oCoreApplication : flush() | NIL |
| oCoreApplication : hasPendingEvents() | lBool |
| oCoreApplication : installTranslator( pTranslationFile ) | NIL |
| oCoreApplication : libraryPaths() | pQStringList |
| oCoreApplication : organizationDomain() | cQString |
| oCoreApplication : organizationName() | cQString |
| oCoreApplication : postEvent( pReceiver, pEvent ) | NIL |
| oCoreApplication : postEvent_1( pReceiver, pEvent, nPriority ) | NIL |
| oCoreApplication : processEvents( nFlags ) | NIL |
| oCoreApplication : processEvents_1( nFlags, nMaxtime ) | NIL |
| oCoreApplication : removeLibraryPath( cPath ) | NIL |
| oCoreApplication : removePostedEvents( pReceiver ) | NIL |
| oCoreApplication : removePostedEvents_1( pReceiver, nEventType ) | NIL |
| oCoreApplication : removeTranslator( pTranslationFile ) | NIL |
| oCoreApplication : sendEvent( pReceiver, pEvent ) | lBool |
| oCoreApplication : sendPostedEvents( pReceiver, nEvent_type ) | NIL |
| oCoreApplication : sendPostedEvents_1() | NIL |
| oCoreApplication : setApplicationName( cApplication ) | NIL |
| oCoreApplication : setApplicationVersion( cVersion ) | NIL |
| oCoreApplication : setAttribute( nAttribute, lOn ) | NIL |
| oCoreApplication : setLibraryPaths( pPaths ) | NIL |
| oCoreApplication : setOrganizationDomain( cOrgDomain ) | NIL |
| oCoreApplication : setOrganizationName( cOrgName ) | NIL |
| oCoreApplication : startingUp() | lBool |
| oCoreApplication : testAttribute( nAttribute ) | lBool |
| oCoreApplication : translate( pContext, pSourceText, pDisambiguation, nEncoding, nN ) | cQString |
| oCoreApplication : translate_1( pContext, pSourceText, pDisambiguation, nEncoding ) | cQString |
| oCoreApplication : quit() | NIL |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QCoreApplication.cpp |
| Qt_QCoreApplication_notify( pQCoreApplication, pReceiver, pEvent ) | lBool |
| Qt_QCoreApplication_addLibraryPath( pQCoreApplication, cPath ) | NIL |
| Qt_QCoreApplication_applicationDirPath( pQCoreApplication ) | cQString |
| Qt_QCoreApplication_applicationFilePath( pQCoreApplication ) | cQString |
| Qt_QCoreApplication_applicationName( pQCoreApplication ) | cQString |
| Qt_QCoreApplication_applicationPid( pQCoreApplication ) | nQint64 |
| Qt_QCoreApplication_applicationVersion( pQCoreApplication ) | cQString |
| Qt_QCoreApplication_arguments( pQCoreApplication ) | pQStringList |
| Qt_QCoreApplication_closingDown( pQCoreApplication ) | lBool |
| Qt_QCoreApplication_exec( pQCoreApplication ) | nInt |
| Qt_QCoreApplication_exit( pQCoreApplication, nReturnCode ) | NIL |
| Qt_QCoreApplication_flush( pQCoreApplication ) | NIL |
| Qt_QCoreApplication_hasPendingEvents( pQCoreApplication ) | lBool |
| Qt_QCoreApplication_installTranslator( pQCoreApplication, pTranslationFile ) | NIL |
| Qt_QCoreApplication_instance( pQCoreApplication ) | pQCoreApplication |
| Qt_QCoreApplication_libraryPaths( pQCoreApplication ) | pQStringList |
| Qt_QCoreApplication_organizationDomain( pQCoreApplication ) | cQString |
| Qt_QCoreApplication_organizationName( pQCoreApplication ) | cQString |
| Qt_QCoreApplication_postEvent( pQCoreApplication, pReceiver, pEvent ) | NIL |
| Qt_QCoreApplication_postEvent_1( pQCoreApplication, pReceiver, pEvent, nPriority ) | NIL |
| Qt_QCoreApplication_processEvents( pQCoreApplication, nFlags ) | NIL |
| Qt_QCoreApplication_processEvents_1( pQCoreApplication, nFlags, nMaxtime ) | NIL |
| Qt_QCoreApplication_removeLibraryPath( pQCoreApplication, cPath ) | NIL |
| Qt_QCoreApplication_removePostedEvents( pQCoreApplication, pReceiver ) | NIL |
| Qt_QCoreApplication_removePostedEvents_1( pQCoreApplication, pReceiver, nEventType ) | NIL |
| Qt_QCoreApplication_removeTranslator( pQCoreApplication, pTranslationFile ) | NIL |
| Qt_QCoreApplication_sendEvent( pQCoreApplication, pReceiver, pEvent ) | lBool |
| Qt_QCoreApplication_sendPostedEvents( pQCoreApplication, pReceiver, nEvent_type ) | NIL |
| Qt_QCoreApplication_sendPostedEvents_1( pQCoreApplication ) | NIL |
| Qt_QCoreApplication_setApplicationName( pQCoreApplication, cApplication ) | NIL |
| Qt_QCoreApplication_setApplicationVersion( pQCoreApplication, cVersion ) | NIL |
| Qt_QCoreApplication_setAttribute( pQCoreApplication, nAttribute, lOn ) | NIL |
| Qt_QCoreApplication_setLibraryPaths( pQCoreApplication, pPaths ) | NIL |
| Qt_QCoreApplication_setOrganizationDomain( pQCoreApplication, cOrgDomain ) | NIL |
| Qt_QCoreApplication_setOrganizationName( pQCoreApplication, cOrgName ) | NIL |
| Qt_QCoreApplication_startingUp( pQCoreApplication ) | lBool |
| Qt_QCoreApplication_testAttribute( pQCoreApplication, nAttribute ) | lBool |
| Qt_QCoreApplication_translate( pQCoreApplication, pContext, pSourceText, pDisambiguation, nEncoding, nN ) | cQString |
| Qt_QCoreApplication_translate_1( pQCoreApplication, pContext, pSourceText, pDisambiguation, nEncoding ) | cQString |
| Qt_QCoreApplication_quit( pQCoreApplication ) | NIL |