Ejemplo n.º 1
0
Archivo: Inset.cpp Proyecto: bsjung/Lyx
int Inset::yo(BufferView const & bv) const
{
	return bv.coordCache().getInsets().y(this);
}
Ejemplo n.º 2
0
Archivo: Inset.cpp Proyecto: bsjung/Lyx
bool Inset::covers(BufferView const & bv, int x, int y) const
{
	return bv.coordCache().getInsets().covers(this, x, y);
}
Ejemplo n.º 3
0
Archivo: Inset.cpp Proyecto: bsjung/Lyx
Dimension const Inset::dimension(BufferView const & bv) const
{
	return bv.coordCache().getInsets().dim(this);
}