shapeworks::LogWindow
Log Window. More...
#include <LogWindow.h>
Inherits from QDialog
Public Functions
| Name | |
|---|---|
| LogWindow(QWidget * parent =0) | |
| void | add_message(MessageType message_type, QString message) add a message to the history  | 
Detailed Description
class shapeworks::LogWindow;
Log Window.
This dialog displays the history of messages (e.g. status bar messages)
Public Functions Documentation
function LogWindow
LogWindow(
    QWidget * parent =0
)
function add_message
void add_message(
    MessageType message_type,
    QString message
)
add a message to the history
Updated on 2022-03-31 at 09:51:18 -0600