RioEngine  0.1
My first attempt to create a 3D WYSIWYG Game Engine
LogWindow Class Reference

#include <logwindow.h>

Inheritance diagram for LogWindow:

Public Member Functions

 LogWindow (QWidget *parent=0)
 
void log (QString message)
 
virtual void closeEvent (QCloseEvent *event)
 
 ~LogWindow ()
 

Detailed Description

Definition at line 42 of file logwindow.h.

Constructor & Destructor Documentation

LogWindow::LogWindow ( QWidget *  parent = 0)
explicit

Definition at line 36 of file logwindow.cpp.

LogWindow::~LogWindow ( )

Definition at line 69 of file logwindow.cpp.

Member Function Documentation

void LogWindow::closeEvent ( QCloseEvent *  event)
virtual

Definition at line 50 of file logwindow.cpp.

void LogWindow::log ( QString  message)

Definition at line 44 of file logwindow.cpp.


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