29 class QTGLIB_EXPORT
Error :
public std::exception
37 Error(
Quark domain,
int code,
const QString & message);
41 virtual ~
Error()
throw();
45 virtual const char* what()
const throw();
55 QString message()
const;
63 operator const GError *()
const;
70 QTGLIB_EXPORT QDebug operator<<(QDebug dbg,
const Error & error);
74 #endif // QGLIB_ERROR_H
Wrappers for Glib and GObject classes.
Wrapper class for GQuark.
Wrapper class for GError.