PdmCustomerEntry Class

Header: #include <PdmCustomerEntry>
Inherits: TLineEdit

Public Functions

PdmCustomerEntry(QWidget *parent = 0)
~PdmCustomerEntry()

Public Slots

QString customerCode() const
void setCustomerCode(const QString &iCustomerCode)

Additional Inherited Members

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().