Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  insetref.h   Sprache: C

 
// -*- C++ -*-
/* This file is part of*
 * ======================================================
 *
 *           LyX, The Document Processor
 *   
 *     Copyright (C) 1997 LyX Team (this file was created this year)
 * 
 *======================================================*/


#ifndef _INSET_REF_H
#define _INSET_REF_H

#ifdef __GNUG__
#pragma interface
#endif

#include "insetcommand.h"
#include "buffer.h"

struct LaTeXFeatures;

/** The reference inset  
 */

class InsetRef: public InsetCommand {
public:
        ///
        enum Ref_Flags {
  ///
  REF,
  ///
  PAGE_REF
 };
 
 ///
 InsetRef(): InsetCommand("ref") { flag = InsetRef::REF; }
 ///
 InsetRef(LString const &, Buffer*);
 ///
 InsetRef(InsetCommand const&, Buffer*);
 ///
 ~InsetRef();
        ///
        Inset* Clone() { return new InsetRef (getCommand(), master); }
 ///
 Inset::Code LyxCode() const { return Inset::REF_CODE; }
 ///
 void Edit(intint);
 ///
 unsigned char Editable() const {
  return 1;
 }
        ///
 bool Display() const { return false; }
 ///
 LString getScreenLabel() const;
 ///
 InsetRef::Ref_Flags getFlag() { return flag; }
 ///
 void setFlag(InsetRef::Ref_Flags f) { flag = f; }
        ///
        void gotoLabel();
 ///
 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;
 ///
        Ref_Flags flag;
        ///
 Buffer *master;
};


inline
void InsetRef::gotoLabel()
{
    if (master) {
 master->gotoLabel(getContents());
    }
}

#endif

100%


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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge