NEURON
Appear Class Reference

#include <rect.h>

Inheritance diagram for Appear:
Circle Line Rect Rectangle Triangle

Public Member Functions

virtual ~Appear ()
 
const Colorcolor () const
 
void color (const Color *)
 
const Brushbrush () const
 
void brush (const Brush *)
 

Static Public Member Functions

static const Colordefault_color ()
 
static const Brushdefault_brush ()
 

Protected Member Functions

 Appear (const Color *color=NULL, const Brush *brush=NULL)
 

Private Attributes

const Colorcolor_
 
const Brushbrush_
 

Static Private Attributes

static const Colordc_
 
static const Brushdb_
 

Detailed Description

Definition at line 14 of file rect.h.

Constructor & Destructor Documentation

◆ Appear()

Appear::Appear ( const Color color = NULL,
const Brush brush = NULL 
)
protected

◆ ~Appear()

virtual Appear::~Appear ( )
virtual

Member Function Documentation

◆ brush() [1/2]

const Brush* Appear::brush ( ) const
inline

Definition at line 24 of file rect.h.

◆ brush() [2/2]

void Appear::brush ( const Brush )

◆ color() [1/2]

const Color* Appear::color ( ) const
inline

Definition at line 20 of file rect.h.

◆ color() [2/2]

void Appear::color ( const Color )

◆ default_brush()

static const Brush* Appear::default_brush ( )
static

◆ default_color()

static const Color* Appear::default_color ( )
static

Member Data Documentation

◆ brush_

const Brush* Appear::brush_
private

Definition at line 33 of file rect.h.

◆ color_

const Color* Appear::color_
private

Definition at line 32 of file rect.h.

◆ db_

const Brush* Appear::db_
staticprivate

Definition at line 35 of file rect.h.

◆ dc_

const Color* Appear::dc_
staticprivate

Definition at line 34 of file rect.h.


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