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

Class Index

ksirtet'ExtData (./kdegames/ksirtet/lib/types.h:73)

class ExtData
{
 public:
	ExtData() {}
	ExtData(const QValueList<BoardData> &_bds, const QString &_text,
			MeetingCheckBox::Type _type)
	: bds(_bds), text(_text), type(_type) {}
	
	QValueList<BoardData> bds;
	QString               text;
	MeetingCheckBox::Type type;
};