#include <queryitem.h>
Public Member Functions | |
| QueryItem (QWidget *parent=0, Qt::WindowFlags fl=0) | |
| ~QueryItem () | |
| virtual Q_INVOKABLE int | id () const |
| virtual Q_INVOKABLE int | parentId () const |
Public Slots | |
| virtual void | clear () |
| virtual void | setId (int p) |
| virtual void | setParentId (int p) |
Signals | |
| void | closed (bool ok) |
| void | saved (int queryitemid) |
Protected Attributes | |
| MQLEdit * | _mqledit |
| int | _qryheadid |
| int | _qryitemid |
| SelectMQL * | _selectmql |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *event) |
Protected Slots | |
| virtual void | languageChange () |
| virtual void | sHandleButtons () |
| virtual void | sSave () |
| virtual void | sUpdateRelations () |
| QueryItem::QueryItem | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | fl = 0 | |||
| ) |
| QueryItem::~QueryItem | ( | ) |
| void QueryItem::clear | ( | ) | [virtual, slot] |
| void QueryItem::closed | ( | bool | ok | ) | [signal] |
| void QueryItem::closeEvent | ( | QCloseEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| int QueryItem::id | ( | ) | const [virtual] |
| void QueryItem::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented from QWidget.
| int QueryItem::parentId | ( | ) | const [virtual] |
| void QueryItem::saved | ( | int | queryitemid | ) | [signal] |
| void QueryItem::setId | ( | int | p | ) | [virtual, slot] |
| void QueryItem::setParentId | ( | int | p | ) | [virtual, slot] |
| void QueryItem::sHandleButtons | ( | ) | [protected, virtual, slot] |
| void QueryItem::sSave | ( | ) | [protected, virtual, slot] |
| void QueryItem::sUpdateRelations | ( | ) | [protected, virtual, slot] |
MQLEdit* QueryItem::_mqledit [protected] |
int QueryItem::_qryheadid [protected] |
int QueryItem::_qryitemid [protected] |
SelectMQL* QueryItem::_selectmql [protected] |
| Generated on Tue Apr 20 12:03:21 2010 | xTuple ERP Programmer Reference, Version 3.5.0 |
1.6.1
|