![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtOutputAreaWidget (QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtOutputAreaWidget () |
| virtual bool | init (DtBaseWindow *owner) |
| Initializes the dialog with the soil types listed inside the vector. | |
| virtual bool | message (const QString &msg) |
| void | setProcessEvents (bool) |
| Set to true to call processEvents on qApp when adding a message (to display it). | |
| bool | processEvents () const |
Static Public Member Functions | |
| static DtOutputAreaWidget * | create (QWidget *parent=NULL, const Qt::WindowFlags &flags=0) |
Public Attributes | |
| Ui::outputAreaUi | myUiImpl |
| bool | myProcessEvents |
| DtOutputAreaWidget::DtOutputAreaWidget | ( | QWidget * | parent = NULL, |
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual DtOutputAreaWidget::~DtOutputAreaWidget | ( | ) | [virtual] |
| static DtOutputAreaWidget* DtOutputAreaWidget::create | ( | QWidget * | parent = NULL, |
| const Qt::WindowFlags & | flags = 0 |
||
| ) | [static] |
| virtual bool DtOutputAreaWidget::init | ( | DtBaseWindow * | owner | ) | [virtual] |
Initializes the dialog with the soil types listed inside the vector.
| virtual bool DtOutputAreaWidget::message | ( | const QString & | msg | ) | [virtual] |
| void DtOutputAreaWidget::setProcessEvents | ( | bool | b | ) | [inline] |
Set to true to call processEvents on qApp when adding a message (to display it).
Default is false
References myProcessEvents.
| bool DtOutputAreaWidget::processEvents | ( | ) | const [inline] |
References myProcessEvents.
| Ui::outputAreaUi DtOutputAreaWidget::myUiImpl |
Referenced by processEvents(), and setProcessEvents().