// -*- 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
};
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.