Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TxqStringEvent Class Reference

#include <TxqStringEvent.h>

Inheritance diagram for TxqStringEvent::

QCustomEvent List of all members.

Public Methods

 TxqStringEvent (int eventNumber, int i, QString s)
 A TxqSringEvent adds an integer and a QString to the QEvent for a QCustomEvent. More...

QString getLabel ()
 Get the QString label. More...

int getIndex ()
 Get the index number of this event. More...


Private Attributes

QString label
 The private QString label. More...

int index
 The private index number. More...


Constructor & Destructor Documentation

TxqStringEvent::TxqStringEvent ( int eventNumber,
int i,
QString s ) [inline]
 

A TxqSringEvent adds an integer and a QString to the QEvent for a QCustomEvent.

Parameters:
eventNumber   the QCustomEvent number
i   the index number
s   the QString number

Copyright 2002 by Tech-X Corporation

Author:
Kelly G. Luetkemeyer

Version:
Id:
TxqStringEvent.h,v 1.2 2002/02/08 23:28:26 kgl Exp

Definition at line 40 of file TxqStringEvent.h.


Member Function Documentation

int TxqStringEvent::getIndex ( ) [inline]
 

Get the index number of this event.

Returns:
index the index number.

Definition at line 55 of file TxqStringEvent.h.

QString TxqStringEvent::getLabel ( ) [inline]
 

Get the QString label.

Returns:
the QString associcated with this event.

Definition at line 49 of file TxqStringEvent.h.


Member Data Documentation

int TxqStringEvent::index [private]
 

The private index number.

Definition at line 67 of file TxqStringEvent.h.

QString TxqStringEvent::label [private]
 

The private QString label.

Definition at line 62 of file TxqStringEvent.h.


The documentation for this class was generated from the following file: Copyright Tech-X Corporation, all rights reserved.