#include <guiclientinterface.h>
◆ GuiClientInterface()
GuiClientInterface::GuiClientInterface |
( |
QObject * | pParent | ) |
|
|
inlineprotected |
◆ ~GuiClientInterface()
virtual GuiClientInterface::~GuiClientInterface |
( |
| ) |
|
|
inlinevirtual |
◆ addDocumentWatch()
virtual void GuiClientInterface::addDocumentWatch |
( |
QString | path, |
|
|
int | id ) |
|
pure virtual |
◆ dbConnectionLost
void GuiClientInterface::dbConnectionLost |
( |
| ) |
|
|
signal |
◆ findAction()
virtual QAction * GuiClientInterface::findAction |
( |
const QString | pname | ) |
|
|
pure virtual |
◆ getMetrics()
virtual Metrics * GuiClientInterface::getMetrics |
( |
| ) |
|
|
pure virtual |
◆ getMetricsenc()
virtual Metricsenc * GuiClientInterface::getMetricsenc |
( |
| ) |
|
|
pure virtual |
◆ getMqlHash()
virtual MqlHash * GuiClientInterface::getMqlHash |
( |
| ) |
|
|
pure virtual |
◆ getPreferences()
virtual Preferences * GuiClientInterface::getPreferences |
( |
| ) |
|
|
pure virtual |
◆ getPrivileges()
virtual Privileges * GuiClientInterface::getPrivileges |
( |
| ) |
|
|
pure virtual |
◆ getScriptCache()
virtual ScriptCache * GuiClientInterface::getScriptCache |
( |
| ) |
|
|
pure virtual |
◆ getTaxIntegration()
◆ hunspell_add()
virtual int GuiClientInterface::hunspell_add |
( |
const QString | word | ) |
|
|
pure virtual |
◆ hunspell_check()
virtual int GuiClientInterface::hunspell_check |
( |
const QString | word | ) |
|
|
pure virtual |
◆ hunspell_ignore()
virtual int GuiClientInterface::hunspell_ignore |
( |
const QString | word | ) |
|
|
pure virtual |
◆ hunspell_ready()
virtual bool GuiClientInterface::hunspell_ready |
( |
| ) |
|
|
pure virtual |
◆ hunspell_suggest()
virtual const QStringList GuiClientInterface::hunspell_suggest |
( |
const QString | word | ) |
|
|
pure virtual |
◆ openWindow()
virtual QWidget * GuiClientInterface::openWindow |
( |
const QString | pname, |
|
|
ParameterList | pparams, |
|
|
QWidget * | parent = 0, |
|
|
Qt::WindowModality | modality = Qt::NonModal, |
|
|
Qt::WindowFlags | flags = QFlags< Qt::WindowType >() ) |
|
pure virtual |
◆ removeDocumentWatch()
virtual void GuiClientInterface::removeDocumentWatch |
( |
QString | path | ) |
|
|
pure virtual |
◆ setMqlHash()
virtual void GuiClientInterface::setMqlHash |
( |
MqlHash * | pHash | ) |
|
|
pure virtual |
◆ setScriptCache()
virtual void GuiClientInterface::setScriptCache |
( |
ScriptCache * | pCache | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: