mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
implement getLastCode()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3282 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
78c091d70b
commit
8516a610ed
@ -160,8 +160,8 @@ public:
|
|||||||
void breakLine();
|
void breakLine();
|
||||||
/// read contents of line into an array
|
/// read contents of line into an array
|
||||||
void readLine(MathArray & ar) const;
|
void readLine(MathArray & ar) const;
|
||||||
///
|
/// remove this as soon as LyXFunc::getStatus is "localized"
|
||||||
MathTextCodes getLastCode() const;
|
MathTextCodes getLastCode() const { return lastcode_; }
|
||||||
///
|
///
|
||||||
void pullArg(bool goright);
|
void pullArg(bool goright);
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user