mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +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);
|
void emergencyWrite(Buffer * buf);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// Implementation is in lyx_main.C
|
||||||
extern BufferList & theBufferList();
|
extern BufferList & theBufferList();
|
||||||
|
|
||||||
#endif // BUFFERLIST_H
|
#endif // BUFFERLIST_H
|
||||||
|
@ -44,6 +44,7 @@ public:
|
|||||||
} // namespace frontend
|
} // namespace frontend
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
|
/// Implementation is in Application.C
|
||||||
extern lyx::frontend::Clipboard & theClipboard();
|
extern lyx::frontend::Clipboard & theClipboard();
|
||||||
|
|
||||||
#endif // BASE_CLIPBOARD_H
|
#endif // BASE_CLIPBOARD_H
|
||||||
|
@ -41,6 +41,7 @@ public:
|
|||||||
} // namespace frontend
|
} // namespace frontend
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
|
/// Implementation is in Application.C
|
||||||
extern lyx::frontend::FontLoader & theFontLoader();
|
extern lyx::frontend::FontLoader & theFontLoader();
|
||||||
|
|
||||||
#endif // QFONT_LOADER_H
|
#endif // QFONT_LOADER_H
|
||||||
|
@ -116,6 +116,7 @@ public:
|
|||||||
|
|
||||||
class LyXFont;
|
class LyXFont;
|
||||||
|
|
||||||
|
/// Implementation is in Application.C
|
||||||
extern lyx::frontend::FontMetrics const & theFontMetrics(LyXFont const & f);
|
extern lyx::frontend::FontMetrics const & theFontMetrics(LyXFont const & f);
|
||||||
|
|
||||||
#endif // FONT_METRICS_H
|
#endif // FONT_METRICS_H
|
||||||
|
@ -48,6 +48,7 @@ public:
|
|||||||
} // namespace frontend
|
} // namespace frontend
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
|
/// Implementation is in Application.C
|
||||||
extern lyx::frontend::Selection & theSelection();
|
extern lyx::frontend::Selection & theSelection();
|
||||||
|
|
||||||
#endif // BASE_SELECTION_H
|
#endif // BASE_SELECTION_H
|
||||||
|
@ -119,8 +119,10 @@ extern LyXFunc & theLyXFunc();
|
|||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
|
/// Implementation is in frontends/Application.C
|
||||||
extern FuncStatus getStatus(FuncRequest const & action);
|
extern FuncStatus getStatus(FuncRequest const & action);
|
||||||
|
|
||||||
|
/// Implementation is in frontends/Application.C
|
||||||
extern void dispatch(FuncRequest const & action);
|
extern void dispatch(FuncRequest const & action);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user