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

Class Index

klyx'Row (./klyx/src/lyxrow.h:19)

struct Row {
	///
	LyXParagraph *par;
	///
	int pos;
	///
	unsigned short  baseline;
	///
	/** what is missing to a full row can be negative.
	  Needed for hfills, flushright, block etc. */
	int fill;
	///
	unsigned short  height;
	///
	unsigned short ascent_of_text;
	
	///
	Row* next;
	///
	Row* previous;
};