#include <QComboBox>#include <QStandardItemModel>#include <QtScript>#include "numbergencombobox.h"#include "xt.h"Macros | |
| #define | CONST(a) QScriptValue(engine, a) |
| #define | CONSTFLAGS QScriptValue::ReadOnly | QScriptValue::Undeletable |
| #define | DEBUG false |
Functions | |
| QScriptValue | constructNumberGenComboBox (QScriptContext *context, QScriptEngine *engine) |
| void | NumberGenComboBoxFromScriptValue (const QScriptValue &obj, NumberGenComboBox *&item) |
| QScriptValue | NumberGenComboBoxToScriptValue (QScriptEngine *engine, NumberGenComboBox *const &item) |
| void | setupNumberGenComboBox (QScriptEngine *engine) |
| #define CONST | ( | a | ) | QScriptValue(engine, a) |
| #define CONSTFLAGS QScriptValue::ReadOnly | QScriptValue::Undeletable |
| #define DEBUG false |
| QScriptValue constructNumberGenComboBox | ( | QScriptContext * | context, |
| QScriptEngine * | engine | ||
| ) |
| void NumberGenComboBoxFromScriptValue | ( | const QScriptValue & | obj, |
| NumberGenComboBox *& | item | ||
| ) |
| QScriptValue NumberGenComboBoxToScriptValue | ( | QScriptEngine * | engine, |
| NumberGenComboBox *const & | item | ||
| ) |
| void setupNumberGenComboBox | ( | QScriptEngine * | engine | ) |
| Generated on Fri Oct 7 2016 16:24:41 | xTuple ERP Programmer Reference, Version 4.7.0 |
1.8.10
|