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: insetlabel.h   Sprache: C

Original von: Lyx©

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


#ifndef _INSET_LABEL_H
#define _INSET_LABEL_H

#ifdef __GNUG__
#pragma interface
#endif

#include "insetcommand.h"
#include "LString.h"

///
class InsetLabel: public InsetCommand {
public:
 ///
 InsetLabel(LString const & cmd);
 ///
 InsetLabel() : InsetCommand("label") {;}
 ///
 ~InsetLabel();
 ///
 Inset* Clone();
 ///
 Inset::Code LyxCode() const { return Inset::LABEL_CODE; }
 ///
 int GetNumberOfLabels() const;
 ///
 LString getLabel(intconst;
 ///
 LString getScreenLabel() const { return getContents(); }
 ///
 unsigned char Editable() const { return 0; }
 ///
 int Latex(FILE *file, signed char fragile);
 ///
 int Latex(LString &file, signed char fragile);
 ///
 int Linuxdoc(LString &file);
private:
 /// This function escapes 8-bit characters
 LString escape(LString const &) const;
};

#endif

¤ Dauer der Verarbeitung: 0.1 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