Patternist::Message Class Reference

Represents a message and the location it originates from. More...

#include <Message.h>

List of all members.

Public Types

typedef QList< MessageList
enum  Type { Null = 0, Warning = 1, Error = 2 }

Public Member Functions

QString description () const
QString identifier () const
 Message (const Message &other)
 Message ()
Messageoperator= (const Message &other)
void setDescription (const QString &desc)
void setIdentifier (const QString &id)
void setType (const Type messageType)
Type type () const


Detailed Description

Represents a message and the location it originates from.

Author:
Frans Englich <frans.englich@telia.com>

Definition at line 29 of file Message.h.


Constructor & Destructor Documentation

Message::Message (  ) 

Default constructor.

Definition at line 19 of file Message.cpp.

Message::Message ( const Message other  ) 

Copy constructor.

Definition at line 23 of file Message.cpp.


Member Function Documentation

Message & Message::operator= ( const Message other  ) 

Assignment operator.

Definition at line 29 of file Message.cpp.

References m_description, m_identifier, m_type, setDescription(), setIdentifier(), and setType().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Thu Feb 8 14:54:34 2007 for Patternist by  doxygen 1.5.1