Google
Web alhem.net
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FormSurface Class Reference

#include <FormSurface.h>

Inheritance diagram for FormSurface:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 FormSurface (Surface *, coord_t, coord_t, coord_t, coord_t)
 ~FormSurface ()
void SetForm (Form::Form *)
Form::Form * GetForm ()

Private Attributes

Form::Form * m_pclForm

Constructor & Destructor Documentation

FormSurface::FormSurface Surface *  s,
coord_t  x,
coord_t  y,
coord_t  w,
coord_t  h
 

File ......... FormSurface.cpp Published .... 2005-02-07 Author ....... grymse@alhem.net

Definition at line 30 of file FormSurface.cpp.

References FormSurface().

Referenced by FormSurface().

00031 :Dialog(s,x,y,w,h) 00032 ,m_pclForm(NULL) 00033 { 00034 }

FormSurface::~FormSurface  ) 
 

Definition at line 37 of file FormSurface.cpp.

00038 { 00039 }


Member Function Documentation

Form::Form * FormSurface::GetForm  ) 
 

Definition at line 48 of file FormSurface.cpp.

References m_pclForm.

Referenced by PlayerDialog::OnEvent(), LoginDialog::OnEvent(), and LoginDialog::UpdateData().

00049 { 00050 return m_pclForm; 00051 }

void FormSurface::SetForm Form::Form *   ) 
 

Definition at line 42 of file FormSurface.cpp.

References m_pclForm, and SetForm().

Referenced by SetForm().

00043 { 00044 m_pclForm = f; 00045 }


Member Data Documentation

Form::Form* FormSurface::m_pclForm [private]
 

Definition at line 40 of file FormSurface.h.

Referenced by GetForm(), and SetForm().


The documentation for this class was generated from the following files:
Generated for SDL C++ GUI by doxygen 1.3.6