products/Sources/formale Sprachen/GAP/pkg/ugaly/tst/   (Office von Apache Version 25.8.3.2©)  Datei vom 7.6.2023 mit Größe 4 kB image not shown  

Impressum insettoc.h

  Interaktion und
PortierbarkeitC
 

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


#ifndef _INSET_TOC_H
#define _INSET_TOC_H

#ifdef __GNUG__
#pragma interface
#endif

#include "insetcommand.h"
#include "gettext.h"

// Created by Lgb 970527

/** Used to insert table of contents
 */

class InsetTOC: public InsetCommand {
public:
 ///
 InsetTOC(): InsetCommand("tableofcontents") {}
 ///
 InsetTOC(Buffer *b): InsetCommand("tableofcontents"),owner(b){}
        ///
        Inset* Clone() { return new InsetTOC(owner); }
     ///
 LString getScreenLabel() const { return _("Table of Contents"); }
 /// On edit, we open the TOC pop-up
 void Edit(intint);
        ///
 unsigned char Editable() const {
  return 1;
 }
 ///
 bool Display() const { return true; }
 ///
 Inset::Code LyxCode() const { return Inset::TOC_CODE; }
 ///
 int Linuxdoc(LString &file);
private:
 ///
 Buffer *owner;
};

#endif

Messung V0.5 in Prozent
C=75 H=100 G=88

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.11Angebot  (Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-04-25) ¤

*Eine klare Vorstellung vom Zielzustand






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