UltraScan III
List of all members | Public Attributes
US_WinData::help_data Struct Reference

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
 

Detailed Description

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.
Note
The index values in h[] must be placed in the same order as defined in the HELP_ enum list.

Definition at line 327 of file us_win_data.cpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: