#include <userinfo.h>
Public Member Functions | |
uicompound (const int n0) | |
Default constructor. | |
virtual void | getsummary (std::string &S) |
returns a summary of its contents (used in dialogs) | |
virtual void | askuser () |
interaction with the user | |
virtual bool | isvalid () |
test if the info is valid | |
Protected Attributes | |
uibase ** | elems |
std::string | comment |
std::string | help |
uibase * | parent |