ROOT  6.06/09
Reference Guide
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
TQRootDialog Class Reference

Definition at line 59 of file TQRootDialog.h.

Public Slots

void Receive ()
 
void ExecuteMethod ()
 Execute ROOT methods. More...
 

Public Member Functions

 TQRootDialog (QWidget *parent, const char *name, Qt::WFlags f=0, TObject *obj=0, TMethod *meth=0)
 
virtual ~TQRootDialog ()
 dtor More...
 
void Add (const char *argname, const char *value, const char *type)
 Add widgets for arguments. More...
 
void Popup ()
 Show the dialog. More...
 
void SetTCanvas (TCanvas *aCanvas)
 

Protected Member Functions

void closeEvent (QCloseEvent *ce)
 Handle close event. More...
 

Protected Attributes

QVBox * fArgBox
 
QLineEdit * fLineEdit
 
TObjectfCurObj
 
TMethodfCurMethod
 
TCanvasfCurCanvas
 
QWidget * fParent
 
QList< QLineEdit > fList
 

Private Member Functions

 TQRootDialog (const TQRootDialog &)
 
TQRootDialogoperator= (const TQRootDialog &)
 

#include <TQRootDialog.h>

+ Inheritance diagram for TQRootDialog:
+ Collaboration diagram for TQRootDialog:

Constructor & Destructor Documentation

TQRootDialog::TQRootDialog ( const TQRootDialog )
private
TQRootDialog::TQRootDialog ( QWidget *  parent,
const char *  name,
Qt::WFlags  f = 0,
TObject obj = 0,
TMethod meth = 0 
)
TQRootDialog::~TQRootDialog ( )
virtual

dtor

Definition at line 128 of file TQRootDialog.cxx.

Member Function Documentation

void TQRootDialog::Add ( const char *  argname,
const char *  value,
const char *  type 
)

Add widgets for arguments.

Definition at line 143 of file TQRootDialog.cxx.

Referenced by TQCanvasMenu::Dialog().

void TQRootDialog::closeEvent ( QCloseEvent *  ce)
protected

Handle close event.

Definition at line 168 of file TQRootDialog.cxx.

void TQRootDialog::ExecuteMethod ( )
slot

Execute ROOT methods.

Definition at line 62 of file TQRootDialog.cxx.

Referenced by Receive().

TQRootDialog& TQRootDialog::operator= ( const TQRootDialog )
private
void TQRootDialog::Popup ( )

Show the dialog.

Definition at line 160 of file TQRootDialog.cxx.

Referenced by TQCanvasMenu::Dialog().

void TQRootDialog::Receive ( )
inlineslot

Definition at line 77 of file TQRootDialog.h.

void TQRootDialog::SetTCanvas ( TCanvas aCanvas)
inline

Definition at line 74 of file TQRootDialog.h.

Referenced by TQCanvasMenu::Dialog().

Member Data Documentation

QVBox* TQRootDialog::fArgBox
protected

Definition at line 82 of file TQRootDialog.h.

TCanvas* TQRootDialog::fCurCanvas
protected

Definition at line 86 of file TQRootDialog.h.

Referenced by SetTCanvas().

TMethod* TQRootDialog::fCurMethod
protected

Definition at line 85 of file TQRootDialog.h.

TObject* TQRootDialog::fCurObj
protected

Definition at line 84 of file TQRootDialog.h.

QLineEdit* TQRootDialog::fLineEdit
protected

Definition at line 83 of file TQRootDialog.h.

QList<QLineEdit> TQRootDialog::fList
protected

Definition at line 91 of file TQRootDialog.h.

QWidget* TQRootDialog::fParent
protected

Definition at line 87 of file TQRootDialog.h.


The documentation for this class was generated from the following files: