Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members  

SearchButtons Class Reference
[Set of classes for view]

SearchButtons is an extension of QHBox. More...

#include <widget.h>

List of all members.

Public Methods

 SearchButtons (QWidget *parent=0, const char *name=0, const char *searchName=0, const char *searchAgainName=0)
 The constructor.


Public Attributes

QPushButton * qpb_Search
 A QPushButton "Search".

QPushButton * qpb_SearchAgain
 A QPushButton "Search Again".


Detailed Description

SearchButtons is an extension of QHBox.

This class contains two buttons, one to start a search, one to show the next result of a search

Definition at line 65 of file widget.h.


Constructor & Destructor Documentation

SearchButtons::SearchButtons QWidget *    parent = 0,
const char *    name = 0,
const char *    searchName = 0,
const char *    searchAgainName = 0
 

The constructor.

Upon construction two buttons are created

Parameters:
parent  Pointer to the parent widget
name  The name of the widget
searchName  The QT name for the "search" button
searchAgainName  The QT name for the "search again" button

Definition at line 62 of file widget.cpp.

References qpb_Search, and qpb_SearchAgain.


The documentation for this class was generated from the following files:
Generated on Wed Feb 12 21:57:01 2003 for class-soft by doxygen1.2.16