products/Sources/formale Sprachen/C/Lyx/src image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: 26   Sprache: C

Original von: Lyx©

// -*- 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

¤ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




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.


Bot Zugriff