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

#include "us_selectbox.h"

Inheritance diagram for US_SelectBase:
Inheritance graph
[legend]

Public Member Functions

 US_SelectBase ()
 Generic constructor for the US_SelectBase class. The base class itself does not populate or manipulate the widget's contents—this would be done in the derived class. More...
 
 ~US_SelectBase ()
 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.h.

Constructor & Destructor Documentation

US_SelectBase::US_SelectBase ( )

Generic constructor for the US_SelectBase 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.cpp.

US_SelectBase::~US_SelectBase ( )
inline

A null destructor.

Definition at line 34 of file us_selectbox.h.

Member Data Documentation

QList< listInfo > US_SelectBase::widgetList
protected

Definition at line 34 of file us_selectbox.h.


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