QRadioButton2 Class Reference

#include <qradiobutton2.h>

Inheritance diagram for QRadioButton2:

QRadioButton

Public Member Functions

 QRadioButton2 (QWidget *parent)
 QRadioButton2 (const QString &text, QWidget *parent=0)
 ~QRadioButton2 ()
 Se libera memoria destruyendo el cursor que almacena los tipos de IVA si es que esta creado.
void setValorCampo (QString val)
QString valorCampo ()

Private Attributes

QString m_valorcampo

Detailed Description

Definition at line 28 of file qradiobutton2.h.


Constructor & Destructor Documentation

QRadioButton2::QRadioButton2 ( QWidget parent  ) 

Parameters:
parent 

Definition at line 11 of file qradiobutton2.cpp.

References _depura().

00012         : QRadioButton(parent) {
00013     _depura("QQRadioButton2::QRadioButton2", 0);
00014     _depura("END QRadioButton2::QRadioButton2", 0);
00015 }

QRadioButton2::QRadioButton2 ( const QString &  text,
QWidget parent = 0 
)

Parameters:
text 
parent 

Definition at line 26 of file qradiobutton2.cpp.

References _depura().

00027         : QRadioButton(text, parent) {
00028     _depura("QQRadioButton2::QRadioButton2", 0);
00029     _depura("END QRadioButton2::QRadioButton2", 0);
00030 }

QRadioButton2::~QRadioButton2 (  ) 

Se libera memoria destruyendo el cursor que almacena los tipos de IVA si es que esta creado.

Definition at line 36 of file qradiobutton2.cpp.

References _depura().

00036                               {
00037     _depura("QRadioButton2::~QRadioButton2", 0);
00038     _depura("END QRadioButton2::~QRadioButton2", 0);
00039 }


Member Function Documentation

void QRadioButton2::setValorCampo ( QString  val  )  [inline]

Definition at line 36 of file qradiobutton2.h.

References m_valorcampo.

Referenced by AlmacenView::AlmacenView(), and CuentaView::CuentaView().

00036 {m_valorcampo = val;};

QString QRadioButton2::valorCampo (  )  [inline]

Definition at line 37 of file qradiobutton2.h.

References m_valorcampo.

00037 {return m_valorcampo;};


Field Documentation

QString QRadioButton2::m_valorcampo [private]

Definition at line 31 of file qradiobutton2.h.

Referenced by setValorCampo(), and valorCampo().


The documentation for this class was generated from the following files:
Generated on Sat Dec 15 00:02:11 2007 for BulmaGes by  doxygen 1.5.1