ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::LogWidget Class Reference

#include <log_widget.h>

Inheritance diagram for colmap::LogWidget:
Collaboration diagram for colmap::LogWidget:

Public Member Functions

 LogWidget (QWidget *parent, const int max_num_blocks=100000)
 
 ~LogWidget ()
 
void Append (const std::string &text)
 
void Flush ()
 
void Clear ()
 

Detailed Description

Definition at line 51 of file log_widget.h.

Constructor & Destructor Documentation

◆ LogWidget()

colmap::LogWidget::LogWidget ( QWidget *  parent,
const int  max_num_blocks = 100000 
)

Definition at line 36 of file log_widget.cc.

References Clear(), and Flush().

◆ ~LogWidget()

colmap::LogWidget::~LogWidget ( )

Definition at line 84 of file log_widget.cc.

Member Function Documentation

◆ Append()

void colmap::LogWidget::Append ( const std::string &  text)

Definition at line 94 of file log_widget.cc.

◆ Clear()

void colmap::LogWidget::Clear ( )

Definition at line 116 of file log_widget.cc.

Referenced by LogWidget().

◆ Flush()

void colmap::LogWidget::Flush ( )

Definition at line 104 of file log_widget.cc.

Referenced by LogWidget().


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