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

Definition at line 57 of file TQRootDialog.h.

Public Slots

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

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
 
TCanvasfCurCanvas
 
TMethodfCurMethod
 
TObjectfCurObj
 
QLineEdit * fLineEdit
 
QList< QLineEdit > fList
 
QWidget * fParent
 

Private Member Functions

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

#include <TQRootDialog.h>

Inheritance diagram for TQRootDialog:
[legend]

Constructor & Destructor Documentation

◆ TQRootDialog() [1/2]

TQRootDialog::TQRootDialog ( const TQRootDialog )
private

◆ TQRootDialog() [2/2]

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

◆ ~TQRootDialog()

TQRootDialog::~TQRootDialog ( )
virtual

dtor

Definition at line 128 of file TQRootDialog.cxx.

Member Function Documentation

◆ Add()

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

Add widgets for arguments.

Definition at line 143 of file TQRootDialog.cxx.

◆ closeEvent()

void TQRootDialog::closeEvent ( QCloseEvent *  ce)
protected

Handle close event.

Definition at line 168 of file TQRootDialog.cxx.

◆ ExecuteMethod

void TQRootDialog::ExecuteMethod ( )
slot

Execute ROOT methods.

Definition at line 62 of file TQRootDialog.cxx.

◆ operator=()

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

◆ Popup()

void TQRootDialog::Popup ( )

Show the dialog.

Definition at line 160 of file TQRootDialog.cxx.

◆ Receive

void TQRootDialog::Receive ( )
inlineslot

Definition at line 75 of file TQRootDialog.h.

◆ SetTCanvas()

void TQRootDialog::SetTCanvas ( TCanvas aCanvas)
inline

Definition at line 72 of file TQRootDialog.h.

Member Data Documentation

◆ fArgBox

QVBox* TQRootDialog::fArgBox
protected

Definition at line 80 of file TQRootDialog.h.

◆ fCurCanvas

TCanvas* TQRootDialog::fCurCanvas
protected

Definition at line 84 of file TQRootDialog.h.

◆ fCurMethod

TMethod* TQRootDialog::fCurMethod
protected

Definition at line 83 of file TQRootDialog.h.

◆ fCurObj

TObject* TQRootDialog::fCurObj
protected

Definition at line 82 of file TQRootDialog.h.

◆ fLineEdit

QLineEdit* TQRootDialog::fLineEdit
protected

Definition at line 81 of file TQRootDialog.h.

◆ fList

QList<QLineEdit> TQRootDialog::fList
protected

Definition at line 89 of file TQRootDialog.h.

◆ fParent

QWidget* TQRootDialog::fParent
protected

Definition at line 85 of file TQRootDialog.h.


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