Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Lyx/src/   (Lyx Textverarbeitung ©)  Datei vom 9.11.1998 mit Größe 1 kB image not shown  

Quelle  insetlot.h   Sprache: C

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


#ifndef _INSET_LOT_H
#define _INSET_LOT_H

#ifdef __GNUG__
#pragma interface
#endif

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

// Created by Lgb 970527

/** Used to insert table of contents
 */

class InsetLOT: public InsetCommand {
public:
 ///
 InsetLOT(): InsetCommand("listoftables") {}
 ///
 InsetLOT(Buffer *b): InsetCommand("listoftables"), owner(b) {}
        ///
        Inset* Clone() { return new InsetLOT(owner); }
     ///
 LString getScreenLabel() const { return _("List of Tables"); }
        
 //void Edit(int, int);
        ///
 unsigned char Editable() const {
  return 0; // not yet
 }
 ///
 bool Display() const { return true; }
 ///
 Inset::Code LyxCode() const { return Inset::LOT_CODE; }
private:
 ///
 Buffer *owner;
};

#endif

Messung V0.5
C=90 H=97 G=93

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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