PdmCustomerEntry Class
Header: | #include <PdmCustomerEntry> |
Inherits: | TLineEdit |
Public Functions
PdmCustomerEntry(QWidget *parent = 0) | |
~PdmCustomerEntry() |
- 1 public function inherited from TLineEdit
Public Slots
QString | customerCode() const |
void | setCustomerCode(const QString &iCustomerCode) |
- 5 public slots inherited from TLineEdit
- 9 public slots inherited from TUiInterface
Additional Inherited Members
- 1 property inherited from TLineEdit
- 3 signals inherited from TLineEdit
- 1 signal inherited from TUiInterface
- 3 protected functions inherited from TLineEdit
- 2 protected functions inherited from TUiInterface
- 1 protected slot inherited from TLineEdit
- 1 protected type inherited from TLineEdit
- 1 protected type inherited from TUiInterface
Detailed Description
Member Function Documentation
PdmCustomerEntry::PdmCustomerEntry(QWidget *parent = 0)
Default constructs an instance of PdmCustomerEntry.
PdmCustomerEntry::~PdmCustomerEntry()
Destroys the instance of PdmCustomerEntry.
[slot]
QString PdmCustomerEntry::customerCode() const
See also setCustomerCode().
[slot]
void PdmCustomerEntry::setCustomerCode(const QString &iCustomerCode)
See also customerCode().