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

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 2024-03-17 at 12:58:44 -0600