Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/VDM/VDMPP/access-controlPP/   (Wiener Entwicklungsmethode ©)  Datei vom 13.4.2020 mit Größe 990 B image not shown  

Quelle  insetlabel.h   Sprache: C

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

100%


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