
A structure to control calls to help within the main UltraScan program. More...
Public Attributes | |
| int | index |
| A constant HELP_ enum value. More... | |
| enum help_type | type |
| QString | loadMsg |
| QString | url |
A structure to control calls to help within the main UltraScan program.
The help_data structure is a set of constants used to display
different help pages.
Definition at line 327 of file us_win_data.cpp.
| int US_WinData::help_data::index |
A constant HELP_ enum value.
Definition at line 329 of file us_win_data.cpp.
| QString US_WinData::help_data::loadMsg |
A constant message that is displayed on the
status line when loading the help.
Definition at line 332 of file us_win_data.cpp.
| enum help_type US_WinData::help_data::type |
The type of page corresponding to the help_type enum.
Definition at line 330 of file us_win_data.cpp.
| QString US_WinData::help_data::url |
The actual page to display. It is only valid
for the PAGE and URL help types.
Definition at line 334 of file us_win_data.cpp.
1.8.3.1-20130324