IntStringPair Class Reference

#include <uitypes.h>

List of all members.


Detailed Description

Definition at line 1294 of file uitypes.h.


Public Member Functions

 IntStringPair (int an_int, const QString a_string)
void setString (const QString &a_string)
void setInt (int an_int)
QString getString ()
int getInt ()

Private Attributes

int my_int
QString my_string

Constructor & Destructor Documentation

IntStringPair::IntStringPair ( int  an_int,
const QString  a_string 
) [inline]

Definition at line 1301 of file uitypes.h.


Member Function Documentation

void IntStringPair::setString ( const QString &  a_string  )  [inline]

Definition at line 1303 of file uitypes.h.

void IntStringPair::setInt ( int  an_int  )  [inline]

Definition at line 1304 of file uitypes.h.

QString IntStringPair::getString ( void   )  [inline]

Definition at line 1305 of file uitypes.h.

Referenced by UISelectorType::Draw(), and UISelectorType::getCurrentString().

int IntStringPair::getInt (  )  [inline]

Definition at line 1306 of file uitypes.h.

Referenced by UISelectorType::getCurrentInt(), and UISelectorType::push().


Member Data Documentation

int IntStringPair::my_int [private]

Definition at line 1311 of file uitypes.h.

Referenced by getInt(), IntStringPair(), and setInt().

QString IntStringPair::my_string [private]

Definition at line 1312 of file uitypes.h.

Referenced by getString(), IntStringPair(), and setString().


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

Generated on Sat Dec 18 05:16:04 2010 for MythTV by  doxygen 1.5.5