#include <custcluster.h>
Public Types | |
| enum | CLineEditTypes { AllCustomers, ActiveCustomers, AllProspects, ActiveProspects, AllCustomersAndProspects, ActiveCustomersAndProspects } |
Properties | |
| CLineEditTypes | type |
Public Member Functions | |
| CLineEdit (QWidget *=0, const char *=0) | |
| bool | canEdit () |
| bool | canOpen () |
| bool | editMode () |
| void | setCanEdit (bool) |
| CLineEditTypes | type () const |
Public Slots | |
| bool | setEditMode (bool) |
| void | setId (const int) |
| void | setType (CLineEditTypes) |
| void | sNew () |
Signals | |
| void | editable (bool) |
| void | newCrmacctId (int) |
Protected Attributes | |
| QAction * | _modeAct |
| QAction * | _modeSep |
Protected Slots | |
| VirtualList * | listFactory () |
| VirtualSearch * | searchFactory () |
| void | sParse () |
| void | sUpdateMenu () |
Friends | |
| class | CustInfo |
| CLineEdit::CLineEdit | ( | QWidget * | pParent = 0, |
| const char * | pName = 0 |
||
| ) |
| bool CLineEdit::canEdit | ( | ) |
| bool CLineEdit::canOpen | ( | ) | [virtual] |
Reimplemented from VirtualClusterLineEdit.
| void CLineEdit::editable | ( | bool | ) | [signal] |
| bool CLineEdit::editMode | ( | ) |
| VirtualList * CLineEdit::listFactory | ( | ) | [protected, virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| void CLineEdit::newCrmacctId | ( | int | ) | [signal] |
| VirtualSearch * CLineEdit::searchFactory | ( | ) | [protected, virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| void CLineEdit::setCanEdit | ( | bool | p | ) |
| bool CLineEdit::setEditMode | ( | bool | p | ) | [slot] |
| void CLineEdit::setId | ( | const int | pId | ) | [virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| void CLineEdit::setType | ( | CLineEditTypes | pType | ) | [slot] |
| void CLineEdit::sNew | ( | ) | [virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| void CLineEdit::sParse | ( | ) | [protected, virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| void CLineEdit::sUpdateMenu | ( | ) | [protected, virtual, slot] |
Reimplemented from VirtualClusterLineEdit.
| CLineEditTypes CLineEdit::type | ( | ) | const [inline] |
friend class CustInfo [friend] |
QAction* CLineEdit::_modeAct [protected] |
QAction* CLineEdit::_modeSep [protected] |
CLineEditTypes CLineEdit::type [read, write] |
| Generated on Mon Jan 23 2012 12:22:31 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|