forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LinkDef.h
33 lines (28 loc) · 1.18 KB
/
LinkDef.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* @(#)root/qt:$Id$*/
/*************************************************************************
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class TQtTimer;
#pragma link C++ class TQtMarker;
#pragma link C++ class TQtWidget;
#pragma link C++ class TQtClientWidget;
#pragma link C++ class TQtClientFilter;
#pragma link C++ class TQMimeTypes;
#pragma link C++ class TQtBrush;
#pragma link C++ class TQtApplication;
#pragma link C++ class TGQt;
#pragma link C++ class TQtRootSlot;
#pragma link C++ class TQtPadFont;
#pragma link C++ function QConnectCint;
#pragma link C++ function QConnectTerminate;
#pragma link C++ global gQt;
// #pragma link C++ class TQGuiFactory;
#endif