List of all members | Properties | Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions
xTupleGuiClientInterface Class Reference

A concrete implementation of the GuiClientInterface allowing widgets to request services from the main application. More...

#include <xtupleguiclientinterface.h>

Inheritance diagram for xTupleGuiClientInterface:
GuiClientInterface QObject

Properties

 objectName
 

Signals

void dbConnectionLost ()
 

Public Member Functions

 xTupleGuiClientInterface (QObject *pParent)
 
virtual void addDocumentWatch (QString path, int id)
 
bool blockSignals (bool block)
 
const QObjectList & children () const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const
 
bool disconnect (const QObject *receiver, const char *method) const
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArraydynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
virtual QActionfindAction (const QString pname)
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const
 
virtual MetricsgetMetrics ()
 
virtual MetricsencgetMetricsenc ()
 
virtual PreferencesgetPreferences ()
 
virtual PrivilegesgetPrivileges ()
 
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)
 
bool inherits (const char *className) const
 
void installEventFilter (QObject *filterObj)
 
bool isWidgetType () const
 
bool isWindowType () const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
virtual QWidgetopenWindow (const QString pname, ParameterList pparams, QWidget *parent=0, Qt::WindowModality modality=Qt::NonModal, Qt::WindowFlags flags=0)
 
QObjectparent () const
 
QVariant property (const char *name) const
 
virtual void removeDocumentWatch (QString path)
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
int startTimer (int interval, Qt::TimerType timerType)
 
QThreadthread () const
 

Static Public Member Functions

QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 

Protected Member Functions

virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const
 
int receivers (const char *signal) const
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Detailed Description

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.

Constructor & Destructor Documentation

xTupleGuiClientInterface::xTupleGuiClientInterface ( QObject pParent)

Member Function Documentation

void xTupleGuiClientInterface::addDocumentWatch ( QString  path,
int  id 
)
virtual

Implements GuiClientInterface.

void GuiClientInterface::dbConnectionLost ( )
signalinherited
QAction * xTupleGuiClientInterface::findAction ( const QString  pname)
virtual

Implements GuiClientInterface.

Metrics * xTupleGuiClientInterface::getMetrics ( )
virtual

Implements GuiClientInterface.

Metricsenc * xTupleGuiClientInterface::getMetricsenc ( )
virtual

Implements GuiClientInterface.

Preferences * xTupleGuiClientInterface::getPreferences ( )
virtual

Implements GuiClientInterface.

Privileges * xTupleGuiClientInterface::getPrivileges ( )
virtual

Implements GuiClientInterface.

int xTupleGuiClientInterface::hunspell_add ( const QString  word)
virtual

Implements GuiClientInterface.

int xTupleGuiClientInterface::hunspell_check ( const QString  word)
virtual

Implements GuiClientInterface.

int xTupleGuiClientInterface::hunspell_ignore ( const QString  word)
virtual

Implements GuiClientInterface.

bool xTupleGuiClientInterface::hunspell_ready ( )
virtual

Implements GuiClientInterface.

const QStringList xTupleGuiClientInterface::hunspell_suggest ( const QString  word)
virtual

Implements GuiClientInterface.

QWidget * xTupleGuiClientInterface::openWindow ( const QString  pname,
ParameterList  pparams,
QWidget parent = 0,
Qt::WindowModality  modality = Qt::NonModal,
Qt::WindowFlags  flags = 0 
)
virtual

Implements GuiClientInterface.

void xTupleGuiClientInterface::removeDocumentWatch ( QString  path)
virtual

Implements GuiClientInterface.


The documentation for this class was generated from the following files:

Generated on Fri Aug 11 2017 xTuple ERP Programmer Reference, Version 4.11.0 doxygen 1.8.10