Log of /trunk/graf2d/qt/inc/TQtRootSlot.h
Parent Directory
Revision
33707 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 2 06:27:34 2010 UTC (4 years, 7 months ago) by
brun
File length: 1993 byte(s)
Diff to
previous 27630
From Valeri Fine:
- new Qt slot EndOfLine to connect gInterpreter->EndOfLineAction()
with the Qt signals
(TQtRootSlot)
- High contrast ROOT markers (To address some RootForum issues )
(TGQt, TQtMarker)
- Add the default implementation of TVirtualX::SupportsExtension
interface
(TGQt)
- Introduce the new pure TQtCanvasPainter abstract interface
to use Qt graphics to decorate ROOT TCanvas
(TQtWidget, TQtCanvasPainter )
- fix the MacOS build attributes
( rootcint.pri )
- Keeping removing Qt3 CPP flags
( TQtClientWidget )
- Remove the #59014 / #65402 workarounds
( TQtPadFont )
Revision
27630 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 26 19:06:42 2009 UTC (5 years, 10 months ago) by
brun
File length: 1972 byte(s)
Diff to
previous 23140
From Valeri Fine:
TQtRootSlot:
- Add the new method
void ProcessLine(const QString &command)
This is an overloaded member function, provided for convenience.
It is provides the same functionality as
void ProcessLine(const char *command)
TGQt:
- Swap "y2" with "y1" provided by TBox::ExecuteEvent method
for the right low corner of the rubber box.
- Clean up. Remove some redundant code,
TQtClientWidget
- Add setAutoFillBackground(true) Qt4 property.
TQtWidget:
- Intdroduce the optional QImage-based back-end (slower operation).
QPixmap-based is the default option ( better performance )
rootlibs.pri:
- Change the list of the dictionaries for Win32 platform.
Revision
23140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by
rdm
File length: 1918 byte(s)
Diff to
previous 21429
move the following directories to "graf2d":
asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf
move the following directories to "graf3d":
eve, ftgl, g3d, gl, x3d
Revision
17523 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Fri Jan 26 07:51:09 2007 UTC (7 years, 11 months ago) by
brun
Original Path:
trunk/qt/inc/TQtRootSlot.h
File length: 1948 byte(s)
From Valeri Fine:
TQtSymbolCodec.h:
================
- remove the compilation warning
TGQt.cxx, TGQt.h
================
- Two new methods:
SetFileName
GetNewFileName
to generate the file names for the simple animations
- Add QTDIR to include path and lib path to build
the Qt-based applications via ACliC
- Fix to take in account the pixmap file name
may be followed by the sumbol "+NN"
TQtWidget.cxx:
=============
- Remove the CPP flags that introduced
the redundant ROOT version dependency.
- Fix to take in account the pixmap file name
may be followed by the symbol "+NN"
LinkDef.h:
===========
Add two ROOT C++ function (to be ROOT Slots):
QConnectCint
QConnectTerminate
and the new class
TQtRootSlot
to the ROOT dictionary
TQtMarker:
=========
- Copy ctor and operator=() have been introduced
QtWidget.h, TQtTimer.h, TQtClientWidget.h TQtClientFilter.h, TQMimeTypes.h
=====================================================================
- Clean up. Remove the redundant CPP flags
TQtApplication.h
================
Clean up. The dummy copy ctor and operator=() have been introduced
New TQtRootSlot class:
======================
(see: TQtRootSlot.h, TQtRootSlot.cxx)
The new class TQtRootSlot to connect the Qt signals with the arbitrary ROOT slots.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.