Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Lyx/src/   (Lyx Textverarbeitung ©)  Datei vom 26.9.1998 mit Größe 705 B image not shown  

Quelle  lyxrow.h   Sprache: C

 
// -*- C++ -*-
/* This file is part of
 * ======================================================
 * 
 *           LyX, The Document Processor
 *   
 *     Copyright (C) 1995 Matthias Ettrich
 *
 *======================================================*/


#ifndef _LYXROW_H
#define _LYXROW_H

//#include "lyxparagraph.h"

class LyXParagraph;

///
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;
};

#endif

100%


¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.