Part of the network protocol handling content distribution. More...
#include "core/tcp_content.h"
#include "core/tcp_http.h"
Go to the source code of this file.
Data Structures | |
struct | ContentCallback |
Callbacks for notifying others about incoming data. More... | |
class | ClientNetworkContentSocketHandler |
Socket handler for the content server connection. More... | |
Typedefs | |
typedef SmallVector < ContentInfo *, 16 > | ContentVector |
Vector with content info. | |
typedef SmallVector< const ContentInfo *, 16 > | ConstContentVector |
Vector with constant content info. | |
typedef ContentInfo ** | ContentIterator |
Iterator for the content vector. | |
typedef const ContentInfo *const * | ConstContentIterator |
Iterator for the constant content vector. | |
Functions | |
void | ShowNetworkContentListWindow (ContentVector *cv=NULL, ContentType type=CONTENT_TYPE_END) |
Show the content list window with a given set of content. | |
Variables | |
ClientNetworkContentSocketHandler | _network_content_client |
The client we use to connect to the server. |
Part of the network protocol handling content distribution.
Definition in file network_content.h.
void ShowNetworkContentListWindow | ( | ContentVector * | cv, | |
ContentType | type | |||
) |
Show the content list window with a given set of content.
cv | the content to show, or NULL when it has to search for itself | |
type | the type to (only) show |
Definition at line 908 of file network_content_gui.cpp.
References _network_content_client, _network_content_list_desc, SmallVector< T, S >::Begin(), ClientNetworkContentSocketHandler::Clear(), DeleteWindowById(), SmallVector< T, S >::End(), ClientNetworkContentSocketHandler::RequestContentList(), ShowErrorMessage(), and WL_ERROR.
Referenced by SelectGameWindow::OnClick(), and AIConfigWindow::OnClick().
The client we use to connect to the server.
Definition at line 32 of file network_content.cpp.
Referenced by BaseNetworkContentDownloadStatusWindow::BaseNetworkContentDownloadStatusWindow(), BootstrapAskForDownloadWindow::BootstrapAskForDownloadWindow(), NetworkContentListWindow::BuildContentList(), NetworkContentListWindow::DrawDetails(), NetworkContentListWindow::NetworkContentListWindow(), BootstrapAskForDownloadWindow::OnConnect(), BootstrapAskForDownloadWindow::OnReceiveContentInfo(), ShowNetworkContentListWindow(), BaseNetworkContentDownloadStatusWindow::~BaseNetworkContentDownloadStatusWindow(), BootstrapAskForDownloadWindow::~BootstrapAskForDownloadWindow(), and NetworkContentListWindow::~NetworkContentListWindow().