|
|
void | sigGetMac (CParameterWakeOnLan *p) |
| |
|
void | sigWakeOnLan (CParameterWakeOnLan *p) |
| |
|
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 int | Initial () override |
| | Initial parameters and resource.
|
| |
| virtual int | Clean () override |
| | Clean parameters and resource.
|
| |
| virtual int | Load (QSettings &set) override |
| | Load parameters.
|
| |
| virtual int | Save (QSettings &set) override |
| | Save parameters.
|
| |
| virtual QString | ServerName () |
| | Current connect server name (remote desktop name, if not present, then IP:PORT).
|
| |
| virtual int | SetParameter (CParameter *p) |
| | Set parameters.
|
| |
| CParameter * | GetParameter () |
| |
| Q_INVOKABLE CPluginClient * | GetPlugClient () const |
| |
| virtual Q_INVOKABLE int | Load (QString szFile=QString()) |
| | Load parameters from file.
|
| |
| virtual Q_INVOKABLE int | Save (QString szFile=QString()) |
| | Save parameters to file.
|
| |
Definition at line 12 of file ConnecterWakeOnLan.h.
◆ ~CConnecterWakeOnLan()
| CConnecterWakeOnLan::~CConnecterWakeOnLan |
( |
| ) |
|
|
virtual |
◆ Clean()
| int CConnecterWakeOnLan::Clean |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Connect
| int CConnecterWakeOnLan::Connect |
( |
| ) |
|
|
overridevirtualslot |
◆ DisConnect
| int CConnecterWakeOnLan::DisConnect |
( |
| ) |
|
|
overridevirtualslot |
◆ GetViewer()
| QWidget * CConnecterWakeOnLan::GetViewer |
( |
| ) |
|
|
overridevirtual |
◆ Id()
| const QString CConnecterWakeOnLan::Id |
( |
| ) |
|
|
overridevirtual |
◆ Initial()
| int CConnecterWakeOnLan::Initial |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ InstanceConnect()
| CConnect * CConnecterWakeOnLan::InstanceConnect |
( |
| ) |
|
|
overridevirtual |
◆ Load()
| int CConnecterWakeOnLan::Load |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ Name()
| const QString CConnecterWakeOnLan::Name |
( |
| ) |
|
|
overridevirtual |
◆ OnOpenDialogSettings()
| QDialog * CConnecterWakeOnLan::OnOpenDialogSettings |
( |
QWidget * |
parent | ) |
|
|
overrideprivatevirtual |
Open settgins dialog.
- Parameters
-
| parent | the parent windows of the dialog of return |
- Returns
- QDialog*: then QDialog must set attribute Qt::WA_DeleteOnClose; The ownership is caller.
- See also
- OpenDialogSettings
Implements CConnecter.
Definition at line 128 of file ConnecterWakeOnLan.cpp.
◆ Save()
| int CConnecterWakeOnLan::Save |
( |
QSettings & |
set | ) |
|
|
overrideprotectedvirtual |
◆ SetParameterClient()
◆ slotAdd
| void CConnecterWakeOnLan::slotAdd |
( |
| ) |
|
|
privateslot |
◆ Version()
| qint16 CConnecterWakeOnLan::Version |
( |
| ) |
|
|
overridevirtual |
◆ m_Arp
| CArp CConnecterWakeOnLan::m_Arp |
|
private |
◆ m_pModel
◆ m_pParameterClient
◆ m_pView
The documentation for this class was generated from the following files: