X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferview_funcs.h;h=01895550fbd8333a236443543f1f7ca3c4b5f747;hb=34d28f9daae536db06d6cf1a9dcf62dc0f5aa432;hp=4837f19e46549042a578631187c453c8ec033bcd;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/bufferview_funcs.h b/src/bufferview_funcs.h index 4837f19e46..01895550fb 100644 --- a/src/bufferview_funcs.h +++ b/src/bufferview_funcs.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -20,55 +20,39 @@ class BufferView; class LyXFont; +class LyXText; -#ifndef NEW_INSETS /// -extern void Foot(BufferView *); -#endif -/// -extern void Emph(BufferView *); -/// -extern void Bold(BufferView *); +extern void emph(BufferView *); /// -extern void Noun(BufferView *); -#ifndef NEW_INSETS -/// -extern void Margin(BufferView *); -#endif +extern void bold(BufferView *); /// -extern void Figure(); -/// -extern void Table(); -/// -extern void Lang(BufferView *, string const &); -#ifndef NEW_INSETS -/// -extern void Melt(BufferView *); -#endif +extern void noun(BufferView *); /// -extern void Tex(BufferView *); +extern void table(); /// -extern void changeDepth(BufferView *, int); +extern void lang(BufferView *, string const &); /// -extern void Free(BufferView *); +extern void number(BufferView *); /// -extern void ProhibitInput(BufferView *); +extern void tex(BufferView *); /// -extern void AllowInput(BufferView *); +extern void changeDepth(BufferView *, LyXText *, int); /// -extern void Code(BufferView *); +extern void code(BufferView *); /// -extern void Sans(BufferView *); +extern void sans(BufferView *); /// -extern void Roman(BufferView *); +extern void roman(BufferView *); /// -extern void StyleReset(BufferView *); +extern void styleReset(BufferView *); /// -extern void Underline(BufferView *); +extern void underline(BufferView *); /// -extern void FontSize(BufferView *, string const &); +extern void fontSize(BufferView *, string const &); /// Returns the current font and depth as a message. -extern string const CurrentState(BufferView *); +extern string const currentState(BufferView *); /// -extern void ToggleAndShow(BufferView *, LyXFont const &); +extern void toggleAndShow(BufferView *, LyXFont const &, + bool toggleall = true); #endif