DDraceNetwork Documentation
Loading...
Searching...
No Matches
IServerBrowserHttp Class Referenceabstract

#include <serverbrowser_http.h>

Inheritance diagram for IServerBrowserHttp:
[legend]

Public Member Functions

virtual ~IServerBrowserHttp ()=default
virtual void Update ()=0
virtual bool IsRefreshing () const =0
virtual bool IsError () const =0
virtual void Refresh ()=0
virtual bool GetBestUrl (const char **pBestUrl) const =0
virtual int NumServers () const =0
virtual const CServerInfoServer (int Index) const =0

Constructor & Destructor Documentation

◆ ~IServerBrowserHttp()

virtual IServerBrowserHttp::~IServerBrowserHttp ( )
virtualdefault

Member Function Documentation

◆ GetBestUrl()

virtual bool IServerBrowserHttp::GetBestUrl ( const char ** pBestUrl) const
pure virtual

Implemented in CServerBrowserHttp.

◆ IsError()

virtual bool IServerBrowserHttp::IsError ( ) const
pure virtual

Implemented in CServerBrowserHttp.

◆ IsRefreshing()

virtual bool IServerBrowserHttp::IsRefreshing ( ) const
pure virtual

Implemented in CServerBrowserHttp.

◆ NumServers()

virtual int IServerBrowserHttp::NumServers ( ) const
pure virtual

Implemented in CServerBrowserHttp.

◆ Refresh()

virtual void IServerBrowserHttp::Refresh ( )
pure virtual

Implemented in CServerBrowserHttp.

◆ Server()

virtual const CServerInfo & IServerBrowserHttp::Server ( int Index) const
pure virtual

Implemented in CServerBrowserHttp.

◆ Update()

virtual void IServerBrowserHttp::Update ( )
pure virtual

Implemented in CServerBrowserHttp.


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