Source Code (Use browser search to find items of interest.)

Class Index

ksirtet'ConnectionData (./kdegames/ksirtet/lib/types.h:111)

class ConnectionData
{
 public:
	ConnectionData() {}
	
	bool           network, server;
	QString        serverName, serverAddress, hostName, hostAddress;
	RemoteHostData rhd;
};

/** Flags used for network communication. */