class TQRootDialog: public QVBox

Function Members (Methods)

public:
TQRootDialog(QWidget* parent, const char* name, int f = 0, TObject* obj = 0, TMethod* meth = 0)
virtual~TQRootDialog()
voidAdd(const char* argname, const char* value, const char* type)
static TClass*Class()
voidExecuteMethod()
virtual TClass*IsA() const
voidPopup()
voidReceive()
voidSetTCanvas(TCanvas* aCanvas)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
voidcloseEvent(QCloseEvent* ce)
private:
TQRootDialog(const TQRootDialog&)
TQRootDialog&operator=(const TQRootDialog&)

Data Members

protected:
QVBox*fArgBoxBox layout
TCanvas*fCurCanvascurrent canvas
TMethod*fCurMethodmethod to be executed
TObject*fCurObjSelected object
QLineEdit*fLineEditLineEdit widget for arguments
QList<QLineEdit>fListlist of widget corresponding to the number of arguments
QWidget*fParentparent widget

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TQRootDialog(QWidget* parent, const char* name, int f = 0, TObject* obj = 0, TMethod* meth = 0)
 ctor
void ExecuteMethod()
 Execute ROOT methods.
~TQRootDialog()
 dtor
void Add(const char* argname, const char* value, const char* type)
 Add widgets for arguments.
void Popup()
 Show the dialog.
void closeEvent(QCloseEvent* ce)
 Handle close event.
TQRootDialog(const TQRootDialog& )
TQRootDialog& operator=(const TQRootDialog& )
void SetTCanvas(TCanvas* aCanvas)
{fCurCanvas=aCanvas;}
void Receive()
{ExecuteMethod();}

Author: Denis Bertini, M. Al-Turany 01/11/2000
Last update: root/qtgsi:$Id: TQRootDialog.h 20882 2007-11-19 11:31:26Z rdm $
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.