Window Class Reference

#include <Window.h>

List of all members.

Public Member Functions

 Window ()
void SetContents (VisualComponent *contents_)
void Draw () const
void Resize ()

Private Attributes

std::vector< VisualComponent * > m_contents


Detailed Description

Definition at line 9 of file Window.h.


Constructor & Destructor Documentation

Window::Window (  ) 

Definition at line 5 of file Window.cpp.


Member Function Documentation

void Window::Draw (  )  const

Definition at line 14 of file Window.cpp.

References VisualComponent::Draw(), and m_contents.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void Window::Resize (  ) 

Definition at line 25 of file Window.cpp.

References m_contents, and VisualComponent::Resize().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void Window::SetContents ( VisualComponent contents_  ) 

Definition at line 9 of file Window.cpp.

References m_contents.

Referenced by main().

Here is the caller graph for this function:


Member Data Documentation

std::vector< VisualComponent* > Window::m_contents [private]

Definition at line 21 of file Window.h.

Referenced by Draw(), Resize(), and SetContents().


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

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