]> git.lyx.org Git - lyx.git/blob - src/bufferview_funcs.h
more changes, read the Changelog
[lyx.git] / src / bufferview_funcs.h
1 // -*- C++ -*-
2 #ifndef BUFFERVIEW_FUNCS_H
3 #define BUFFERVIEW_FUNCS_H
4
5 #include "LString.h"
6
7 class BufferView;
8 class LyXFont;
9
10 ///
11 extern void Foot(BufferView *);
12 ///
13 extern void Emph(BufferView *);
14 ///
15 extern void Bold(BufferView *);
16 ///
17 extern void Noun(BufferView *);
18 ///
19 extern void Margin(BufferView *);
20 ///
21 extern void Figure();
22 ///
23 extern void Table();
24 ///
25 extern void Lang(BufferView *, string const &);
26 ///
27 extern void Melt(BufferView *);
28 ///
29 extern void Tex(BufferView *);
30 ///
31 extern void changeDepth(BufferView *, int);
32 ///
33 extern void Free(BufferView *);
34 ///
35 extern void ProhibitInput(BufferView *);
36 ///
37 extern void AllowInput(BufferView *);
38 ///
39 extern void Code(BufferView *);
40 ///
41 extern void Sans(BufferView *);
42 ///
43 extern void Roman(BufferView *);
44 ///
45 extern void StyleReset(BufferView *);
46 ///
47 extern void Underline(BufferView *);
48 ///
49 extern void FontSize(BufferView *, string const &);
50 ///
51 extern string CurrentState(BufferView *);
52 ///
53 extern void ToggleAndShow(BufferView *, LyXFont const &);
54 #endif