library: libQtGSI
#include "TQRootDialog.h"

TQRootDialog


class description - header file - source file - inheritance tree (.pdf)

class TQRootDialog : public QVBox

Inheritance Chart:
QVBox
<-
TQRootDialog
    private:
TQRootDialog(const TQRootDialog&) TQRootDialog& operator=(const TQRootDialog&) protected:
void closeEvent(QCloseEvent* ce) public:
TQRootDialog(QWidget* parent, const char* name, int f = 0, TObject* obj = 0, TMethod* meth = 0) virtual ~TQRootDialog() void Add(const char* argname, const char* value, const char* type) static TClass* Class() void ExecuteMethod() virtual TClass* IsA() const void Popup() void Receive() void SetTCanvas(TCanvas* aCanvas) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
QVBox* fArgBox Box layout QLineEdit* fLineEdit LineEdit widget for arguments TObject* fCurObj Selected object TMethod* fCurMethod method to be executed TCanvas* fCurCanvas current canvas QWidget* fParent parent widget QList<QLineEdit> fList list 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 Popup()
 Show the dialog.
void closeEvent( QCloseEvent* ce )
 Handle close event.
TQRootDialog(const TQRootDialog &)
TQRootDialog& operator=(const TQRootDialog &)
void Add(const char* argname, const char* value, const char* type)
void SetTCanvas(TCanvas* aCanvas)
void Receive()

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.