Classes | |
struct | processes |
A structure to control launching of external processes within the main UltraScan program. More... | |
struct | help_data |
A structure to control calls to help within the main UltraScan program. More... | |
Enumerations | |
enum | { P_EXIT = 4, P_CONFIG = 300, P_EDIT, P_SECOND, P_DCDT, P_VHWE, P_2DSA, P_PCSA, P_GAINIT, P_DMGAINIT, P_FEMA, P_PSEUDO3D, P_GRIDEDIT, P_RAMP, P_EQGLOBFIT, P_GLOBFITEQ, P_CONVERT, P_EXPORT, P_FDSMAN, P_FITMEN, P_COLORGRAD, P_RPTGEN, P_ROTORCAL, P_LICENSE, P_VHWCOMB, P_DDCOMB, P_GLOMODL, P_VIEWMWL, P_VIEWMSS, P_ASTFEM, P_EQUILTIMESIM, P_SASSOC, P_MODEL1, P_MODEL2, P_SOMO, P_SOMOCONFIG, P_INVESTIGATOR, P_BUFFER, P_VBAR, P_MODEL, P_MANAGEDATA, P_MANAGESOLN, P_MANAGEPROJ, P_MANAGEROTOR, P_END } |
enum | { HELP = 200, HELP_REG, HELP_HOME, HELP_UPGRADE, HELP_LICENSE, HELP_ABOUT, HELP_CREDITS, HELP_NOTICES, HELP_END } |
enum | help_type { PAGE, URL, METHOD } |
The type of a call to help. More... | |
Variables | |
struct US_WinData::processes | p [] |
An array of processes. More... | |
struct US_WinData::help_data | h [] |
An array of help_data. More... | |
This namespace is used to configure data using C mechanisms instead of a large C++ constructor. It is a convenience namespace used only by US_Win.
anonymous enum |
Definition at line 9 of file us_win_data.cpp.
anonymous enum |
Enumerator | |
---|---|
HELP | |
HELP_REG | |
HELP_HOME | |
HELP_UPGRADE | |
HELP_LICENSE | |
HELP_ABOUT | |
HELP_CREDITS | |
HELP_NOTICES | |
HELP_END |
Definition at line 298 of file us_win_data.cpp.
The type of a call to help.
Enumerator | |
---|---|
PAGE |
A page in the local documentation. |
URL |
A WWW external link viewed through a browser. |
METHOD |
An interanl method of the US_Win class. |
Definition at line 312 of file us_win_data.cpp.
struct US_WinData::help_data US_WinData::h[] |
An array of help_data.
struct US_WinData::processes US_WinData::p[] |
An array of processes.