ARB
|
#include <aw_xfig.hxx>
Public Attributes | |
struct AW_xfig_line * | next |
short | x0 |
short | y0 |
short | x1 |
short | y1 |
short | color |
int | gc |
Definition at line 35 of file aw_xfig.hxx.
struct AW_xfig_line* AW_xfig_line::next |
Definition at line 36 of file aw_xfig.hxx.
Referenced by AW_xfig::add_line(), AW_xfig::AW_xfig(), AW_xfig::print(), and AW_xfig::~AW_xfig().
short AW_xfig_line::x0 |
Definition at line 38 of file aw_xfig.hxx.
Referenced by AW_xfig::add_line(), AW_xfig::AW_xfig(), and AW_xfig::print().
short AW_xfig_line::y0 |
Definition at line 38 of file aw_xfig.hxx.
Referenced by AW_xfig::add_line(), AW_xfig::AW_xfig(), and AW_xfig::print().
short AW_xfig_line::x1 |
Definition at line 39 of file aw_xfig.hxx.
Referenced by AW_xfig::add_line(), AW_xfig::AW_xfig(), and AW_xfig::print().
short AW_xfig_line::y1 |
Definition at line 39 of file aw_xfig.hxx.
Referenced by AW_xfig::add_line(), AW_xfig::AW_xfig(), and AW_xfig::print().
short AW_xfig_line::color |
Definition at line 40 of file aw_xfig.hxx.
Referenced by AW_xfig::add_line(), and AW_xfig::AW_xfig().
int AW_xfig_line::gc |
Definition at line 41 of file aw_xfig.hxx.
Referenced by AW_xfig::create_gcs().