Skip to content

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

cpp class shapeworks::LogWindow;

Log Window.

This dialog displays the history of messages (e.g. status bar messages)

Public Functions Documentation

function LogWindow

cpp LogWindow( QWidget * parent =0 )

function add_message

cpp void add_message( MessageType message_type, QString message )

add a message to the history


Updated on 2026-03-31 at 16:02:10 +0000