Top   Types   Functions   Classes   Index   Sources 

include/error/style-qt.h


 1  /* -*- Mode: C -*- */
 2  
 3  #ifndef ERR_STYLE_QT_34234_H
 4  #define ERR_STYLE_QT_34234_H
 5  
 6  #ifdef __cplusplus
 7  extern "C" {
 8  #endif
 9  
10  extern err_style_t const err_style_qt_s;
11  #define err_style_qt (&err_style_qt_s)
12     /* Similar to err_style_plain, but with a few mark-ups useful for Qt
13      *
14      * Since this style uses the plain style's formatting routines,
15      * their behaviour is reflected in this style, too.  (E.g. line breaks,
16      * printing of PID, etc.)
17      */
18  
19  extern char const *err_tag_qt (int /*tag*/);
20      /* one of:
21       * "",     unclassified, banner, prompt
22       * "<n>"   notes, infos, progress,
23       * "<w>"   warning
24       * "<e>"   assertion, error, fatal,
25       * "<d>"   debug
26       */
27  
28  extern void err_style_qt_format (
29      err_formatted_stream_t *,
30      err_v_char_t *,
31      int, int, int,
32      err_msg_info_t,
33      err_location_t const *,
34      char const *, char const *, int,
35      char const *);
36  
37  extern err_v_char_t *err_style_qt_post_format (
38      err_formatted_stream_t *,
39      int /*tag*/, int /*orig_tag*/, err_v_char_t const *);
40      /* This is the post-format function for plain style. */
41  
42  #ifdef __cplusplus
43  }
44  #endif
45  
46  #endif /* ERR_STYLE_QT_34234_H */

Index

Stoppt die Vorratsdatenspeicherung
November 26th, 2007
Comments? Suggestions? Corrections? You can drop me a line.
zpentrabvagiktu@theiling.de
Schwerpunktpraxis