ProFileTranslationsScanner Class Reference

#include <proparser.h>

Inheritance diagram for ProFileTranslationsScanner:

Inheritance graph
[legend]
Collaboration diagram for ProFileTranslationsScanner:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 30 of file proparser.h.

Public Member Functions

 ProFileTranslationsScanner (bool verbose)
ProFilequeryProFile (const QString &filename)

Private Member Functions

void logMessage (const LogMessage &msg)

Private Attributes

bool m_verbose


Constructor & Destructor Documentation

ProFileTranslationsScanner::ProFileTranslationsScanner ( bool  verbose  )  [inline]

Definition at line 32 of file proparser.h.

References m_verbose.

00032                                              : ProFileEvaluator() 
00033     {
00034         m_verbose = verbose;
00035     }


Member Function Documentation

ProFile* ProFileTranslationsScanner::queryProFile ( const QString filename  )  [inline, virtual]

Reimplemented from ProFileEvaluator.

Definition at line 37 of file proparser.h.

References ProFileEvaluator::queryProFile().

Referenced by evaluateProFile().

00037                                                    {
00038         return ProFileEvaluator::queryProFile(filename);
00039     }

Here is the call graph for this function:

void ProFileTranslationsScanner::logMessage ( const LogMessage &  msg  )  [inline, private]

Definition at line 43 of file proparser.h.

References ProFileEvaluator::logMessage(), m_verbose, ProFileEvaluator::MT_DebugLevel1, and ProFileEvaluator::MT_Error.

00043                                            {
00044         if (m_verbose && (msg.m_type == ProFileEvaluator::MT_DebugLevel1
00045             || msg.m_type == ProFileEvaluator::MT_Error)) {
00046             ProFileEvaluator::logMessage(msg);
00047         }
00048     }

Here is the call graph for this function:


Member Data Documentation

bool ProFileTranslationsScanner::m_verbose [private]

Definition at line 51 of file proparser.h.

Referenced by logMessage(), and ProFileTranslationsScanner().


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 15:38:00 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1