ARB
Public Member Functions | Protected Attributes | List of all members
AW_GC_config Class Reference

#include <aw_common.hxx>

Inheritance diagram for AW_GC_config:
Inheritance graph
[legend]
Collaboration diagram for AW_GC_config:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 33 of file aw_common.hxx.

Constructor & Destructor Documentation

AW_GC_config::AW_GC_config ( )
inline

Definition at line 41 of file aw_common.hxx.

Referenced by AW_GC::establish_default(), and AW_GC::reset().

Member Function Documentation

AW_function AW_GC_config::get_function ( ) const
inline

Definition at line 48 of file aw_common.hxx.

Referenced by AW_GC::apply_config(), and AW_GC_Xm::AW_GC_Xm().

AW_grey_level AW_GC_config::get_grey_level ( ) const
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().

void AW_GC_config::set_grey_level ( AW_grey_level  grey_level_)
inline

Definition at line 52 of file aw_common.hxx.

Referenced by AW_GC::apply_config(), and AW_stylable::set_grey_level().

short AW_GC_config::get_line_width ( ) const
inline

Definition at line 58 of file aw_common.hxx.

References line_width.

Referenced by AW_GC::apply_config().

AW_linestyle AW_GC_config::get_line_style ( ) const
inline

Definition at line 59 of file aw_common.hxx.

References style.

Referenced by AW_GC::apply_config().

bool AW_GC_config::operator== ( const AW_GC_config other) const
inline

Definition at line 61 of file aw_common.hxx.

References function, grey_level, line_width, and style.

Member Data Documentation

AW_function AW_GC_config::function
protected

Definition at line 35 of file aw_common.hxx.

Referenced by operator==().

AW_grey_level AW_GC_config::grey_level
protected

Definition at line 36 of file aw_common.hxx.

Referenced by get_grey_level(), and operator==().

short AW_GC_config::line_width
protected
AW_linestyle AW_GC_config::style
protected

Definition at line 38 of file aw_common.hxx.

Referenced by get_line_style(), operator==(), and AW_GC::set_line_attributes().


The documentation for this class was generated from the following file: