コード例 #1
0
void CELFSectionView::SetSectionIndex(uint16 sectionIndex)
{
	m_nSection = sectionIndex;
	FillInformation();
}
コード例 #2
0
ファイル: ELFProgramView.cpp プロジェクト: 250394/Play-
void CELFProgramView::SetProgramIndex(uint16 programIndex)
{
	m_nProgram = programIndex;
	FillInformation();
}