#include <screen.h>
| enum Screen::Disposition |
| enum Screen::Modes |
| Screen::Screen | ( | QWidget * | parent = 0 | ) |
| Screen::~Screen | ( | ) |
| bool Screen::cancel | ( | ) | [slot] |
| void Screen::clear | ( | ) | [slot] |
| int Screen::currentIndex | ( | ) | [slot] |
| void Screen::currentIndexChanged | ( | int | index | ) | [signal] |
| void Screen::deleteCurrent | ( | ) | [slot] |
| QString Screen::filter | ( | ) | const [inline, slot] |
| void Screen::insert | ( | ) | [slot] |
| bool Screen::isDirty | ( | ) | [slot] |
| void Screen::loadAll | ( | ) | [slot] |
| Q_INVOKABLE bool Screen::locked | ( | ) | [inline] |
| void Screen::lockGranted | ( | bool | ) | [signal] |
| Q_INVOKABLE bool Screen::lockRecords | ( | ) | [inline] |
| Q_INVOKABLE XDataWidgetMapper* Screen::mapper | ( | ) | [inline] |
| Modes Screen::mode | ( | ) |
| Q_INVOKABLE XSqlTableModel* Screen::model | ( | ) | [inline] |
| void Screen::newDataWidgetMapper | ( | XDataWidgetMapper * | mapper | ) | [signal] |
| void Screen::newMappedWidget | ( | QWidget * | widget | ) | [slot] |
| void Screen::newModel | ( | XSqlTableModel * | model | ) | [signal] |
| int Screen::primaryKeyColumns | ( | ) | const [inline, slot] |
| void Screen::removeCurrent | ( | ) | [slot] |
| void Screen::removeRows | ( | int | row, |
| int | count | ||
| ) | [slot] |
| void Screen::revert | ( | ) | [slot] |
| void Screen::revertAll | ( | ) | [slot] |
| void Screen::reverted | ( | int | index | ) | [signal] |
| void Screen::revertedAll | ( | ) | [signal] |
| void Screen::revertRow | ( | int | row | ) | [slot] |
| void Screen::save | ( | ) | [slot] |
| void Screen::saved | ( | ) | [signal] |
| QString Screen::schemaName | ( | ) | const [inline, slot] |
| void Screen::search | ( | QString | criteria | ) | [slot] |
| void Screen::select | ( | ) | [slot] |
| void Screen::setCurrentIndex | ( | int | index | ) | [slot] |
| void Screen::setDataWidgetMapper | ( | XSqlTableModel * | model | ) | [slot] |
| void Screen::setFilter | ( | QString | filter | ) | [inline, slot] |
| void Screen::setLockRecords | ( | bool | lock | ) | [slot] |
| void Screen::setMode | ( | Modes | p | ) | [slot] |
| void Screen::setModel | ( | XSqlTableModel * | model | ) | [slot] |
| void Screen::setPrimaryKeyColumns | ( | int | count | ) | [inline, slot] |
| void Screen::setSchemaName | ( | QString | schema | ) | [slot] |
| void Screen::setSortColumn | ( | QString | p | ) | [slot] |
| void Screen::setTable | ( | QString | schema, |
| QString | table | ||
| ) | [slot] |
| void Screen::setTableName | ( | QString | table | ) | [slot] |
| void Screen::setWidgetsEnabled | ( | bool | enabled | ) | [slot] |
| void Screen::showEvent | ( | QShowEvent * | event | ) | [virtual] |
Reimplemented from QWidget.
| QString Screen::sortColumn | ( | ) | const [inline, slot] |
| bool Screen::submit | ( | ) |
| QString Screen::tableName | ( | ) | const [inline, slot] |
| bool Screen::throwScriptException | ( | const QString & | message | ) |
| void Screen::toNext | ( | ) | [slot] |
| void Screen::toPrevious | ( | ) | [slot] |
| bool Screen::tryLock | ( | ) | [slot] |
| void Screen::unlock | ( | ) | [slot] |
bool Screen::lockRecords [read, write] |
Screen::Modes Screen::mode [read, write] |
int Screen::primaryKeyColumns [read, write] |
QString Screen::schemaName [read, write] |
QString Screen::tableName [read, write] |
| Generated on Mon Jan 23 2012 12:22:37 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|