Quantum GIS API Documentation  1.8
Signals | Public Member Functions | Private Attributes
QgsMessageOutputConsole Class Reference

Default implementation of message output interface. More...

#include <qgsmessageoutput.h>

Inheritance diagram for QgsMessageOutputConsole:
Inheritance graph
[legend]
Collaboration diagram for QgsMessageOutputConsole:
Collaboration graph
[legend]

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 setMessage (const QString &message, MessageType msgType)
 set message, it won't be displayed until
virtual void appendMessage (const QString &message)
 message to be appended to the current text
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
QString mTitle
 stores current title
MessageType mMsgType

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


Constructor & Destructor Documentation

Definition at line 48 of file qgsmessageoutput.cpp.


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, and mTitle.


Member Data Documentation

stores current message

Definition at line 105 of file qgsmessageoutput.h.

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

Definition at line 110 of file qgsmessageoutput.h.

Referenced by setMessage(), and showMessage().

stores current title

Definition at line 108 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 Friends Defines