#include <registration.h>
Public Member Functions | |
| registration (QWidget *parent=0, const char *=0, Qt::WindowFlags fl=Qt::Dialog) | |
| ~registration () | |
Public Slots | |
| virtual void | reject () |
| virtual void | sBack () |
| virtual void | sCancel () |
| virtual void | sCheck () |
| virtual void | sChkDone (bool) |
| virtual void | sDone (bool) |
| virtual void | sNext () |
| virtual void | sRead (int, int) |
| virtual void | sRegister (bool pretry=false) |
| virtual void | sSent (int, int) |
| virtual void | sState (int) |
Protected Attributes | |
| QHttp * | _postreq |
| QHttp * | _userchk |
Protected Member Functions | |
| QString | encodedPair (const QString, const QString) |
Protected Slots | |
| virtual void | languageChange () |
| registration::registration | ( | QWidget * | parent = 0, |
|
| const char * | name = 0, |
|||
| Qt::WindowFlags | fl = Qt::Dialog | |||
| ) |
| registration::~registration | ( | ) |
| void registration::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| void registration::reject | ( | ) | [virtual, slot] |
Reimplemented from QDialog.
| void registration::sBack | ( | ) | [virtual, slot] |
| void registration::sCancel | ( | ) | [virtual, slot] |
| void registration::sCheck | ( | ) | [virtual, slot] |
| void registration::sChkDone | ( | bool | error | ) | [virtual, slot] |
| void registration::sDone | ( | bool | perror | ) | [virtual, slot] |
| void registration::sNext | ( | ) | [virtual, slot] |
| void registration::sRead | ( | int | pread, | |
| int | ptotal | |||
| ) | [virtual, slot] |
| void registration::sRegister | ( | bool | pretry = false |
) | [virtual, slot] |
| void registration::sSent | ( | int | psent, | |
| int | ptotal | |||
| ) | [virtual, slot] |
| void registration::sState | ( | int | pstate | ) | [virtual, slot] |
QHttp* registration::_postreq [protected] |
QHttp* registration::_userchk [protected] |
| Generated on Tue Apr 20 12:03:22 2010 | xTuple ERP Programmer Reference, Version 3.5.0 |
1.6.1
|