UltraScan III
List of all members | Public Member Functions | Protected Attributes
US_SelectBaseRa Class Reference

#include "us_selectbox_ra.h"

Inheritance diagram for US_SelectBaseRa:
Inheritance graph
[legend]

Public Member Functions

 US_SelectBaseRa ()
 Generic constructor for the US_SelectBaseRa class. The base class itself does not populate or manipulate the widget's contents—this would be done in the derived class. More...
 
 ~US_SelectBaseRa ()
 A null destructor. More...
 

Protected Attributes

QList< listInfowidgetList
 

Detailed Description

This is a base class that helps to provide the ability to create QWidgets that operate like an html select box. This is intended for widgets like combo boxes and list widgets, except that the options are referred to by a logical ID rather than the list item number as in ordinary combo boxes and list widgets.

Definition at line 23 of file us_selectbox_ra.h.

Constructor & Destructor Documentation

US_SelectBaseRa::US_SelectBaseRa ( )

Generic constructor for the US_SelectBaseRa class. The base class itself does not populate or manipulate the widget's contents—this would be done in the derived class.

Definition at line 8 of file us_selectbox_ra.cpp.

US_SelectBaseRa::~US_SelectBaseRa ( )
inline

A null destructor.

Definition at line 34 of file us_selectbox_ra.h.

Member Data Documentation

QList< listInfo > US_SelectBaseRa::widgetList
protected

Definition at line 34 of file us_selectbox_ra.h.


The documentation for this class was generated from the following files: