#include <userinfo.h>


Public Member Functions | |
| uiscalar (std::string com, uibase *par) | |
| Default constructor.  | |
| uiscalar (std::string com) | |
| void | getsummary (std::string &S) | 
| returns a summary of its contents (used in dialogs)  | |
| void | askuser () | 
| interaction with the user  | |
| virtual bool | isvalid () | 
| test if the info is valid  | |
Protected Attributes | |
| T | N | 
| std::string | comment | 
| std::string | help | 
| uibase * | parent | 
Friends | |
| template<class T2> | |
| std::ostream & | operator<< (std::ostream &os, const uiscalar< T2 > &ui) | 
| saving the info  | |
| template<class T2> | |
| std::istream & | operator>> (std::istream &is, const uiscalar< T2 > &ui) | 
| saving the info  | |
 1.5.3