![]() |
VR-Forces 4.0.4 Class Documentation
|
This widget displays the console log. More...

Public Member Functions | |
| DtConsoleLogWidget (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtConsoleLogWidget () |
| DTOR. | |
| virtual bool | initiallyVisible () const |
| Virtual function needed for controlling if the widget is docked visible. | |
Protected Member Functions | |
| void | setupGui () |
| //! | |
Protected Attributes | |
| QTextEdit * | myTextEdit |
| QDebugStream * | myStdOutStream |
| QDebugStream * | myIgLogStream |
| DtDe & | myDe |
This widget displays the console log.
| makVrv::DtConsoleLogWidget::DtConsoleLogWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
| virtual makVrv::DtConsoleLogWidget::~DtConsoleLogWidget | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtConsoleLogWidget::initiallyVisible | ( | ) | const [virtual] |
Virtual function needed for controlling if the widget is docked visible.
Reimplemented from makVrv::DtDockable.
| void makVrv::DtConsoleLogWidget::setupGui | ( | ) | [protected] |
//!
Called when the user checks the file caching checkbox. virtual void onEnableFileCachingChanged(int state);
//!Called when the user presses the clear cache button. virtual void onClearCacheClicked(); Sets up the GUI.
QTextEdit* makVrv::DtConsoleLogWidget::myTextEdit [protected] |
QDebugStream* makVrv::DtConsoleLogWidget::myStdOutStream [protected] |
QDebugStream* makVrv::DtConsoleLogWidget::myIgLogStream [protected] |
DtDe& makVrv::DtConsoleLogWidget::myDe [protected] |
Reimplemented from makVrv::DtDockable.