GSI Object Oriented Online Offline (Go4) GO4-6.4.5
Loading...
Searching...
No Matches
QRootDialog Class Reference

QRootDialog. More...

#include <QRootDialog.h>

Inheritance diagram for QRootDialog:

Public Member Functions

 QRootDialog ()
 QRootDialog ()
void addArg (const char *argname, const char *value, const char *type)
void addArg (const char *argname, const char *value, const char *type)
QString getArg (int n)
QString getArg (int n)

Protected Attributes

QVBoxLayout * argLayout {nullptr}
QVector< QLineEdit * > fArgs

Detailed Description

QRootDialog.

A QRootDialog is used to prompt for the arguments of an object's member function. It is called by the QRootCanvas class

See also
QRootCanvas
Authors
Denis Bertini <d.bertini(at)gsi.de>, Sergey Linev <S.Linev(at)gsi.de>
Version
2.0

Definition at line 49 of file QRootDialog.h.

Constructor & Destructor Documentation

◆ QRootDialog() [1/2]

QRootDialog::QRootDialog ( )

Definition at line 36 of file QRootDialog.cpp.

References argLayout.

◆ QRootDialog() [2/2]

QRootDialog::QRootDialog ( )

Member Function Documentation

◆ addArg() [1/2]

void QRootDialog::addArg ( const char * argname,
const char * value,
const char * type )

Definition at line 63 of file QRootDialog.cpp.

References argLayout, and fArgs.

Referenced by QRootCanvas::methodDialog().

◆ addArg() [2/2]

void QRootDialog::addArg ( const char * argname,
const char * value,
const char * type )

◆ getArg() [1/2]

QString QRootDialog::getArg ( int n)

Definition at line 77 of file QRootDialog.cpp.

References fArgs.

Referenced by QRootCanvas::methodDialog().

◆ getArg() [2/2]

QString QRootDialog::getArg ( int n)

References argLayout.

Field Documentation

◆ argLayout

QVBoxLayout * QRootDialog::argLayout {nullptr}
protected

Definition at line 60 of file QRootDialog.h.

Referenced by QRootDialog(), addArg(), and getArg().

◆ fArgs

QVector< QLineEdit * > QRootDialog::fArgs
protected

Definition at line 62 of file QRootDialog.h.

Referenced by addArg(), and getArg().


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