products/Sources/formale Sprachen/JAVA/Openclaw/src/commands/   (Openclaw AI Version 22©)  Datei vom 26.3.2026 mit Größe 11 kB image not shown  

SSL 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

Messung V0.5 in Prozent
C=71 H=100 G=86

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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 und die Messung sind noch experimentell.