Logo ROOT   6.16/01
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 32 of file TQRootDialog.h.

Public Slots

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

Public Member Functions

 TQRootDialog (QWidget *parent, const QString &title, TObject *obj=nullptr, TMethod *method=nullptr)
 ctor More...
 
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

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 QString &  title,
TObject obj = nullptr,
TMethod method = nullptr 
)

ctor

Definition at line 29 of file TQRootDialog.cxx.

◆ ~TQRootDialog()

TQRootDialog::~TQRootDialog ( )
virtual

dtor

Definition at line 55 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 105 of file TQRootDialog.cxx.

◆ closeEvent()

void TQRootDialog::closeEvent ( QCloseEvent *  ce)
protected

Handle close event.

Definition at line 130 of file TQRootDialog.cxx.

◆ ExecuteMethod

void TQRootDialog::ExecuteMethod ( )
slot

Execute ROOT methods.

Definition at line 65 of file TQRootDialog.cxx.

◆ operator=()

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

◆ Popup()

void TQRootDialog::Popup ( )

Show the dialog.

Definition at line 122 of file TQRootDialog.cxx.

◆ Receive

void TQRootDialog::Receive ( )
inlineslot

Definition at line 50 of file TQRootDialog.h.

◆ SetTCanvas()

void TQRootDialog::SetTCanvas ( TCanvas aCanvas)
inline

Definition at line 47 of file TQRootDialog.h.

Member Data Documentation

◆ fCurCanvas

TCanvas* TQRootDialog::fCurCanvas
protected

Definition at line 58 of file TQRootDialog.h.

◆ fCurMethod

TMethod* TQRootDialog::fCurMethod
protected

Definition at line 57 of file TQRootDialog.h.

◆ fCurObj

TObject* TQRootDialog::fCurObj
protected

Definition at line 56 of file TQRootDialog.h.

◆ fLineEdit

QLineEdit* TQRootDialog::fLineEdit
protected

Definition at line 55 of file TQRootDialog.h.

◆ fList

QList<QLineEdit*> TQRootDialog::fList
protected

Definition at line 60 of file TQRootDialog.h.

◆ fParent

QWidget* TQRootDialog::fParent
protected

Definition at line 59 of file TQRootDialog.h.

Libraries for TQRootDialog:
[legend]

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