The connector interface of the plug-in, which is only used by the plug-in.
More...
#include <ConnecterConnect.h>
|
|
void | sigOpenConnect (CConnecterConnect *) |
| |
|
void | sigCloseconnect (CConnecterConnect *) |
| |
| void | sigConnected () |
| | Successful connection signal.
|
| |
| void | sigDisconnect () |
| | Notify the user to disconnect.
|
| |
| void | sigDisconnected () |
| | Successful disconnection signal.
|
| |
| void | sigViewerFocusIn (QWidget *pView) |
| | The view is focus.
|
| |
| void | sigUpdateName (const QString &szName) |
| |
| void | sigUpdateParameters (CConnecter *pConnecter) |
| | Update parameters, notify application to save or show parameters.
|
| |
|
void | sigError (const int nError, const QString &szError) |
| | Triggered when an error is generated.
|
| |
| void | sigInformation (const QString &szInfo) |
| | Show information in main windows.
|
| |
| void | sigShowMessageBox (const QString &title, const QString &message, const QMessageBox::Icon &icon=QMessageBox::Information) |
| | Trigger the display of a message dialog (QMessageBox) in the main thread from a background thread without blocking the background thread.
|
| |
|
void | sigClipBoardChanged () |
| |
|
| virtual QString | ServerName () |
| | Current connect server name (remote desktop name, if not present, then IP:PORT).
|
| |
| virtual Q_INVOKABLE int | Initial () |
| | Initial parameters and resource.
|
| |
| virtual Q_INVOKABLE int | Clean () |
| | Clean parameters and resource.
|
| |
| virtual int | SetParameter (CParameter *p) |
| | Set parameters.
|
| |
| CParameter * | GetParameter () |
| |
| Q_INVOKABLE CPluginClient * | GetPlugClient () const |
| |
| virtual int | Load (QSettings &set) |
| | Load parameters.
|
| |
| virtual int | Save (QSettings &set) |
| | Save parameters.
|
| |
| virtual Q_INVOKABLE int | Load (QString szFile=QString()) |
| | Load parameters from file.
|
| |
| virtual Q_INVOKABLE int | Save (QString szFile=QString()) |
| | Save parameters to file.
|
| |
The connector interface of the plug-in, which is only used by the plug-in.
All plug-in connectors that require CConnect need to derive from this interface.
- See also
- CConnect
Definition at line 34 of file ConnecterConnect.h.
◆ ~CConnecterConnect()
| CConnecterConnect::~CConnecterConnect |
( |
| ) |
|
|
virtual |
◆ Connect
| int CConnecterConnect::Connect |
( |
| ) |
|
|
overridevirtualslot |
◆ Description()
| const QString CConnecterConnect::Description |
( |
| ) |
|
|
overridevirtual |
◆ DisConnect
| int CConnecterConnect::DisConnect |
( |
| ) |
|
|
overridevirtualslot |
◆ GetParameter()
◆ Id()
| const QString CConnecterConnect::Id |
( |
| ) |
|
|
overridevirtual |
◆ InstanceConnect()
| virtual CConnect * CConnecterConnect::InstanceConnect |
( |
| ) |
|
|
pure virtual |
◆ Name()
| const QString CConnecterConnect::Name |
( |
| ) |
|
|
overridevirtual |
◆ ServerName()
| QString CConnecterConnect::ServerName |
( |
| ) |
|
|
protectedvirtual |
◆ SetParameter()
◆ SetParameterClient()
◆ slotSetServerName
| void CConnecterConnect::slotSetServerName |
( |
const QString & |
szName | ) |
|
|
privatevirtualslot |
◆ m_pConnect
◆ m_szServerName
| QString CConnecterConnect::m_szServerName |
|
private |
The documentation for this class was generated from the following files: