mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Give a layout name to math HulInset
This makes it accessible to inset-forall.
This commit is contained in:
parent
1865738417
commit
f4a3f4f29b
@ -217,6 +217,12 @@ InsetMathHull & InsetMathHull::operator=(InsetMathHull const & other)
|
||||
}
|
||||
|
||||
|
||||
docstring InsetMathHull::layoutName() const
|
||||
{
|
||||
return "Formula:" + hullName(type_);
|
||||
}
|
||||
|
||||
|
||||
void InsetMathHull::setBuffer(Buffer & buffer)
|
||||
{
|
||||
InsetMathGrid::setBuffer(buffer);
|
||||
|
@ -47,6 +47,8 @@ public:
|
||||
///
|
||||
virtual ~InsetMathHull();
|
||||
///
|
||||
docstring layoutName() const override;
|
||||
///
|
||||
void setBuffer(Buffer &) override;
|
||||
///
|
||||
void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false) override;
|
||||
|
Loading…
Reference in New Issue
Block a user