Decorator Class Reference

#include <Decorator.h>

Inherits VisualComponent.

Inherited by BorderDecorator, and ScrollDecorator.

Collaboration diagram for Decorator:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Decorator (VisualComponent *pvc)
virtual void Draw ()
virtual void Resize ()

Private Attributes

VisualComponentm_component


Detailed Description

Definition at line 6 of file Decorator.h.


Constructor & Destructor Documentation

Decorator::Decorator ( VisualComponent pvc  )  [inline]

Definition at line 9 of file Decorator.h.


Member Function Documentation

virtual void Decorator::Draw (  )  [inline, virtual]

Implements VisualComponent.

Reimplemented in BorderDecorator, and ScrollDecorator.

Definition at line 15 of file Decorator.h.

References VisualComponent::Draw(), and m_component.

Here is the call graph for this function:

virtual void Decorator::Resize (  )  [inline, virtual]

Implements VisualComponent.

Definition at line 20 of file Decorator.h.

References m_component, and VisualComponent::Resize().

Here is the call graph for this function:


Member Data Documentation

Definition at line 26 of file Decorator.h.

Referenced by Draw(), and Resize().


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

Generated on Fri Mar 20 23:29:12 2009 for Decorator Design Pattern by  doxygen 1.5.8