lemAutoRun
1.0
include
PValidateErrorHandler.h
Go to the documentation of this file.
1
/********************************************************************************************
2
3
PValidateErrorHandler.h
4
5
*********************************************************************************************
6
7
begin : Andreas Suter, 2007/04/24
8
modfied: :
9
copyright : (C) 2007 by
10
email : andreas.suter@psi.ch
11
12
********************************************************************************************/
13
14
/***************************************************************************
15
* *
16
* This program is free software; you can redistribute it and/or modify *
17
* it under the terms of the GNU General Public License as published by *
18
* the Free Software Foundation; either version 2 of the License, or *
19
* (at your option) any later version. *
20
* *
21
***************************************************************************/
22
23
#ifndef _PVALIDATEERRORHANDLER_H_
24
#define _PVALIDATEERRORHANDLER_H_
25
26
#include <QObject>
27
28
class
PValidateErrorHandler
:
public
QObject
29
{
30
Q_OBJECT
31
32
public
:
33
PValidateErrorHandler
();
34
~PValidateErrorHandler
();
35
36
public
slots:
37
void
HandleErrors
(
int
,
int
,
int
errorNo,
int
line, QString errorMsg);
38
};
39
40
#endif // _PVALIDATEERRORHANDLER_H_
QObject
PValidateErrorHandler::HandleErrors
void HandleErrors(int, int, int errorNo, int line, QString errorMsg)
Definition:
PValidateErrorHandler.cpp:59
PValidateErrorHandler::PValidateErrorHandler
PValidateErrorHandler()
Definition:
PValidateErrorHandler.cpp:35
PValidateErrorHandler
Definition:
PValidateErrorHandler.h:28
PValidateErrorHandler::~PValidateErrorHandler
~PValidateErrorHandler()
Definition:
PValidateErrorHandler.cpp:45
Generated by
1.8.14