A concrete implementation of the GuiClientInterface allowing widgets to request services from the main application. More...
#include <xtupleguiclientinterface.h>
Signals | |
| void | dbConnectionLost () |
Public Member Functions | |
| xTupleGuiClientInterface (QObject *pParent) | |
| virtual void | addDocumentWatch (QString path, int id) |
| virtual QAction * | findAction (const QString pname) |
| virtual Metrics * | getMetrics () |
| virtual Metricsenc * | getMetricsenc () |
| virtual MqlHash * | getMqlHash () |
| virtual Preferences * | getPreferences () |
| virtual Privileges * | getPrivileges () |
| virtual ScriptCache * | getScriptCache () |
| virtual TaxIntegration * | getTaxIntegration () |
| virtual int | hunspell_add (const QString word) |
| virtual int | hunspell_check (const QString word) |
| virtual int | hunspell_ignore (const QString word) |
| virtual bool | hunspell_ready () |
| virtual const QStringList | hunspell_suggest (const QString word) |
| virtual QWidget * | openWindow (const QString pname, ParameterList pparams, QWidget *parent=0, Qt::WindowModality modality=Qt::NonModal, Qt::WindowFlags flags=0) |
| virtual void | removeDocumentWatch (QString path) |
| virtual void | setMqlHash (MqlHash *pHash) |
| virtual void | setScriptCache (ScriptCache *pCache) |
Protected Attributes | |
| MqlHash * | _mqlhash |
| ScriptCache * | _scriptCache |
A concrete implementation of the GuiClientInterface allowing widgets to request services from the main application.
The primary use of this class/interface is for individual widgets to open application-level windows.
| xTupleGuiClientInterface::xTupleGuiClientInterface | ( | QObject * | pParent | ) |
|
virtual |
Implements GuiClientInterface.
|
signalinherited |
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
virtual |
Implements GuiClientInterface.
|
protected |
|
protected |
| Generated on Fri Apr 9 2021 | xTuple ERP Programmer Reference, Version 6.0.0 |
1.8.17
|