1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3 /* Virtual function table layout of superclass. */
4 #include "ostream.vt.h"
5
6 /* Virtual function table layout of term_ostream class. */
7 term_color_t (*rgb_to_color) (THIS_ARG, int red, int green, int blue);
8 term_color_t (*get_color) (THIS_ARG);
9 void (*set_color) (THIS_ARG, term_color_t color);
10 term_color_t (*get_bgcolor) (THIS_ARG);
11 void (*set_bgcolor) (THIS_ARG, term_color_t color);
12 term_weight_t (*get_weight) (THIS_ARG);
13 void (*set_weight) (THIS_ARG, term_weight_t weight);
14 term_posture_t (*get_posture) (THIS_ARG);
15 void (*set_posture) (THIS_ARG, term_posture_t posture);
16 term_underline_t (*get_underline) (THIS_ARG);
17 void (*set_underline) (THIS_ARG, term_underline_t underline);
18 const char * (*get_hyperlink_ref) (THIS_ARG);
19 const char * (*get_hyperlink_id) (THIS_ARG);
20 void (*set_hyperlink) (THIS_ARG, const char *ref, const char *id);
21 void (*flush_to_current_style) (THIS_ARG);
22 int (*get_descriptor) (THIS_ARG);
23 const char * (*get_filename) (THIS_ARG);
24 ttyctl_t (*get_tty_control) (THIS_ARG);
25 ttyctl_t (*get_effective_tty_control) (THIS_ARG);