Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qhooks_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/private/qglobal_p.h>
+ Include dependency graph for qhooks_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QHooks
 

Typedefs

typedef void(* QHooks::AddQObjectCallback) (QObject *)
 
typedef void(* QHooks::RemoveQObjectCallback) (QObject *)
 
typedef void(* QHooks::StartupCallback) ()
 

Enumerations

enum  QHooks::HookIndex {
  QHooks::HookDataVersion = 0 , QHooks::HookDataSize = 1 , QHooks::QtVersion = 2 , QHooks::AddQObject = 3 ,
  QHooks::RemoveQObject = 4 , QHooks::Startup = 5 , QHooks::TypeInformationVersion = 6 , QHooks::LastHookIndex
}
 

Variables

quintptr Q_CORE_EXPORT qtHookData []
 

Variable Documentation

◆ qtHookData

quintptr Q_CORE_EXPORT qtHookData[]
extern