#include <usernamecluster.h>
Public Types | |
| enum | Type { UsersAll = 0, UsersActive, UsersInactive } |
Public Member Functions | |
| UsernameLineEdit (QWidget *, const char *=0) | |
| Q_INVOKABLE int | id () |
| Q_INVOKABLE void | setType (enum Type pType) |
| Q_INVOKABLE enum Type | type () const |
| Q_INVOKABLE const QString & | username () |
Public Slots | |
| void | clear () |
| void | setId (const int) |
| void | setUsername (const QString &) |
| void | sParse () |
Protected Member Functions | |
| UsernameList * | listFactory () |
| UsernameSearch * | searchFactory () |
Friends | |
| class | UsernameCluster |
| UsernameLineEdit::UsernameLineEdit | ( | QWidget * | pParent, |
| const char * | pName = 0 |
||
| ) |
| void UsernameLineEdit::clear | ( | ) | [virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| int UsernameLineEdit::id | ( | ) |
Reimplemented from XLineEdit.
| UsernameList * UsernameLineEdit::listFactory | ( | ) | [protected, virtual] |
Reimplemented from VirtualClusterLineEdit.
| UsernameSearch * UsernameLineEdit::searchFactory | ( | ) | [protected, virtual] |
Reimplemented from VirtualClusterLineEdit.
| void UsernameLineEdit::setId | ( | const int | pId | ) | [virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| void UsernameLineEdit::setType | ( | enum Type | pType | ) |
| void UsernameLineEdit::setUsername | ( | const QString & | pUsername | ) | [slot] |
| void UsernameLineEdit::sParse | ( | ) | [virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| Q_INVOKABLE enum Type UsernameLineEdit::type | ( | ) | const [inline] |
| const QString & UsernameLineEdit::username | ( | ) |
friend class UsernameCluster [friend] |
| Generated on Mon Jan 23 2012 12:22:39 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|