ARB
|
#include <aw_common.hxx>
Public Member Functions | |
AW_GC_config () | |
AW_function | get_function () const |
AW_grey_level | get_grey_level () const |
void | set_grey_level (AW_grey_level grey_level_) |
short | get_line_width () const |
AW_linestyle | get_line_style () const |
bool | operator== (const AW_GC_config &other) const |
Protected Attributes | |
AW_function | function |
AW_grey_level | grey_level |
short | line_width |
AW_linestyle | style |
Definition at line 33 of file aw_common.hxx.
|
inline |
Definition at line 41 of file aw_common.hxx.
Referenced by AW_GC::establish_default(), and AW_GC::reset().
|
inline |
Definition at line 48 of file aw_common.hxx.
Referenced by AW_GC::apply_config(), and AW_GC_Xm::AW_GC_Xm().
|
inline |
Definition at line 51 of file aw_common.hxx.
References grey_level.
Referenced by AW_GC::apply_config(), and AW_stylable::get_grey_level().
|
inline |
Definition at line 52 of file aw_common.hxx.
Referenced by AW_GC::apply_config(), and AW_stylable::set_grey_level().
|
inline |
Definition at line 58 of file aw_common.hxx.
References line_width.
Referenced by AW_GC::apply_config().
|
inline |
|
inline |
Definition at line 61 of file aw_common.hxx.
References function, grey_level, line_width, and style.
|
protected |
Definition at line 35 of file aw_common.hxx.
Referenced by operator==().
|
protected |
Definition at line 36 of file aw_common.hxx.
Referenced by get_grey_level(), and operator==().
|
protected |
Definition at line 37 of file aw_common.hxx.
Referenced by AW_GC_Xm::AW_GC_Xm(), get_line_width(), operator==(), and AW_GC::set_line_attributes().
|
protected |
Definition at line 38 of file aw_common.hxx.
Referenced by get_line_style(), operator==(), and AW_GC::set_line_attributes().