OpenTTD
Data Structures | Typedefs | Functions | Variables
network_content.h File Reference

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.
void ShowMissingContentWindow (const struct GRFConfig *list)

Variables

ClientNetworkContentSocketHandler _network_content_client
 The client we use to connect to the server.

Detailed Description

Part of the network protocol handling content distribution.

Definition in file network_content.h.

Function Documentation

void ShowNetworkContentListWindow ( ContentVector cv,
ContentType  type 
)

Variable Documentation

ClientNetworkContentSocketHandler _network_content_client