File: term_ostream.vt.h

package info (click to toggle)
gettext 0.23.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168,104 kB
  • sloc: ansic: 532,579; sh: 68,252; perl: 28,011; makefile: 9,068; lisp: 3,184; yacc: 1,055; java: 615; cs: 589; cpp: 397; objc: 343; sed: 79; tcl: 63; xml: 40; pascal: 11; awk: 7; php: 7
file content (25 lines) | stat: -rw-r--r-- 1,371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */

/* Virtual function table layout of superclass.  */
#include "ostream.vt.h"

/* Virtual function table layout of term_ostream class.  */
        term_color_t (*rgb_to_color) (THIS_ARG,                              int red, int green, int blue);
        term_color_t (*get_color) (THIS_ARG);
   void         (*set_color) (THIS_ARG, term_color_t color);
        term_color_t (*get_bgcolor) (THIS_ARG);
   void         (*set_bgcolor) (THIS_ARG, term_color_t color);
        term_weight_t (*get_weight) (THIS_ARG);
   void          (*set_weight) (THIS_ARG, term_weight_t weight);
        term_posture_t (*get_posture) (THIS_ARG);
   void           (*set_posture) (THIS_ARG, term_posture_t posture);
        term_underline_t (*get_underline) (THIS_ARG);
   void             (*set_underline) (THIS_ARG,                                   term_underline_t underline);
        const char * (*get_hyperlink_ref) (THIS_ARG);
   const char * (*get_hyperlink_id) (THIS_ARG);
   void         (*set_hyperlink) (THIS_ARG,                               const char *ref, const char *id);
              void (*flush_to_current_style) (THIS_ARG);
        int          (*get_descriptor) (THIS_ARG);
   const char * (*get_filename) (THIS_ARG);
   ttyctl_t     (*get_tty_control) (THIS_ARG);
   ttyctl_t     (*get_effective_tty_control) (THIS_ARG);