swift
|
Client provider dummy for testing. More...
Static Public Member Functions | |
static CClientProviderDummy * | instance () |
Dummy instance. | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
virtual | ~IProvider () |
Dtor. | |
IProvider (const IProvider &)=delete | |
Copy constructor. | |
IProvider & | operator= (const IProvider &)=delete |
Copy assignment operator. | |
virtual QObject * | asQObject () |
Return as QObject. | |
![]() | |
IProvider () | |
Constructor. | |
Client provider dummy for testing.
Definition at line 167 of file clientprovider.h.