コード例 #1
0
ファイル: Inset.cpp プロジェクト: bsjung/Lyx
int Inset::yo(BufferView const & bv) const
{
	return bv.coordCache().getInsets().y(this);
}
コード例 #2
0
ファイル: Inset.cpp プロジェクト: bsjung/Lyx
bool Inset::covers(BufferView const & bv, int x, int y) const
{
	return bv.coordCache().getInsets().covers(this, x, y);
}
コード例 #3
0
ファイル: Inset.cpp プロジェクト: bsjung/Lyx
Dimension const Inset::dimension(BufferView const & bv) const
{
	return bv.coordCache().getInsets().dim(this);
}