QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsMessageOutputConsole Class Reference

Default implementation of message output interface. More...

#include <qgsmessageoutput.h>

Inheritance diagram for QgsMessageOutputConsole:

Signals

void destroyed ()
 signals that object will be destroyed and shouldn't be used anymore

Public Member Functions

 QgsMessageOutputConsole ()=default
void appendMessage (const QString &message) override
 message to be appended to the current text
void setMessage (const QString &message, MessageType msgType) override
 Sets message, it won't be displayed until.
void setTitle (const QString &title) override
 Sets title for the messages.
void showMessage (bool blocking=true) override
 sends the message to the standard output
Public Member Functions inherited from QgsMessageOutput
virtual ~QgsMessageOutput ()=default

Additional Inherited Members

Public Types inherited from QgsMessageOutput
enum  MessageType { MessageText , MessageHtml }
 message can be in plain text or in html format More...
Static Public Member Functions inherited from QgsMessageOutput
static QgsMessageOutputcreateMessageOutput ()
 function that returns new class derived from QgsMessageOutput (don't forget to delete it then if showMessage(bool) is not used showMessage(bool) deletes the instance)
static void setMessageOutputCreator (MESSAGE_OUTPUT_CREATOR f)
 sets function that will be used to create message output
static void showMessage (const QString &title, const QString &message, MessageType msgType)
 Display the blocking message to the user.

Detailed Description

Default implementation of message output interface.

This class outputs messages to the standard output. Therefore it might be the right choice for apps without GUI.

Definition at line 97 of file qgsmessageoutput.h.

Constructor & Destructor Documentation

◆ QgsMessageOutputConsole()

QgsMessageOutputConsole::QgsMessageOutputConsole ( )
default

Member Function Documentation

◆ appendMessage()

void QgsMessageOutputConsole::appendMessage ( const QString & message)
overridevirtual

message to be appended to the current text

Implements QgsMessageOutput.

Definition at line 61 of file qgsmessageoutput.cpp.

◆ destroyed

void QgsMessageOutputConsole::destroyed ( )
signal

signals that object will be destroyed and shouldn't be used anymore

◆ setMessage()

void QgsMessageOutputConsole::setMessage ( const QString & message,
MessageType msgType )
overridevirtual

Sets message, it won't be displayed until.

Implements QgsMessageOutput.

Definition at line 55 of file qgsmessageoutput.cpp.

◆ setTitle()

void QgsMessageOutputConsole::setTitle ( const QString & title)
overridevirtual

Sets title for the messages.

Implements QgsMessageOutput.

Definition at line 80 of file qgsmessageoutput.cpp.

◆ showMessage()

void QgsMessageOutputConsole::showMessage ( bool blocking = true)
overridevirtual

sends the message to the standard output

Implements QgsMessageOutput.

Definition at line 66 of file qgsmessageoutput.cpp.


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