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

Class Index

ksirtet'RemoteHostData (./kdegames/ksirtet/lib/types.h:101)

class RemoteHostData
{
 public:
	RemoteHostData() {}
	
	int                   socket;
	QValueList<BoardData> bds;
};

/* Internal class : store connection data (used by config. wizard). */