Quantum GIS API Documentation  master-693a1fe
QgsMessageOutputConsole Class Reference

Default implementation of message output interface. More...

#include <qgsmessageoutput.h>

+ Inheritance diagram for QgsMessageOutputConsole:
+ Collaboration diagram for QgsMessageOutputConsole:

List of all members.

Signals

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

Public Member Functions

 QgsMessageOutputConsole ()
virtual void appendMessage (const QString &message)
 message to be appended to the current text
virtual void setMessage (const QString &message, MessageType msgType)
 set message, it won't be displayed until
virtual void setTitle (const QString &title)
 set title for the messages
virtual void showMessage (bool blocking=true)
 sends the message to the standard output

Private Attributes

QString mMessage
 stores current message
MessageType mMsgType
QString mTitle
 stores current title

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 81 of file qgsmessageoutput.h.


Constructor & Destructor Documentation


Member Function Documentation

void QgsMessageOutputConsole::appendMessage ( const QString &  message) [virtual]

message to be appended to the current text

Implements QgsMessageOutput.

Definition at line 59 of file qgsmessageoutput.cpp.

References mMessage.

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

Referenced by showMessage().

void QgsMessageOutputConsole::setMessage ( const QString &  message,
MessageType  msgType 
) [virtual]

set message, it won't be displayed until

Implements QgsMessageOutput.

Definition at line 53 of file qgsmessageoutput.cpp.

References mMessage, and mMsgType.

void QgsMessageOutputConsole::setTitle ( const QString &  title) [virtual]

set title for the messages

Implements QgsMessageOutput.

Definition at line 77 of file qgsmessageoutput.cpp.

References mTitle.

void QgsMessageOutputConsole::showMessage ( bool  blocking = true) [virtual]

sends the message to the standard output

Implements QgsMessageOutput.

Definition at line 64 of file qgsmessageoutput.cpp.

References destroyed(), QgsMessageLog::logMessage(), QgsMessageOutput::MessageHtml, mMessage, mMsgType, mTitle, and tr.


Member Data Documentation

stores current message

Definition at line 106 of file qgsmessageoutput.h.

Referenced by appendMessage(), setMessage(), and showMessage().

Definition at line 111 of file qgsmessageoutput.h.

Referenced by setMessage(), and showMessage().

stores current title

Definition at line 109 of file qgsmessageoutput.h.

Referenced by setTitle(), and showMessage().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines