mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Add comments WRT to where the function implementations are.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15334 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e049e75b6f
commit
c585c2421b
@ -99,6 +99,7 @@ private:
|
||||
void emergencyWrite(Buffer * buf);
|
||||
};
|
||||
|
||||
/// Implementation is in lyx_main.C
|
||||
extern BufferList & theBufferList();
|
||||
|
||||
#endif // BUFFERLIST_H
|
||||
|
@ -44,6 +44,7 @@ public:
|
||||
} // namespace frontend
|
||||
} // namespace lyx
|
||||
|
||||
/// Implementation is in Application.C
|
||||
extern lyx::frontend::Clipboard & theClipboard();
|
||||
|
||||
#endif // BASE_CLIPBOARD_H
|
||||
|
@ -41,6 +41,7 @@ public:
|
||||
} // namespace frontend
|
||||
} // namespace lyx
|
||||
|
||||
/// Implementation is in Application.C
|
||||
extern lyx::frontend::FontLoader & theFontLoader();
|
||||
|
||||
#endif // QFONT_LOADER_H
|
||||
|
@ -116,6 +116,7 @@ public:
|
||||
|
||||
class LyXFont;
|
||||
|
||||
/// Implementation is in Application.C
|
||||
extern lyx::frontend::FontMetrics const & theFontMetrics(LyXFont const & f);
|
||||
|
||||
#endif // FONT_METRICS_H
|
||||
|
@ -48,6 +48,7 @@ public:
|
||||
} // namespace frontend
|
||||
} // namespace lyx
|
||||
|
||||
/// Implementation is in Application.C
|
||||
extern lyx::frontend::Selection & theSelection();
|
||||
|
||||
#endif // BASE_SELECTION_H
|
||||
|
@ -119,8 +119,10 @@ extern LyXFunc & theLyXFunc();
|
||||
|
||||
namespace lyx {
|
||||
|
||||
/// Implementation is in frontends/Application.C
|
||||
extern FuncStatus getStatus(FuncRequest const & action);
|
||||
|
||||
/// Implementation is in frontends/Application.C
|
||||
extern void dispatch(FuncRequest const & action);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user