X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferview_funcs.h;h=ad1b174c5d5931deaf9115e3366794f1a301af56;hb=c90c5e6386ce69c34c99b3594d6fa452e6a13161;hp=4837f19e46549042a578631187c453c8ec033bcd;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/bufferview_funcs.h b/src/bufferview_funcs.h index 4837f19e46..ad1b174c5d 100644 --- a/src/bufferview_funcs.h +++ b/src/bufferview_funcs.h @@ -20,6 +20,7 @@ class BufferView; class LyXFont; +class LyXText; #ifndef NEW_INSETS /// @@ -41,6 +42,8 @@ extern void Figure(); extern void Table(); /// extern void Lang(BufferView *, string const &); +/// +extern void Number(BufferView *); #ifndef NEW_INSETS /// extern void Melt(BufferView *); @@ -48,9 +51,7 @@ extern void Melt(BufferView *); /// extern void Tex(BufferView *); /// -extern void changeDepth(BufferView *, int); -/// -extern void Free(BufferView *); +extern void changeDepth(BufferView *, LyXText *, int); /// extern void ProhibitInput(BufferView *); /// @@ -70,5 +71,5 @@ extern void FontSize(BufferView *, string const &); /// Returns the current font and depth as a message. extern string const CurrentState(BufferView *); /// -extern void ToggleAndShow(BufferView *, LyXFont const &); +extern void ToggleAndShow(BufferView *, LyXFont const &, bool toggleall=true); #endif