QGIS API Documentation  2.0.1-Dufour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Slots | Private Attributes | List of all members
QgsMessageViewer Class Reference

A generic message view for displaying QGIS messages. More...

#include <qgsmessageviewer.h>

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

Public Member Functions

 QgsMessageViewer (QWidget *parent=0, Qt::WFlags fl=QgisGui::ModalDialogFlags, bool deleteOnClose=true)
 ~QgsMessageViewer ()
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 showMessage (bool blocking=true)
 display the message to the user
virtual void setTitle (const QString &title)
 set title for the messages
void setMessageAsHtml (const QString &msg)
void setMessageAsPlainText (const QString &msg)
void setCheckBoxText (const QString &text)
void setCheckBoxVisible (bool visible)
void setCheckBoxState (Qt::CheckState state)
Qt::CheckState checkBoxState ()
void setCheckBoxQSettingsLabel (QString label)
- Public Member Functions inherited from QgsMessageOutput
virtual ~QgsMessageOutput ()
 virtual destructor

Private Slots

void on_checkBox_toggled (bool)

Private Attributes

QString mCheckBoxQSettingsLabel

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 void setMessageOutputCreator (MESSAGE_OUTPUT_CREATOR f)
 sets function that will be used to create message output
static QgsMessageOutputcreateMessageOutput ()
 function that returns new class derived from QgsMessageOutput (don't forget to delete it then)

Detailed Description

A generic message view for displaying QGIS messages.

Definition at line 30 of file qgsmessageviewer.h.

Constructor & Destructor Documentation

QgsMessageViewer::QgsMessageViewer ( QWidget *  parent = 0,
Qt::WFlags  fl = QgisGui::ModalDialogFlags,
bool  deleteOnClose = true 
)
QgsMessageViewer::~QgsMessageViewer ( )

Definition at line 39 of file qgsmessageviewer.cpp.

Member Function Documentation

void QgsMessageViewer::appendMessage ( const QString &  message)
virtual

message to be appended to the current text

Implements QgsMessageOutput.

Definition at line 55 of file qgsmessageviewer.cpp.

Qt::CheckState QgsMessageViewer::checkBoxState ( )

Definition at line 103 of file qgsmessageviewer.cpp.

void QgsMessageViewer::on_checkBox_toggled ( bool  toggled)
privateslot

Definition at line 114 of file qgsmessageviewer.cpp.

References mCheckBoxQSettingsLabel.

void QgsMessageViewer::setCheckBoxQSettingsLabel ( QString  label)

Definition at line 108 of file qgsmessageviewer.cpp.

References mCheckBoxQSettingsLabel.

void QgsMessageViewer::setCheckBoxState ( Qt::CheckState  state)

Definition at line 98 of file qgsmessageviewer.cpp.

Referenced by QgsMessageViewer().

void QgsMessageViewer::setCheckBoxText ( const QString &  text)

Definition at line 88 of file qgsmessageviewer.cpp.

void QgsMessageViewer::setCheckBoxVisible ( bool  visible)

Definition at line 93 of file qgsmessageviewer.cpp.

Referenced by QgsMessageViewer().

void QgsMessageViewer::setMessage ( const QString &  message,
MessageType  msgType 
)
virtual

set message, it won't be displayed until

Implements QgsMessageOutput.

Definition at line 61 of file qgsmessageviewer.cpp.

References QgsMessageOutput::MessageHtml, setMessageAsHtml(), and setMessageAsPlainText().

void QgsMessageViewer::setMessageAsHtml ( const QString &  msg)
void QgsMessageViewer::setMessageAsPlainText ( const QString &  msg)
void QgsMessageViewer::setTitle ( const QString &  title)
virtual

set title for the messages

Implements QgsMessageOutput.

Definition at line 83 of file qgsmessageviewer.cpp.

void QgsMessageViewer::showMessage ( bool  blocking = true)
virtual

display the message to the user

Implements QgsMessageOutput.

Definition at line 69 of file qgsmessageviewer.cpp.

Referenced by QgsOWSSourceSelect::showError().

Member Data Documentation

QString QgsMessageViewer::mCheckBoxQSettingsLabel
private

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