Example #1
0
CMeshExportSheet::CMeshExportSheet(UINT nIDCaption, CWnd *pParentWnd, UINT iSelectPage) : CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
{
	FillPages();
}
Example #2
0
CMeshExportSheet::CMeshExportSheet(LPCTSTR pszCaption, CWnd *pParentWnd, UINT iSelectPage) : CPropertySheet(pszCaption, pParentWnd, iSelectPage)
{
	FillPages();
}
Example #3
0
CSkeletonExportSheet::CSkeletonExportSheet(CBaseInterface* iface, LPCTSTR pszCaption, CWnd *pParentWnd, UINT iSelectPage)
: CPropertySheet(pszCaption, pParentWnd, iSelectPage)
, m_skeletonHierarchyPage(iface)
{
	FillPages();
}