// -*- C++ -*- /* This file is part of * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1995 Matthias Ettrich *
*======================================================*/ #ifndef _DEFINITIONS_H #define _DEFINITIONS_H
// NOTE: // We are trying to get rid of the global enums below, so try to _not_ // add any more of them. Preferably enums should be located inside classes. // (i.e. class FooBar { // enum some { // more, // thing // }; // } // to be accesed as FooBar::more and FooBar::thing
// ALL the enums below should be given names, this to get better typechecking. // some don't have names now because this cause warings when compiling.
/// enum { // no good name for this ///
LYX_ENVIRONMENT_DEFAULT = 97, ///
LYX_LAYOUT_DEFAULT = 99
}; // Could this cause confusion that both DUMMY_LAYOUT and LAYOUT_DEFAULT has // the same value? (Lgb) /// #define LYX_DUMMY_LAYOUT 99
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.