PdmRelatedJobEntry Class
Header: | #include <PdmRelatedJobEntry> |
Inherits: | TLineEdit |
Properties
- excludeJobList : QStringList
- supportSqlite : bool
- 1 property inherited from TLineEdit
Public Functions
PdmRelatedJobEntry(QWidget *parent = 0) | |
~PdmRelatedJobEntry() |
- 1 public function inherited from TLineEdit
Public Slots
QStringList | excludeJobList() |
bool | isSqlite() |
QString | relatedJobName() const |
void | setExcludeJobList(QStringList iExcludeJobs) |
void | setRelatedJobName(const QString &iRelatedJobName) |
void | setSupportSqlite(bool support) |
bool | supportSqlite() |
- 5 public slots inherited from TLineEdit
- 9 public slots inherited from TUiInterface
Additional Inherited Members
- 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
Property Documentation
excludeJobList : QStringList
Access functions:
QStringList | excludeJobList() |
void | setExcludeJobList(QStringList iExcludeJobs) |
supportSqlite : bool
Access functions:
bool | supportSqlite() |
void | setSupportSqlite(bool support) |
Member Function Documentation
PdmRelatedJobEntry::PdmRelatedJobEntry(QWidget *parent = 0)
Default constructs an instance of PdmRelatedJobEntry.
PdmRelatedJobEntry::~PdmRelatedJobEntry()
Destroys the instance of PdmRelatedJobEntry.
[slot]
bool PdmRelatedJobEntry::isSqlite()
[slot]
QString PdmRelatedJobEntry::relatedJobName() const
See also setRelatedJobName().
[slot]
void PdmRelatedJobEntry::setRelatedJobName(const QString &iRelatedJobName)
See also relatedJobName().