コード例 #1
0
bool CSG_Shapes::Del_Shape(int iShape)
{
	return( Del_Record(iShape) );
}
コード例 #2
0
//---------------------------------------------------------
void CVIEW_Table_Control::On_Record_Del(wxCommandEvent &event)
{
	Del_Record();
}
コード例 #3
0
//---------------------------------------------------------
bool CSG_Shapes::Del_Shape(CSG_Shape *pShape)
{
	return( Del_Record(pShape->Get_Index()) );
}