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

Quelle  insetindex.h   Sprache: C

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


#ifndef _INSET_INDEX_H
#define _INSET_INDEX_H

#ifdef __GNUG__
#pragma interface
#endif

#include "insetcommand.h"

class Buffer;
struct LaTeXFeatures;

// Created by Lgb 970227


/** Used to insert index labels  
  */

class InsetIndex: public InsetCommand {
public:
 ///
 InsetIndex(): InsetCommand("index") {;}
 ///
 InsetIndex(LString const & key);
 ///
 ~InsetIndex();
 ///
 Inset *Clone() { return new InsetIndex(contents);}
 ///
 void Edit(intint);
 ///
 unsigned char Editable() const
 {
  return 1;
 }
 ///
 LString getScreenLabel() const;
};


class InsetPrintIndex: public InsetCommand {
public:
 ///
 InsetPrintIndex();
 ///
 InsetPrintIndex(Buffer*);
 ///
 ~InsetPrintIndex();
 /// Updates needed features for this inset.
 void Validate(LaTeXFeatures &features) const;
 ///
 void Edit(intint){;}
 ///
 unsigned char Editable() const{
  return 1;
 }
 ///
 bool Display() const { return true; }
 ///
 Inset::Code LyxCode() const;
 ///
 LString getScreenLabel() const;
private:
 ///
 Buffer *owner;
};

// this was shifted here rather than a separate
// file because its little and only need by
// insetindex.C and lyx_gui_misc.C ARRae 981020
struct FD_index_form {
 FL_FORM *index_form;
 FL_OBJECT *key;
 void *vdata;
 long ldata;
};

extern FD_index_form *index_form;
#endif

92%


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