#include <Forms.h>
Inheritance diagram for CB2::FormElement:
Public Member Functions | |
FormElement (Form &parent) | |
virtual | ~FormElement () |
Public Attributes | |
int | tag |
Tag for user-specific data. | |
Protected Member Functions | |
void | Data (const String &data) |
Private Member Functions | |
FormElement (const FormElement &prev) | |
void | operator= (const FormElement &prev) |
Private Attributes | |
Template * | ptempl |
String | panchor |
bool | filled |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tag for user-specific data.
|