/[groff]/groff/src/devices/grohtml/html-table.h
ViewVC logotype

Diff of /groff/src/devices/grohtml/html-table.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wl, Tue Oct 12 21:39:31 2004 UTC revision 1.4 by wl, Wed Feb 16 14:07:24 2005 UTC
# Line 1  Line 1 
1  // -*- C++ -*-  // -*- C++ -*-
2  /* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.  /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3   *   *
4   *  Gaius Mulley (gaius@glam.ac.uk) wrote html-table.h   *  Gaius Mulley (gaius@glam.ac.uk) wrote html-table.h
5   *   *
# Line 92  public: Line 92  public:
92    void  add_indent        (int indent);    void  add_indent        (int indent);
93    void  finish_row        (void);    void  finish_row        (void);
94    int   get_effective_linelength (void);    int   get_effective_linelength (void);
95      void  set_space         (int space);
96    
97    tabs          *tab_stops;    /* tab stop positions */    tabs          *tab_stops;    /* tab stop positions */
98      simple_output *out;
99  private:  private:
100    cols          *columns;      /* column entries */    cols          *columns;      /* column entries */
   simple_output *out;  
101    int            linelength;    int            linelength;
102    cols          *last_col;     /* last column started */    cols          *last_col;     /* last column started */
103    int            start_space;  /* encapsulate with <p> </p> */    int            start_space;  /* have we seen a `.sp' tag? */
104    
105    void  remove_cols (cols *c);    void  remove_cols (cols *c);
106  };  };

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26