Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

FormManager::form_info Struct Reference

form information stored by the manager. More...

Collaboration diagram for FormManager::form_info:

Collaboration graph
[legend]
List of all members.

Public Attributes

UInt16 form_id
 id of the form. More...

Formfrm
 pointer to the form. More...

Boolean active
 flag signaling whether the form is active or not. More...


Detailed Description

form information stored by the manager.

Definition at line 74 of file FormManager.h.


Member Data Documentation

Boolean FormManager::form_info::active
 

flag signaling whether the form is active or not.

Definition at line 80 of file FormManager.h.

UInt16 FormManager::form_info::form_id
 

id of the form.

Definition at line 76 of file FormManager.h.

Form* FormManager::form_info::frm
 

pointer to the form.

Definition at line 78 of file FormManager.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 16 23:11:15 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002