Exemple #1
0
int Inset::yo(BufferView const & bv) const
{
	return bv.coordCache().getInsets().y(this);
}
Exemple #2
0
bool Inset::covers(BufferView const & bv, int x, int y) const
{
	return bv.coordCache().getInsets().covers(this, x, y);
}
Exemple #3
0
Dimension const Inset::dimension(BufferView const & bv) const
{
	return bv.coordCache().getInsets().dim(this);
}