MagicSmoke  $VERSION$
MPaymentDialog Class Reference

simple dialog to enter payment data More...

#include <payedit.h>

Inheritance diagram for MPaymentDialog:

Public Slots

void setMaximum (qint64)
 set the maximum that can be entered More...
 
void setValue (qint64)
 set the current money value in cents More...
 

Public Member Functions

 MPaymentDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 instantiate the dialog More...
 
QString paydata () const
 returns the currently entered payment data More...
 
QString paytype () const
 returns the selected payment type More...
 
qint64 value () const
 returns the currently set money value in cents More...
 

Detailed Description

simple dialog to enter payment data

Constructor & Destructor Documentation

MPaymentDialog::MPaymentDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

instantiate the dialog

References getDefaultPayType(), getPayTypeCache(), and req.

Member Function Documentation

QString MPaymentDialog::paydata ( ) const

returns the currently entered payment data

QString MPaymentDialog::paytype ( ) const

returns the selected payment type

void MPaymentDialog::setMaximum ( qint64  m)
slot

set the maximum that can be entered

References MCentSpinBox::setRange().

void MPaymentDialog::setValue ( qint64  v)
slot

set the current money value in cents

References MCentSpinBox::setValue().

qint64 MPaymentDialog::value ( ) const

returns the currently set money value in cents

References MCentSpinBox::value().


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