swift
Static Public Member Functions | List of all members
swift::misc::network::CClientProviderDummy Class Reference

Client provider dummy for testing. More...

Inheritance diagram for swift::misc::network::CClientProviderDummy:
[legend]

Static Public Member Functions

static CClientProviderDummyinstance ()
 Dummy instance.
 

Additional Inherited Members

- Public Member Functions inherited from swift::misc::network::CClientProvider
virtual CClientList getClients () const
 clientprovider
 
virtual void setClients (const CClientList &clients)
 Set other clients. More...
 
virtual void clearClients ()
 Set other clients. More...
 
virtual CClientList getClientsForCallsigns (const aviation::CCallsignSet &callsigns) const
 Returns a list of other clients corresponding to the given callsigns. More...
 
virtual CClient getClientOrDefaultForCallsign (const aviation::CCallsign &callsign) const
 Other client for the given callsigns. More...
 
virtual bool hasClientInfo (const aviation::CCallsign &callsign) const
 Client info for given callsign? More...
 
virtual bool addNewClient (const CClient &client)
 Add a new client, if existing nothing will be added. More...
 
virtual bool setOtherClient (const swift::misc::network::CClient &client)
 Set client for its callsign. More...
 
virtual int updateOrAddClient (const aviation::CCallsign &callsign, const CPropertyIndexVariantMap &vm, bool skipEqualValues=true)
 Update or add a client. More...
 
virtual int removeClient (const aviation::CCallsign &callsign)
 Remove client. More...
 
virtual bool autoAdjustCientGndCapability (const aviation::CAircraftSituation &situation)
 Adjust gnd.flag capability from situation. More...
 
virtual bool addClientGndCapability (const aviation::CCallsign &callsign)
 Add gnd.flag capability. More...
 
virtual bool setClientGndCapability (const aviation::CCallsign &callsign, bool supportGndFlag)
 Set gnd.flag capability. More...
 
virtual void markAsSwiftClient (const aviation::CCallsign &callsign)
 Mark as other swift client. More...
 
- Public Member Functions inherited from swift::misc::IProvider
virtual ~IProvider ()
 Dtor.
 
 IProvider (const IProvider &)=delete
 Copy constructor.
 
IProvideroperator= (const IProvider &)=delete
 Copy assignment operator.
 
virtual QObject * asQObject ()
 Return as QObject.
 
- Protected Member Functions inherited from swift::misc::IProvider
 IProvider ()
 Constructor.
 

Detailed Description

Client provider dummy for testing.

Definition at line 167 of file clientprovider.h.


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