library: libQtGSI
#include "TQRootDialog.h"

TQRootDialog


class description - header file - source file
viewCVS header - viewCVS source

class TQRootDialog: public QVBox

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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
QLineEdit*fLineEditLineEdit widget for arguments
TObject*fCurObjSelected object
TMethod*fCurMethodmethod to be executed
TCanvas*fCurCanvascurrent canvas
QWidget*fParentparent widget
QList<QLineEdit>fListlist of widget corresponding to the number of arguments

Class Description

TQRootDialog(QWidget *parent, const char *name, WFlags f, TObject* obj, TMethod *method )
 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:$Name: $:$Id: TQRootDialog.cxx,v 1.4 2006/04/13 09:46:06 brun Exp $
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

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.