mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
* src/mathed/InsetMath.h: "implement" plaintext() which will become
a virtual method soon in InsetBase git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17216 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c2407338d0
commit
0703d88b00
@ -182,6 +182,10 @@ public:
|
|||||||
/// write content as something readable by Octave
|
/// write content as something readable by Octave
|
||||||
virtual void octave(OctaveStream &) const;
|
virtual void octave(OctaveStream &) const;
|
||||||
|
|
||||||
|
/// plain text output in ucs4 encoding
|
||||||
|
int plaintext(Buffer const &, odocstream &,
|
||||||
|
OutputParams const &) const { return 0; };
|
||||||
|
|
||||||
/// dump content to stderr for debugging
|
/// dump content to stderr for debugging
|
||||||
virtual void dump() const;
|
virtual void dump() const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user