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

Original von: Lyx©

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


#ifndef _INSET_LOF_H
#define _INSET_LOF_H

#ifdef __GNUG__
#pragma interface
#endif

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

// Created by Lgb 970527

/** Used to insert table of contents
 */

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

#endif

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