#include <qtframe.h>
Public Member Functions | |
QTFrame (QWidget *parent=0, const char *name=0, WFlags f=WType_TopLevel) | |
virtual | ~QTFrame () |
void | setCanvas (TQRootCanvas *a) |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *ce) |
Private Attributes | |
TQRootCanvas * | aCanvas |
Main Qt&Root Application Frame Window:
Can be used internaly by ROOT itself if the user wants a customize Qt-based Canvas implementation as defaults Services: Simple example
Definition at line 62 of file qtframe.h.
|
Definition at line 35 of file qtframe.cpp. References aCanvas. |
|
Definition at line 43 of file qtframe.cpp. |
|
Definition at line 47 of file qtframe.cpp. References aCanvas. Referenced by TQCanvasImp::build(). |
|
Definition at line 53 of file qtframe.cpp. |
|
Definition at line 74 of file qtframe.h. Referenced by QTFrame(), and setCanvas(). |