X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtextclass.h;h=ff627716761f51b3c1a334c413e22949d899397a;hb=98c966c64594611e469313314abd1e59524adb4a;hp=c5fddbec377c423f76f096f5e186fa6a92598141;hpb=dbd7a961fc46bb10c85bdd8c7fb6626477ae63d8;p=lyx.git diff --git a/src/lyxtextclass.h b/src/lyxtextclass.h index c5fddbec37..ff62771676 100644 --- a/src/lyxtextclass.h +++ b/src/lyxtextclass.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of * ====================================================== - * + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -37,15 +37,15 @@ public: typedef LayoutList::const_iterator const_iterator; /// explicit - LyXTextClass (string const & = string(), - string const & = string(), + LyXTextClass (string const & = string(), + string const & = string(), string const & = string()); /// const_iterator begin() const { return layoutlist.begin(); } /// const_iterator end() const { return layoutlist.end(); } - + /// bool Read(string const & filename, bool merge = false); /// @@ -60,9 +60,6 @@ public: /// LyXLayout const & operator[](string const & vname) const; - /// - LyXLayout & operator[](string const & vname); - /// Sees to that the textclass structure has been loaded bool load() const; @@ -71,8 +68,6 @@ public: /// LyXLayout const & defaultLayout() const; /// - LyXLayout & defaultLayout(); - /// string const & name() const; /// string const & latexname() const; @@ -102,7 +97,7 @@ public: }; /// bool provides(Provides p) const; - + /// unsigned int columns() const; /// @@ -130,7 +125,7 @@ public: /// Text that dictates how wide the right margin is on the screen string const & rightmargin() const; - /// + /// int maxcounter() const; /// int size() const;