AntiMicroX
Public Slots | Signals | Public Member Functions | Private Member Functions | Private Attributes
LocalAntiMicroServer Class Reference

Class used for checking presence of other AntiMicroX instances and communicating with them. More...

#include <localantimicroserver.h>

Inheritance diagram for LocalAntiMicroServer:
[legend]
Collaboration diagram for LocalAntiMicroServer:
[legend]

Public Slots

void startLocalServer ()
 
void handleOutsideConnection ()
 
void handleSocketDisconnect ()
 
void close ()
 

Signals

void clientdisconnect ()
 
void showHiddenWindow ()
 

Public Member Functions

 LocalAntiMicroServer (QObject *parent=nullptr)
 
QLocalServer * getLocalServer () const
 

Private Member Functions

void checkForMessages (QLocalSocket *socket)
 

Private Attributes

QLocalServer * localServer
 

Detailed Description

Class used for checking presence of other AntiMicroX instances and communicating with them.

Constructor & Destructor Documentation

◆ LocalAntiMicroServer()

LocalAntiMicroServer::LocalAntiMicroServer ( QObject *  parent = nullptr)
explicit

Member Function Documentation

◆ checkForMessages()

void LocalAntiMicroServer::checkForMessages ( QLocalSocket *  socket)
private
Here is the caller graph for this function:

◆ clientdisconnect

void LocalAntiMicroServer::clientdisconnect ( )
signal
Here is the caller graph for this function:

◆ close

void LocalAntiMicroServer::close ( )
slot
Here is the caller graph for this function:

◆ getLocalServer()

QLocalServer * LocalAntiMicroServer::getLocalServer ( ) const

◆ handleOutsideConnection

void LocalAntiMicroServer::handleOutsideConnection ( )
slot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ handleSocketDisconnect

void LocalAntiMicroServer::handleSocketDisconnect ( )
slot
Here is the caller graph for this function:

◆ showHiddenWindow

void LocalAntiMicroServer::showHiddenWindow ( )
signal
Here is the caller graph for this function:

◆ startLocalServer

void LocalAntiMicroServer::startLocalServer ( )
slot
Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ localServer

QLocalServer* LocalAntiMicroServer::localServer
private

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